@charset "utf-8";
body {
	background-color: #fff;
	font-family: "Verdana", Geneva, sans-serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #920f3b;
}

a:active {
	color: #740C2E;
}

a:visited {
	color: #A61142;
}

a:hover {
	color: #CCCCCC;
	background: #920f3b;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #CCCCCC;
	background: #920f3b ;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	min-height: 100px;
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	padding: 0em 0 0em 0;
	text-align: left;
	font-family: "Verdana", Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 12px;
	background-color: #c8d92b;
	color:  #ffffff;
}

#footer {
	background-color: #920f3b;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	margin-top: 1px;
	width: 900px;
	font-family: "Verdana", Geneva, sans-serif;
}

#main h2 {
	font-family: "Verdana", Geneva, sans-serif;
	text-transform: uppercase;
	color: #920f3b;
}

#main h3 {
	font-family: "Verdana", Geneva, sans-serif;
	text-transform: uppercase;
	text-align: left
}


#main h4 {
	font-family: "Verdana", Geneva, sans-serif;
	text-transform: uppercase;	
}
#main h6 {
	font-family: "Verdana", Geneva, sans-serif;
	text-transform: uppercase;
}

#navbar {
	font-size: medium;
	border-bottom: 2px groove;
	text-align: left;
	font-weight: bold;
}

#breadcrumb {
	text-align: left;
	border-bottom: 2px groove;
	padding: 0;
}

#content {
	text-align: justify;
	
}
	
#content h2 {
	font-family: "Verdana", Geneva, sans-serif;
	text-transform: uppercase;
	text-align: Left;
	color: #920f3b;
}

#content h3 {
	font-family: "Verdana", Geneva, sans-serif;
	text-transform: uppercase;
	text-align: Left;
	color: #920f3b;
}

#content h5 {
	text-transform: uppercase;
	text-align: justify;
	}

span.highlight {
	border-bottom: 2px groove;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ecc;
}

table.listing td.headseparator {
	border-top: 1px groove;
}

table.listing td.endseparator {
	border-top: 1px groove;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 2px groove;
}

#rightSidebar {
	margin: 0 40px 0 10px;
	padding: 10px;
	width: 225px;
	border-left: groove;
	border-right: none;
	border-bottom: none;
	font-family: "Verdana", Geneva, sans-serif;
	color: #920f3b;
}
#sidebar input.button {
	background: #920f3b;
	font-family: "Verdana", Geneva, sans-serif;
}
#sidebar input.textField {
	border: #920f3b 1px groove;
	font-family: "Verdana", Geneva, sans-serif;
}
#sidebar select.selectMenu{
	border: #920f3b 1px groove;
	font-family: "Verdana", Geneva, sans-serif;
	color: #920f3b;
}



#table.announcements td.headseparator {
	        border-bottom: 2px groove;
	        font-size: 0.1em;
	        line-height: 1%;
	}
	
#table.announcements td.endseparator {
	        border-bottom: 2px groove;
	        font-size: 0.25em;
	        line-height: 10%;
	}
#table.announcements td.separator {
	       border-bottom: 2px groove;
	        font-size: 0.1em;
	        line-height: 1%;
	}