body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: 0061A4;
}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}
body {
	background-image: url(/images/backpage.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #323030;
}
.BackgroundWhite {
	background-color: #FFFFFF;
}
.Header {
	background-image: url(/images/backheader.gif);
	background-repeat: repeat-x;
}
a:hover {
	text-decoration: underline;
}
.FormField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4B4949;
	border: 1px solid #00417B;
}
.FormTextField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #454343;
	width: 95%;
	border: 1px solid #00417B;
}
.FormButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00427C;
	background-color: #FECE02;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.BodyTextErr {
	color: #990000;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00417B;
	text-decoration: none;
}
.ThinBlackLine {
	background-image: url(/images/back_body_text.gif);
	background-repeat: repeat-x;
	background-color: #00407A;
}
.GrayBackground {
	background-color: #DCDFDF;
}
.NavBG {
	background-image: url(/images/nav_gradient.gif);
	background-repeat: repeat-x;
}

ul {
	padding:0px;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#navbar {
background-image:url(/images/navbar_bg.jpg);
background-repeat:repeat-x;
width:750px;
height:23px;
margin:0px;
padding-left:10px;
}

#navbar table tr td{
padding-left:10px;
padding-right:10px;
}

#navbar table tr td a{
color:#FFFFFF;
text-decoration:none;
}

.form_hr {
border-bottom:solid;
border-bottom-width:1px;
border-bottom-color:#999999;
}
.h3 {
	background-color: 0061A4;
}
.admin_table {
	border: 1px solid #999999;
	margin: 0px;
	padding: 0px;
}
.admin_table * {
	margin: 0;
	padding: 0;
}

.admin_table tr td{
	border: 1px solid #999999;
	border-left:none;
	padding:2px;
	margin:0px;
}


/*Styles for dropdown nav start*/
	/* 
		LEVEL ONE
	*/
	#navbar ul							{ list-style: none; }
	ul.dropdown                         { position: relative; }
	ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; }
	ul.dropdown a:hover		            { color: #FFF; }
	ul.dropdown a:active                { color: #FFF; }
	ul.dropdown li a                    { display: block; padding: 5px 31px; border-right: 1px solid #07d; border-left: 1px solid #036; color: #fff; }
	ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
	ul.dropdown li:first-child a        { border-left: none; }  /* Doesn't work in IE */
	ul.dropdown li.hover,
	ul.dropdown li:hover                { color: white; position: relative; }
	ul.dropdown li.hover a              { color: white; }
	
	/* 
		LEVEL TWO
	*/
	ul.dropdown ul 						{ width: 233px; visibility: hidden; position: absolute; top: 100%; left: -14px; }
	ul.dropdown ul li 					{ font-weight: normal; background: #069; color: #fff; 
										  border-bottom: 1px solid #069; float: none; }
										/* IE 6 & 7 Needs Inline Block */
	ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 
	
	/* 
		LEVEL THREE
	*/
	ul.dropdown ul ul 					{ left: 100%; top: 0; }
	ul.dropdown li:hover > ul 			{ visibility: visible; }
/*Styles for dropdown nav end*/

