body {
	background-color:#FFFFFF;
	margin:0px;
	color:#333333;
	font-size:12px;
	font-weight: normal;
	padding:0px;
	line-height:17px;
	font-family:Arial, Tahoma, Verdana, Geneva;
}
img, img a  {
	border:none;
}
.ListClass {
	margin:0px;
	padding:0px;
	padding-left:14px;
	line-height:20px;
	list-style-image:url(../images/Bullet.gif);
	list-style-position:outside;
}
.ListClass ul {
	margin-top:6px;
}
.ListClass li {
	line-height:20px;
}
.ListClass li a, .ListClass li a:hover {
	color:#B62C2C;
}

H1 {
	Font-size:18px;
	line-height:28px;
	font-weight: bold;
	margin-bottom:0px;
	color:#B62831;
}
H2 {
	padding-top: 4px;
	margin-top:0px;
	Font-size:17px;
	line-height:22px;
	font-weight: normal;
	margin-bottom:8px;
	color:#66644B;
}
H3 {
	font-size:14px;
	font-weight:bold;
	color:#757575;
	margin-bottom:3px;
	padding:0px;
}
a, a:hover {
	text-decoration:none;
	color:#B62C2C;
}
/*
===========================================================
*/
.chromestyle{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	width: 99%;
	font-weight: normal;
	height:34px;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul{
	padding:0px;
	padding-top:2px;
	font-size:13px;
	width: 100%;
	margin: 0px;
	list-style-position:inside;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a{
	font-size:12px;
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
	padding-top:0px;
	text-decoration: none;
/*	border-right: 1px solid #DADADA;*/
}
.chromestyle ul li a:hover{
	font-size:12px;
	color:#FFFFFF;	
/*	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0;
	margin-left:9px;
	margin-top:8px;
	border: 1px solid #000000; /*THEME CHANGE HERE*/
	BORDER-TOP-WIDTH:0px;
	border-bottom-width: 0;
	text-align:left;
	font-size:12px;
	line-height:24px;
	z-index:100;
/*	background-image:url(../../images/topmenugradient.gif);
	background-repeat:repeat-x;*/
	background-color:#142740;
	color:#999999;
	width: 176px;
	visibility: hidden;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=#d8dade,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 8px;
	font-size:13px;
	background-image:;
	border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	color:#FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	font-size:13px;
	color:#FFFFFF;
}
/*
===========================================================
===========================================================
-------- DATAGRID STYLES --------
*/
.datagrid_Header 		{ background-color: #0377AC; color: #FFFFFF; font-weight: bold; font-size: 11px; }
.datagrid_Header a 		{ text-decoration: underline; color: #FFFFFF; }
.datagrid_Header a:hover { text-decoration: none; color: #FFFFFF; }
.datagrid_Item 			{ font-size: 11px;font-weight: normal;background-color: #FFFFFF;color:#4D4D4D; }
.datagrid_Item a 		{ color: #0377AC; text-decoration: none; }
.datagrid_Item a:hover 	{ color: #0377AC; text-decoration: underline; }
.datagrid_AltItem 		{ font-size: 11px; font-weight: normal; background-color: #E0E0E0; color:#4D4D4D; }
.datagrid_AltItem a 	{ color: #0377AC; text-decoration: none; }
.datagrid_AltItem a:hover {	color: #0377AC;	text-decoration: underline; }
.greyed_out 			{ font-size: 11px; font-weight: normal;	background-color: #CCCCCC;	color:#999999; }
.greyed_out a 			{ color: #777777;	text-decoration: none; }
.greyed_out a:hover 	{ color: #777777; text-decoration: underline; }
.datagrid_footer 		{ color:#999999; }

/* Submenu (Sidebar) Settings */
.submitbutton {
	background-color:#EE8A1D;
	color:#FFFFFF;
	font-size:13px;
	padding: 2px;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #5A5837;
}
.main_nav {
	height:34px;
	background-image:url(../images/navbg.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
}
.main_nav a, .main_nav a:hover {
	color:#FFFFFF;
	text-decoration:none;
	line-height:34px;
	padding-right:20px;
	padding-left:20px;
} 
.topnav {
	padding-right:20px;
	color:#999999;
	padding-top:0px;
	line-height:28px;
}
.topnav a, topnav a:hover {
	color:#999999;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
}
td #centercontent {
	padding:10px;
	width:800px;
	padding-top:0px;
	padding-right:0px;
}
td #sidenav {
	width:160px;
}
td #sidenav a, td #sidenav a:hover {
	text-decoration:none;
	color:#666666;
}