/* CSS Document */
a
*, html {padding: 0; margin: 0; font-family: Geneva, Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address,div {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

body {
	background-color: #f17f2d;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
	}
	
h2 {
	font-size: 13px;
	padding-bottom: 6px;
	color: #002B45;
	}
	
h3 {
	font-size: 12px;
	line-height: 15px;
	}
	
h4 {
	font-size: 12px;
	color: #FFFFFF;
	}
	
h5 {
	font-size: 11px;
	color: #FFFFFF;
	}
	
p {
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	padding-bottom: 10px;
	}
	
a {
	color: #999999;
	text-decoration: none;
	}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a img {
	border: none;
	}
	
ul, li {
	color: #000000;
	font-size: 11px
	}
	
.red {
	color: #73000C;
	}
	
#container {
	margin: 0 auto;
	width: 835px;
	height: 468px;
	background-image: url(../images/bg.jpg);
	/* height: 620px; */
	/* background-color: #720029; */
	}
#containerIndex {
	margin: 0 auto;
	width: 835px;
	height: 468px;
	background-image: url(../images/bgIndex.jpg);
	/* height: 620px; */
	/* background-color: #720029; */
	}
#top-cap{
	width: 835px;
	height: 19px;
	background-image: url(../images/topShadow.jpg);
	margin: auto;
	/* height: 620px; */
	/* background-color: #720029; */
	}	
#bottom-cap{
	width: 835px;
	height: 20px;
	background-image: url(../images/bottomShadow.jpg);
	margin: auto;
	/* height: 620px; */
	/* background-color: #720029; */
	}
#header {
	height: 130px;
	padding-left: 18px;
	float: left;
	width: 800px;
	}
#middle-content {
	height: 130px;
	padding-left: 18px;
	float: left;
	width: 800px;
	padding-right: 17px;
	}
#middle-contentFlash{
	padding-left: 250px;
	float: left;
	width: 300px;
	padding-right: 250px;
	height: 468px;
	}
#logo{
	float: left;
	padding-right: 2px;
	}
#header-image{
	float: left;
	width: 642px;
	height: 130px;
	}
#nav{
	float: left;
	width: 622px;
	height: 31px;
	background-color: #505B60;
	border-bottom: solid #7C8488 1px;
	border-top: solid #D4D6D8 1px;
	padding-left: 20px;
	}
#navlink{
	float: left;
	width: 130px;
	height: 32px;
	background-color: #505B60;
	display: block;
	}
#navlink a{
	float: left;
	width: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	padding-left: 10px;
	padding-top: 8px;
	}
#navlink a:hover{
	float: left;
	width: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	padding-left: 10px;
	padding-top: 8px;
	}
#fnav{
	float: left;
	width: 37px;
	height: 31px;
	background-color: #505B60;
	font-size: 23px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #EF6C23;
	border-left: solid #7B8487 2px;
	border-right: solid #A7ADAF 1px;
	}
#fnav a{
	float: left;
	width: 37px;
	height: 31px;
	background-color: #505B60;
	font-size: 23px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #EF6C23;
	}
#fnav a:hover{
	color: #33FF00;
	}
#footer {
	border-top: solid #fff 5px;
	clear: both;
	height: 25px;
	background-color: #720029;
	}

#title {
	width: 426px;
	height: 50px;
	background-color: #DEDBCB;
	float: left;
	border-left: solid #FFFFFF 5px;
	}
#left-section{
	width: 156px;
	float: left;
	height: 100%;
}

#right-section{
	width: 623px;
	float: left;
	height: 270px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	overflow: auto;
}
#txt-section{
	width: 610px;
	float: left;
	height: 250px;
	overflow: auto;
	padding-right: 10px;
}

