.styles 
body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #000000;

}
.menuNav a { margin-right: 5px; margin-left: 5px; border-bottom: 0; }
.menuNav a:link {
color: #000000;
text-decoration: none;
}
.menuNav a:visited {
text-decoration: none;
color: #000000;
}
.menuNav a:hover {
text-decoration: none;
color: #FFFFFF;
background: #000000;
}
.menuNav a:active {
text-decoration: none;
color: #000000;
}

.menuNav a.selected { color: #000; }






#navWrapper  { width: 100%; margin-left: -10px; padding-right: 20px; background: url(pics/nav_background.jpg) repeat-x; height: 24px; }

#navWrapper a:link, #navWrapper a:visited { text-decoration: none; color: #000; height: 18px; }
#navWrapper a:hover { color: red;   }
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;  font-size: 11px; float: left; 
}

#nav a {  padding: 5px; 
	display: block;
	width: 14em;
}

#nav li { /* all list items */ 
	opacity: .85;
	float: left; 
	width: 14em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute; margin-top: -10px;  
	width: 14em;
	background: #fafafa;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -28px 0px 0 14em; background: #ef; 
}

#nav li:hover ul ul, #nav li.sfhover ul ul { 
	left: -999em;  
}

#nav li ul li { width: 14em; }
#nav li ul li:hover { background: #f0f0f0;}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content { margin-top: 30px; 
	clear: left;
	color: #ccc;
}


.border {
	border: 1px solid #999999;
}


		p#success
		{width: 350px;
			padding: 3px 10px;
			background: #92FFA5;
			border: 1px solid #009218;
			color: #009218;
			font-weight: normal;
			margin-bottom: 10px;
			text-align: left;
		}
		
		p#bademail, p#badserver
		{ width: 350px;
			padding: 3px 10px;
			background: #FFA3A1;
			border: 1px solid #D00D00;
			color: #D00D00;
			font-weight: normal;
			margin-bottom: 10px;
			text-align: left;
		}
