a:link,a:visited { color: #990033; text-decoration: none; }
a:active { color: #ccc;}
a:hover { color: #666; text-decoration: underline; }

body {
	margin: 0px;
	font: 74% Geneva, Arial, Helvetica, sans-serif; background: #981535; 
}

h1 {
	font-family: "trebuchet ms", "lucida grande", verdana, arial, sans-serif;
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 1.6em;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #990033;
	padding: 5px;
	background-color: #F0F8FF;
}

li { list-style-type:disc; list-style-image:url('/images/bullet.gif'); list-style-position:inside; margin-bottom: 5px; }
pre {
	font-family: "Courier New", Courier, mono;
	font-size: 1.1em;
}

/*******************************
 **** Layout Styles
 *******************************/
#TopNav { background-color: #000; padding: 6px; color: #fff; border-top: 10px solid #F4E7EA; border-top: 10px solid #F4E7EA; display:block; width:100%; }
#TopNav a { color: #fff; text-decoration: none; }
#TopNav a:hover { color: #ccc; text-decoration: none;}

#Header {
	height: 85px;
	color: #fff;
	background-image: url(../images/hdr_bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#Header h1 { margin: 0px; font-size: 1.7em; text-transform: capitalize; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; }
#Header p { margin: 0px; }

#Footer { border-top: 1px solid #981535; padding: 4px; clear:both; font-size: 0.9em; }

#SearchBar { background-color: #eee; border-bottom: 1px solid black; border-top: 1px solid black; padding: 0.5em; text-align: center; width:100%; display:block;}

#LeftPane { background-color: #F0F8FF; width: 220px; border: 1px solid #333; float:left; margin: 20px 0px 0px 5px; width: 90%; }

#Department {
	font-size: 1em;
	text-transform: capitalize;
}

table.Repeater { width: 99%; border: 1px solid #F5EFD5; }
table.Repeater th { text-align: left; padding: 0.5em; background-color: #F5EFD5; }
table.Repeater td { padding: 0.8em; color: #666; }
table.Repeater a { font-weight: bold; }

#PrivacyPolicy { font-size: 1.0em; }
#PrivacyPolicy h2 {
	font-size: 1.7em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}
#PrivacyPolicy p { margin-top: 0px; }

.Validation { color: #cc0000; font-family: Verdana, Arial, Helvetica, sans-serif; }

.showDepartment { display: block; }
.hideDepartment { display: none; }



