body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background:#FF9900 url(../images/ui1/bg.jpg) top repeat-x;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#nav {
	background: url(../images/ui1/nav_bg.jpg) top repeat-x;
}


#main {
	padding: 15px;
	vertical-align:top;
	direction:ltr;
	text-align:left;
	height: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

#menuContainer {
	width: 175px;
	vertical-align:top;
}

#menuTitle {
	direction:ltr;
	text-align:left;
	font-size: 14px;
	font-weight: bold;
}

#menu {
	direction:ltr;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	padding-bottom:10px;
}

#footer {
	font-size: 10px;
	direction:ltr;
	text-align:left;
	padding-right: 10px;
}	


a:link, a:visited { 
	color: black; 
	text-decoration: none ;
	border-bottom: 1px solid black;
}

a:hover{ 
	color: #ff9900; 
	text-decoration: none;
	border-bottom: 1px solid #ff9900;
}

a:active { 
	color: black; 
	text-decoration: none ;
	border-bottom: 1px solid #ff9900;
}
	
.message {
	color: Red;
}

.pad {
	padding: 2px;
}

.blackBorder {
	border: 2px solid black;
}

.orangeBorder {
	border: 2px solid #FF9900;
}


.TdPadLightOrange {
	background-color: #FFEFAE;
	padding: 2px;
}


/*  BOX INFO
========================================================*/

.TR {	background: url(../images/ui1/TR.gif) top right no-repeat;}
.TL {	background: url(../images/ui1/TL.gif) top left no-repeat;}
.TT {	background: url(../images/ui1/TT.gif) top repeat-x;	text-align: center;	vertical-align: top;}
.RR {	background: url(../images/ui1/RR.gif) right repeat-y;	width: 15px;}
.LL {	background: url(../images/ui1/LL.gif) left repeat-y;	width: 15px;}
.BB {	background: url(../images/ui1/BB.gif) bottom repeat-x;}
.BL {	background: url(../images/ui1/BL.gif) bottom left no-repeat;}
.BR {	background: url(../images/ui1/BR.gif) bottom right no-repeat;}

/*======================================================== 
MENUS */

.popMenuContainer {
	background-color: white;
	overflow: visible;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
/*	background: #F3F3F3 url(../images/6c/menuBG.jpg) bottom right no-repeat;*/
	direction: ltr;
}

.popMenuContainer ul {
	margin: 0px;
	padding: 0px;
}

.popMenuContainer ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	height: auto; /*15px;*/
	overflow: visible;
	width: 100%;
	direction: ltr;
}

.popMenuContainer ul li a {
	display: block;
	
	background-color: white;
	/*filter: Alpha(Opacity=95);*/
	height: 100%;
	font-weight: bold;
	text-decoration: none;
/*	margin: 0px;*/
	color: black;
	padding: 2px;
}

.popMenuContainer ul li a:link {
}

.popMenuContainer ul li A:visited {
}
.popMenuContainer ul li A:hover {
/*	background-color: #DCCA94;*/
}

.popMenuContainer ul li A:active {
}


#content {
  width: 73%;
  float: right;
  margin: 0;
  padding: 0px 5px;
}
#sidebar {
  padding: 0;
  margin-right: 75%;
  font-size: 90%;
/*  margin: 0;*/
}
* html #sidebar {
  height: 1%;        /* prevents IE 3-px shift next to a float */
}
#clear {
  clear: both;
  height: 1px;
  overflow: hidden;
  margin: 0;
}
#footer {
  background-color: #ffdf9d;  /* same bg color as h1 */
  color: #7d5500;
  margin: 0;
  padding: 2px;
}
