body {
	margin: 0px;
	padding: 0px;
	background-color: #8DA1D4;
}

a, a:hover{
	color: #8DA1D4;
	text-decoration: underline;
	font-weight: 900;
}

.header {
	margin: 0px;
	padding: 0px;
	height: 85px;
	background-color: #7883A1;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}

.navbox {
    width: 160px;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	background-color: #8DA1D4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	vertical-align: top;
	font-weight: 900;
}

.nav {
	width: 160px;
	padding-top: 5px;
	display:block;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;	
}

.nav a{
	color: #000000;
	font-size: 110%;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 22px;		
}	

.nav a:hover{
    color: #000000;
	font-size: 110%;
	text-decoration: none;
	background-image: url(images/navarrow2.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}		

.nava {
    color: #000000;
	font-size: 110%;
	text-decoration: none;
	background-image: url(images/navarrow2.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}


.textbox {
	margin: 0px;
	background-color: #ffffff;
	color: #000000;
	height: 100%;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;

}

.text {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 750px;
	text-align: justify;
}

.texttable {
	width: 100%;
	text-align: left;
	vertical-align: top;
}

.bluebold {
	font-weight: 900;
	color: #8DA1D4;
} 

.bluebox {
	background-color: #8DA1D4;
	padding: 10px;

}	

#subnavi {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8DA1D4;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 5px;
}

#subnavi a{
	color: #000000;
	font-weight: 900;
	text-decoration: none;
	padding-left: 0px;	
}	

#subnavi a:hover{
	color:#8DA1D4;
	text-decoration: none;
	padding-left: 0px;
}

.subtext {
	padding-left: 10px;
}


#navi3 {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 5px;
}

#navi3 a{
	color: #8DA1D4;;
	font-weight: 900;
	text-decoration: none;
	padding-left: 0px;	
}	

#navi3 a:hover{
	color:#000000;
	text-decoration: none;
	padding-left: 0px;
}

.navi3text {
	width: 650px;
	padding-left: 10px;
}



	
h1 {
	font-size: 14pt;
	font-weight: 900;
	color: #8DA1D4;
}
	
h2 {
	font-size: 12pt;
	font-weight: 900;
	color: #000000;
}
	

