/* CSS Document */

#container {
	margin:0 auto;
	width:970px;
	background-color: #FFFFFF;
}
#MainContent {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F91C2D;
}
body {
	background-image: url(images/darkBlueGradientBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#menuBar{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#menuBar ul{
	margin-left: 20px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#menuBar li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#menuBar a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #035CB6; /*Default menu color*/
border-bottom: 1px solid white;
}

#menuBar a:hover{
background-color: #F91C2D; /*Menu hover bgcolor*/
}

#menuBar #current a{ /*currently selected tab*/
background-color: #F91C2D; /*Brown color theme*/ 
border-color: #F91C2D; /*Brown color theme*/ 
}

#menuBarMenuLine{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #F91C2D; /*Brown color theme*/ 
}
