/************************ HMTL Styles */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	margin: 0px;
	padding: 0px;
	background-color: #006198;
	font-size: 13px;
}
a{
	color: #FF9900;
	text-decoration: underline;
}
a:visited{
	color: #FF9900;
}
a:hover{
	color: white;
	text-decoration: underline;
}
a img{
	border: none;
}
h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}

h1{
 font-size: 120%;
}
h2{
	font-size: 18px;
	color: #FEC30A;
	font-weight: normal;
}
h3{
 font-size: 100%;
}
h4{
}
h5{
}

ul{
	margin: 0;
	padding: 0;
}

/************************** Layout */
#mainContainer{
	width: 904px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(images/mainContainer-bg.gif);
}
#header{
	width: 100%;
	background-image: url(images/head_02.jpg);
}
#mainNav{
	text-align: right;
	background-image: url(images/head_04.jpg);
	height: 34px;
	background-color: #004378;
	background-repeat: repeat-x;
}
#contentBox{
	background-image: url(images/main-bg.gif);
}
#boxTop{
	margin-top: 3px;
	background-color: #006198;
}
#leftColumn{
	float: left;
	width: 35%;
	margin: 0px;
}
#leftContent{
	padding-left: 15px;
}
#rightColumn{
	display: none;
	float:right;
	width: 20%;
}
#centerColumn{
	float: left;
	width: 65%;
}
#footer{
	clear: both;
	text-align: center;
	background-color: #006198;
}
.orangeButton{
	color: black;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	background-color: #DD9C4C;
	margin-top: 3px;
	border: none;
}
.orangeButton a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
