/* CSS Document */

#container {
	margin:0 auto;
	width:800px;
	background-color: #FFFFFF;
}
#MainContent {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#MainContent h1 {
	font-size: 36px;
	color: #CC6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}
#MainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#MainContent a {
	font-weight: bold;
	text-decoration: underline;
	color: #FF6600;
}
#MainContent a:hover {
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}
#MainContent a:visited {
	font-weight: bold;
	color: #0066FF;
}
#MainContent h2 {
	font-size: 18px;
	color: #FBA946;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#MainContent h3 {
	font-size: 14px;
	color: #CC6600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#MainContent h4 {
	font-size: 14px;
}
#MainContent h5 {
	font-size: 12px;
}
#MainContent ul {
	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: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#footer a {
	color: #FF6600;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6600;
	text-decoration: none;
}

body {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/tangerineGradientBG.jpg);
}
.mainMenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.mainMenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
	background-color: black;
	background-image: url(../images/indentbg-bro-ora.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.mainMenu ul li{
display: inline;
}

.mainMenu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none; /*dark purple divider between menu items*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
}

.mainMenu ul li a:visited{
color: white;
}

.mainMenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background-color: black;
	background-image: url(../images/indentbg2-bro-ora.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
