@charset "UTF-8";
body {
	background-image: url(../img/public/background.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#site {
	width: 743px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border: 1px none #003768;
}
#navgraphics {
	width: 743px;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #003768;
	margin-top: 0px;
	margin-bottom: 0px;
}
#topheader {
	background-color: #003768;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topheaderinside {
	background-color: #003768;
	width: 743px;
	margin-right: auto;
	margin-left: auto;
	border: 0px none #839CAF;
	height: 216px;
}
#maincontent {
	margin: 0px;
	background-image: url(../img/public/maincontent_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 15px;
	background-color: #FFFFFF;
}
p {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 20px;
}
.picspace {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}
.picspacebdr {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
	border: 1px solid #003768;
}
#customerlogin input {
	margin-top: 3px;
}
#rightcontent {
	float: right;
	width: 465px;
}
#leftcontent {
	width: 218px;
	float: left;
}
#header {
	background-color: #003768;
	height: 0px;
	width: 743px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(../img/public/nav_bg2.png);
	background-repeat: repeat-x;
	padding: 0px;
	height: 61px;
}
#navshadow {
	padding: 0px;
	height: 8px;
	background-image: url(../img/public/maincontent_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

.clearfix:after {  
     content: ".";  
     display: block;  
     clear: both;  
     visibility: hidden;  
     line-height: 0;  
     height: 0;  
}  
   
.clearfix {  
    display: inline-block;  
}  
  
html[xmlns] .clearfix {  
    display: block;  
}  
  
* html .clearfix {  
    height: 1%;  
} 
#footer {
	clear: both;
	width: 743px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
}
#footer img {
	margin-right: 10px;
}
#footertext {
	float: right;
	font-size: 11px;
	font-weight: normal;
}
li {
	font-size: 12px;
	margin-top: 0px;
}
ul {
	margin-top: 0px;
	margin-bottom: 15px;
}
h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #003768;
	border-right-color: #003768;
	border-bottom-color: #003768;
	border-left-color: #003768;
	color: #507A9D;
	font-weight: normal;
	text-decoration: none;
}
.bolder {
	font-weight: bolder;
	color: #333333;
}
#site #maincontent #rightcontent img {
	margin-bottom: 10px;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #003768;
	text-decoration: underline;
}
a:visited {
	color: #003768;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

img {
	border: 0px solid;
}