/* 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;
	width: 500px;
	float: left;
}
#MainContent h1 {
	font-size: 24px;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 10px;
}
#MainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#MainContent a {
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
}
#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: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#MainContent h3 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#MainContent h4 {
	font-size: 14px;
}
#MainContent ul {
	font-size: 12px;
}
#MainContent ol {
	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: #022E79;
	padding-right: 15px;
	padding-left: 15px;
}
#footer a {
	color: #CC3300;
	text-decoration: none;
}
#footer a:hover {
	color: #3333FF;
	text-decoration: none;
}

body {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/GradientBG.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: #333333;
	border-bottom-color: #333333;
	background-color: black;
	background-image: url(../images/indentbg.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: #333333;
}

.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.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#right {
	float: right;
	width: 264px;
	clear: none;
	background-color: #CCCCCC;
	
}
#right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
}
#right h1 {
	margin: 0px;
	padding: 4px;
	background-color: #3E5773;
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #FFFFFF;
	font-size: 24px;
}

