﻿body
{
	margin: 5px 50 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #145AAA;
}

#container
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 1px solid #333;
}

#banner
{
	margin-top: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #333;
}
#bannerTitle
{
	height: 150px;
}


#Navigation {
	font-size: 12px;
	color: #333333;
	height: 25px;
	width: auto;
	padding: 8px 5px 1px 5px;
	background-color: #A13129;
    margin: 0px; 
}  

#mainNav {
margin: 0px; 
padding: 0px; 
list-style-image: none; 
list-style-type: none; } 

#mainNav li {
float: left;
margin-top: 0px;
margin-right: 5px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px; 
} 

#mainNav li a {
	margin: 0px;
	background-attachment: scroll;
	background-image: url(images/tabs_wide.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	font-weight: normal;
	color: #800000;
	text-decoration: none;
	height: auto;
	width: auto;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

#mainNav li a:hover {
	text-decoration: underline;
	color: #800000;
} 

#mainNav li a span {
background-attachment: scroll; 
background-image: url(images/tabs_wide.gif); 
background-repeat: no-repeat; 
background-position: 0px 0px; 
display: block; 
padding-top: 6px; 
padding-right: 10px; 
padding-bottom: 0px; 
padding-left: 20px; 
height: 19px;
width: auto; 
float: left; 
cursor: pointer; 
cursor: hand; 
margin: 0px;
} 

#mainNav li a.active { background-attachment: scroll; 
background-image: url(images/tabs_wide.gif); 
background-repeat: no-repeat; 
background-position: right -47px; } 

#mainNav li a.active span { background-attachment: scroll; 
background-image: url(images/tabs_wide.gif); 
background-repeat: no-repeat;
background-position: 0px -47px;
 } 

#mainNav li a.active:hover {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
} 


#menubar {
				padding: 0px 0px 2px 0px;
				background-color: #F4F0E4;
				width: 100%;
				text-align: right;
				vertical-align: middle;
				display: block;
				margin-bottom: 10px;
}


#1menubar a:hover {
				color: #A13129;
				text-decoration: underline;
				background-color: #000000;
} 
#menubar a
{
	padding-left: 2px;
	color: #A13129;
	font-weight:500;
	font-size:12px;
	text-decoration: none;
}
#menubar a:hover
{
	color:#000000;
	text-decoration: underline;
	
}




#topLinks
{
	border-left: 5px solid #A13129;
	border-right: 5px solid #A13129;
	border-bottom: 5px solid #666666;
	border-bottom-color: #A13129;
	padding: 20px 0 5px 10px;
	font-size: medium;
	font-weight: bold;
	background-color: #9C3626;
	text-align: center;
}
#topLinks a
{
	padding: 5px 10px 5px 10px;
	text-decoration: underline;
	color: #800000;
}
#topLinks a:hover
{
	text-decoration: underline;
	background-color: #F0B510;
}
#content
{
	padding-top: 25px;
	margin: 0 0 0 0px;
	font-size: small;
}
#content h3
{
	color: #800000;
	font-size: small;
	margin: 0px 0 0px 0;
}
.segment
{
	margin: 30px 70px 50px 70px;
	height:auto;
}
.segment h1
{
	font-size: small;
	padding-left: 10px;
	font-weight: bold;
	color: #333333;
}
.segment a
{
	font-weight:bold;
	color:#2f3090;
	text-decoration: none;
	
}
.segment a:hover
{
	color:#2f3090;
	text-decoration: underline;
	
}
.segment p
{
	font-size: small;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.segment ul
{
	font-size: small;
	margin-top: 0px;
}

#footer
{
	clear: both;
	padding: 0 0 5px 0;
	color: #800000;
	text-align: center;
	background-color: #FFFFFF;
	font-size: x-small;
}
#footer a
{
	color: #800000;
	text-decoration: none;
	font-size: x-small;
}
#footer a:hover
{
text-decoration:underline;
color: #800000;

}

