/* 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: #A3BDE2; 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color:#000000;
	text-align: center;
}
/* PV */
div#container {
	margin: 0 auto;
    width: 600px;
    text-align: left;
}
div#usableWidth {
	width: 600px;
	margin: auto; /* centers in the container */
}
/* */
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#navigation1 {
	width: 600px; height: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
    background-color: #A3BDE2;
	font-size: 11px;
	text-align: center;
	}
div#header { 
  width: 600px; height: 173px; 
  }
div#navigation2 {
	width: 600px; height: 20px;
    background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	}
#content { 
  width: 600px; background-color: #FFFFFF; 
  color: #000000
  }
#contentinside {      
    padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
div#footer {
width: 600px; height: 173px; 
}
div#footermap {
width: 600px; height: 268px; 
 }
div#navigationpv {
	width: 600px; height: 20px;
    padding-left: 10px;
    background-color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	}
div.hf-body {
	float: left;
}
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: 5px;
	clear: center;
}
#liner {
	border-bottom-style: solid;
	border-bottom-color: #00285d;
	height: 5px;
	margin-bottom: 1px;
	margin-top: 1px;
}
#linerpv {
	border-bottom-style: solid;
	border-bottom-color: #00285d;
	height: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
}
/* */
p {
	text-align: justify;
	line-height: 1.4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
table {
	text-align: center;
	font-size: 11px;
	color:#000000;
}
a.nav:link {
     color:#000000;
	 text-decoration: underline; 
	 font-size: 11px;
	 font-weight: bold; 
	 background-color:#D8F0FE;
     padding:0.30em;}
a.nav:visited {
     color:#000000;text-decoration: 
	 underline; 
	font-weight: bold;}
a.nav:hover {
     color:#00285d;
	 text-decoration:none;
}
a:link {
    color:#000000;
	text-decoration: underline; 
	font-weight: bold;}
a:visited {
    color:#000000;
	text-decoration: underline; 
	font-weight: bold;}
a:hover {
    color:#00285d;
	text-decoration:none;
}
h1{
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 15px;
	font-weight: bold;
	color:#000000;
	text-align: left;
}
h2{
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 13px;
	font-weight: bold;
	color:00285d;
	text-align: left;
}
UL {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 30px;
	line-height: 1.4;
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
}
OL {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 15px;
	list-style-position: inside;
	list-style-type: none;
	line-height: 2;
	text-align: left;
}
FORM {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.jst-lft {
	text-align:left
}

