
body {
	background-color: #004080;
	font-family: arial,helvetica,sans-serif;
}

DIV.pagecorner {
	position : absolute;
	top : 0px; left: 0px;
	width: 163px;
}

DIV.pagetitle {
	position : absolute;
	top : 0px; left: 163px;
}

DIV.pagenav {
	position : absolute;
	top : 130px; left: 0px;
	width: 163px;
	padding: 10px;
}

DIV.pagecontent {
	position : absolute;
	top : 130px; left: 163px;
	background: white;
	padding: 0 20px 20px 20px;
	width: 600px;
}

#formlabel {
	background: #004080;
	color: white;
	font-weight: bold;
	font-size: 80%;
	border: solid 1px white;
}
#formlabel2 {
	font-weight: bold;
	font-size: 80%;
}
input {
	font-family: arial,helvetica,sans-serif;
	font-size: 75%;
}

textarea {
	font-family: arial,helvetica,sans-serif;
	font-size: 75%;
}

h1	{
	font-size: 1.5em; 
	color: #003366;
	margin: 5px 0 10px 0;
} 

h2 	{
	font-size: 1.1em;
	color: #FF0000;
	margin: 25px 0 0 0;
	text-align: center;
} 

h3 	{
	font-size: 1em;
	color: #003366;
	font-weight:bold;
	margin: 25px 0 0 0;
} 

h4 	{
	font-size:11pt; 
	font-family: arial; 
	color: black; 
	font-style: normal; 
	font-weight: normal
} 

h5 	{
	font-size:9pt; 
	font-family: arial; 
	color: black; 
	font-style: normal; 
	font-weight: normal
} 

h6 	{
	font-size:11pt; 
	font-family: arial; 
	color: white; 
	font-style: normal; 
	font-weight: normal
} 


