html, body	{
	margin:0px;
	padding:0px;
	height:100%;
}

body	{
    font-family:Arial, Helvetica, sans-serif;
	background-color:#0E235B;
}

#wholePageContainer	{
	position:relative;
	margin:0px auto;
	width:800px;
	background-image:url(../images/body_slice.jpg);
	background-repeat:repeat-y;
}
#header	{
	position:relative;
	clear:both;
	width:800px;
	height:97px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

.header {

}

#header_navs {
position:absolute;
bottom:103px;
right:180px;
width:186px;
height:191px;}

#header_navs a:link {
	color:#003094;
}
#header_navs a:visited {
	color: #000000;
}
#header_navs a:hover {
	color: #999999;
}
#header_navs a:active {
	color: #ffffff;
}


#button {
position:absolute;
bottom:15px;
right:32px;
width:332px;
height:62px;}


#header_navs p { 
padding-left:5px;
color:#000000;
}

#subheader	{
	position:relative;
	width:800px;
	height:308px;
	background-image:url(../images/top_graphic.jpg);
	background-repeat:no-repeat;
	clear:both;
	z-index:190;
}

#contentarea	{
	position:relative;  
	height:auto;
	margin:0px;
	background-image:url(../images/body_slice.jpg);
	backgrund-repeat:repeat-y;
	z-index:99;
}

a:link {
	color:#003094;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #999999;
}
a:active {
	color: #000000;
}

h1 {font-size:14px;
    padding-top:5px;
	padding-left:55px;
	color:#003094;
}

h2 {font-size:14px;
    padding-top:5px;
	padding-left:5px;
	color:#003094;
}
h3 {font-size:12px;
	padding-left:5px;
	padding-right:5px;
	color:#003094;
}
h4 {font-size:11px;
	padding-left:50px;
	color:#003094;
	padding-top:8px;
}
h5 {font-size:11px;
	padding-left:50px;
	color:#ffffff;
}
p  {font-size:12px;
	padding-left:50px;
}
ul {padding-right:3px;}
ol {}
li {font-size:12px;
	font-weight: bold;
	padding-left:0px;
	color:#003094;
}

hr	{color:#330066;}

#leftSide	{
	float:left;
	width:220px;	
	height:100%;
	margin:0px;
	background-color:#E7EBEF;
}
#TableLeft {float:left; margin-left:10px; margin-right:20px; margin-top:0px; margin-bottom: 3px;}

#rightSide	{
	font-size:12px;
	padding-right:5px;
	float:right;
	width:200px;
}

#TableRight {float:right; margin-left:10px; margin-right:10px; margin-top:0px; margin-bottom: 3px;}

#table a:link {
	color:#ffffff;}
#table a:visited {
	color: #003094;}
#table a:hover {
	color: #666666;}
#table a:active {
	color: #cccccc;}

/* FOOTER */	
#footer	{
	clear:both;
	text-align:right;
	width:800px;
	height:144px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-color:#0E235B;
}
#footer h5 {
	margin-right:20px;
	font-size:11px;
}

#footer a:link {
	color:#ffffff;}
#footer a:visited {
	color: #cccccc;}
#footer a:hover {
	color: #999999;}
#footer a:active {
	color: #000000;}
/* END FOOTER */	

.PicRight {float:right; margin-left: 10px; margin-right: 5px; margin-top: 5px; margin-bottom: 3px;}
.PicLeft {float:left; margin-left: 10px; margin-right:10px; margin-top:5px; margin-bottom: 3px;}

.style2 {
	color: #330065;
	font-weight: bold;
	font-style: italic;
}
.style4 {font-size: 14px}

.style5 {
	color: #330065;
	font-style: italic;
}
.style6 {font-size: 12px}

