body { color: #010b28; font-size: 13px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 0;}
* html body {behavior: url(csshover.htc);}
p { margin: 0; padding-bottom: 13px; }
a { color: #143544; font-style: normal; text-decoration: underline; outline: none; }
a:link { color: #143544; font-style: normal; text-decoration: underline }
a:visited { color: #143544; font-style: normal; text-decoration: underline }
a:hover { color: #901f23; font-style: normal; text-decoration: underline }
a:active { color: #143544; font-style: normal; text-decoration: underline }
h1, h2, h3, h4, h5, h6 { color: #010b28; font-weight: normal; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }
h1 {font-size: 18px; margin-top: 0; padding-top: 0}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 14px;}
h5 {font-size: 14px;}
.lowerlinks { color: black; font-size: 9px; text-decoration: none }
.lowerlinks a:link { color: black; font-size: 9px; text-decoration: none }
.lowerlinks a:visited { color: black; font-size: 9px; text-decoration: none }
.lowerlinks a:hover { color: red; font-size: 9px; text-decoration: none }
.lowerlinks a:active { color: black; font-size: 9px; text-decoration: none }
.error { color: red; font-weight: bold; font-size: 14px }
.qdetails { text-align: left; margin-right: 20%; margin-left: 20%  }
.qdetails1 { text-align: left; margin-right: 20%; margin-left: 20%; }
form { margin: 0px; padding: 0px }
#footer {text-align: right; font-size: 10px;}
#footer a:link {  }
#footer a:hover { color: red; text-decoration: none; }
.deleteButton { color: white; background-color: red; }
.submitButton { background-color: green; }
#nav {color: #fff;}
#nav ul {
	margin: 0;
	padding: 0;
	border-left: 1px solid #7b808f;
	float: left;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #7b808f;
	list-style-type: none;
}
#nav li a {
	display: block;
	float: left;
	border-left: 2px solid #1d2640;
	border-right: 2px solid #01081f;
	color: #fff;
	height: 21px;
	padding: 9px 6px 0 6px;
	text-decoration: none;
}
#nav li a:hover {
	color: #010b28;
	background-color: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #c0c0c0;
}
#nav ul ul {
	display: none;
	float:  none;
	position: absolute;
	border: 0;
	top: 30px;
}
#nav ul ul.drop1 {
	left: 55px;
}
#nav ul ul.drop2 {
	left: 175px;
}
#nav ul li.dropDown:hover ul {
	display: block;
	background-color: #010b28;
}
#nav ul ul li {
	float: none;
/*	width: 200px;
*/}
#nav ul ul li a {
	text-decoration: none;
	float: none;
	width: 200px;
}
#nav ul ul li a:hover {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
#today {
	text-align: right;
}