@charset "UTF-8";
body{
	background-color: #47051f;
	background-image: url(images/HITM_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color: #065ea8;
	font-weight: normal;
}
a img{border: none;}
pre {
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #424242;
}
#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #424242;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content-wrapper{
	width:864px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -70px;
}
#wave {
	background-image: url(images/wave.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
#wave .toplogo{
	margin-top: 7px;
	margin-left: 20px;
}
/********  TOP NAVIGATION AND DROP MENUES *********/

 
#nav{
	overflow: hidden;
	width: 100%;
	margin-right: 20px;
	margin-left: -20px;
	height: 31px;
}

#nav ul{
list-style-type: none;
margin: 0;
padding: 0;
}

#nav li{
float: right;
margin: 0;
padding: 0;
}

#nav a{
float: left;
position: relative;
background: url(images/nav-bg-l.gif) no-repeat left top;
margin: 0;
padding: 0 0 0 5px;
text-decoration: none;
	height: 31px;

}
#nav a.first{
	padding-left: 22px;
	background-image: url(images/nav-begin.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
}
#nav a span{
float: left;
color:#666;
position: relative;
display: block;
background: url(images/nav-bg-r.gif) no-repeat right top;
padding: 10px 15px 10px 10px; 
padding: 10px 15px 5px 10px; 
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */

#nav a span.last{
	background-position: 0px top;
}

#nav .selected a{
background-position: 0 -31px;
top: 0;
}

#nav .selected a span{
background-position: 100% -31px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}
#nav .selected a span.last{
background-position: 0 -31px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}
#nav a:hover{
	background-position: 0% -31px;
	top: 0;
}

#nav a:hover span{
	background-position: 100% -31px;
	top: 0;
}
#nav a:hover span.last{
	background-position: 0 -31px;
	top: 0;
}
#nav .left_endcap {
	background: url(images/nav-end.gif) no-repeat;
	width: 22px;
	height: 31px;
	float: right;
}
.pad-right{
	margin-right:25px;
}
.pad-left{
	margin-left:25px;
}
.border{
	border: 3px solid #fff;
	margin-bottom: 5px;
}
#content-area{
	background-color: #E1EDF6;
	width: 810px;
	border-right: 2px solid #fff;
	border-left: 2px solid #FFF;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	clear: left;
	float: left;
	padding-bottom: 10px;
}
#content-top{
	width: 864px;
	height: 17px;
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
}
#footer{
	width:1000px;
	margin: 25px auto;
	text-align:center;
	font-size: 10px
}

