/* fixes */
/* www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ----------------------------------- */

body {	
	background-color: #FFFFFF;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color:#323232;
}
div#container {
    width: 600px;
    background-color:#FFFFFF;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}
/* */
div#topOfPage{
	margin: auto; /* centers in the block */
	text-align: center;
}
div#bottomOfPage{
	clear: both;
	margin: auto; /* centers in the block */
	text-align: center;
}
div#header { 
    width: 600px; height: 168px;
}
div#navigation {
	width: 600px;
	font-size: 12px;
	background-color: #C1E0FF;
	text-align: center;
	padding-top: 5px;
    padding-bottom: 5px;
}
div#navigationpv {
	width: 600px;
	font-size: 12px;
	text-align: left;
}
#liner {
	border-bottom-style: solid;
	border-bottom-color: #000099;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}
h1, h2, h3, h4 {
	font-size: 12px;
	display: inline;
}
h5 {
	font-size: 12px;
	text-align: center;
	background-color: #C1E0FF;
	padding-top: 10px;
	padding-bottom: 10px;
}
a:link {
	color: #003366;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #003366;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #003366;
}
UL {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 20px;
	line-height: 1.4;
	list-style-position: inside;
	list-style-type: square;
}
div.image-right{
	float: right;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 5px;
	clear: right;
}
div.image-left{
	float: left;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 5px;
	clear: left;
}
div.image-center{
	float: center;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: center;
}
FORM {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
table {
	text-align: center;
}
