html, body {
	margin: 0;
	padding: 0;
	text-align:center;
}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #002D5A;
}
.hidden {
	display: none;
}
#container { 
	position: relative;
	width: 800px;
	
	padding: 0px 0px 0px 0px; /*[padding-top] [padding-right] [padding-bottom] [padding-left] */
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin: bottom: 5px;
	text-align: left;
}
#banner {
	height: 95px;
	width: 800px;
	background-image: url('../images_file/BG_banner.png');
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#divider{
	width: 800px;
	height: 5px;
	margin: 0px;
	background-image: url('../images_file/divider.png');
}
#content-top{
	width: 800px;
	height: 25px;
	margin-top: 0px;
	background-image: url('../images_file/content_top800.png');
}
#content-middle {
	width: 800px;
	background-image: url('../images_file/content_middle800.png');
	background-repeat: repeat-y;
	margin-top: 0px;
}
#content-middle h1{
	font-family: Gill Sans MT;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	margin-top: 0;
	margin-bottom: 5px;
}
#content-middle h2{
	font-family: Gill Sans MT;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin-top: 0;
	margin-bottom: 5px;
}
#content-middle p {
	font: 10pt Arial;
	line-height: 18px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 0;
}
#content-middle ul li b{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 0px;
	font-size: 10pt;
	color: #000000;
	text-align:left;
}
#content-middle h3{
	font-family: Gill Sans MT;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px;
}
#content-middle h4{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0px;
}
#content-middle h5{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0px;
}

#side-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font: 12pt Gill Sans MT;
    width: 160px; /* Main Menu Item widths */
}
/* Side Nav */
#side-nav dl { margin: 0px; padding: 0}
/* IE5 Mac Hack \*/ 
#side-nav { padding-left: 0; padding-top: 0; padding-bottom: 0; padding-right:0;} 
/*/ 
#side-nav { padding-left: 0px; overflow: hidden; } 
/* End Hack */

#side-nav li {
    list-style:none;
    display:inline;
}
#side-nav a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #A40000;
    padding: 5px 5px 5px 10px; /*[padding-top] [padding-right] [padding-bottom] [padding-left] */
    border-bottom: 1px solid #660000;
}
#side-nav a:hover { 
    color: #000000;
}
#side-nav li.selected a, #sidenav li.selected a:hover{ 
    color:#000000;
}
#content-bottom {
	width: 800px;
	height: 20px;
	background-image: url('../images_file/red_footer.png');
	background-color: #FFFFFF;
}
#bottom-tab{
	width: 800px;
	padding: 3px 0px;
	margin-left: 0;
	margin-top: 0px;
	font: 10pt Tahoma;
	border-bottom: 1px solid #001E3C;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	background-color: #FFFFFF;
	padding-top: 6px;
}
#bottom-tab li{
	display: inline;
	margin-top: 0px;
}
#bottom-tab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #001E3C;
	border-bottom: none;
	background-color: #FFFFFF;
	color: #000000;
}
#bottom-tab li a:hover{
	background-color: #001E3C;
	color: #FFFFFF;
}
#bottom-tab li a:active{
	color: black;
}
#bottom-tab li.selected a, #bottom-tab li.selected a:hover{ /*selected tab effect*/
	background-color:#001E3C;
	position: relative;
	top: 1px;
	padding-top: 4px;
	color: #FFFFFF;
}
#links {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	color: #808080;
	background-color: #001E3C;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	text-decoration: none;
}
#links a {
	color: #808080;
	text-decoration: none;
}
#links a:hover {
	color: #66CCFF;
}
#links #altnav {
	width: 760px;
	text-align: center;
}
.fail { 
  color:#FFFFFF; 
}
