﻿/* CSS Document */
body{
	padding: 0px;
	margin: 0px;
	background: url('../images/bkgrd.gif') top center repeat-y; 
	text-align: left;
}
label{
	margin:0px; 
	padding:0px;
}
h1{
	color: #1C325B;
	font-size: xx-small;
	font-weight: normal;
}
h2{
	top: 23px;
	text-align:center;
	font-size:  medium;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1pt;
	margin: 0px;
	padding: 0px;
	position: relative;
}
h3{	color: #640000;
	font-family: "Swis721 Blk BT";
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: large;
	font-weight: normal;
	margin: 0px;
	padding: 0px; 
	text-align: center;
}
div{
	margin: 0px;
	padding: 0px;
	position: absolute;
}
#topPg{
	left: 0px;
	top: 0px;
	width: 800px;
	height: 1200px;
	z-index : 30;
	position: relative;
	margin: 0 auto;
	background-color: #1C325B;
}
#topPg #chariot{
	width: 800px;
	height: 94px;
	z-index : 2;
	background: url('../images/header.jpg') no-repeat 0 0;
	position: static;
	top: 4px;
}

#body-right { 
	position: absolute;
	background:url('../images/body-middle.jpg') repeat-y  ;
	z-index: 1;
	width: 630px;
	left: 168px;
	height: 848px;
	top: 291px;
	border: thick;
 	color: #808080;
	font-family: "Times New Roman", Times, serif;
}
#body-text{ 
	left: 15px; 
	top: 100px; 
	width: 600px; 
	height: 675px;
}


#imageHDR {
	position: absolute;
	z-index : 10;
}



#hyperlinks {
	color: #3474B9;
	text-decoration: none;
}
#hyperlinks a{
	color: #3474B9;
	text-decoration: none;
}
#hyperlinks a:hover{
	color: #800000;
	text-decoration: none;
}


.HIGHLIGHTS_HDRblue {
	color: #3474B9;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bolder;
}
.HIGHLIGHTS_HDRred {
	color: #C0C0C0;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bolder;
}

.HIGHLIGHTS_HDR {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bolder;
}
.HIGHLIGHTS_HDRgrey {
	color: #C0C0C0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.HIGHLIGHTS {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bolder;
}
.TEXT {
	color: #808080;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
.bold {
	 font-weight:bold; 
}

.small {
	font-size: small;
}

.border {
	border-style: solid;
	border-width: 10px;
	border-color:  white;
}
.noborder {
	border-width: 0px;
}
.center {
	text-align: center;
}
.IMGbottom {
	vertical-align: bottom;
}