@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	color:#344b43;
	background-color: #D8F2FC;
	background-image: url(../bg.png);
	background-position: 0px 0px;
	background-repeat: repeat;
	font-family: Georgia, Times New Roman, sans-serif;
	font-weight: lighter;
	font-size:12px;
	min-width: 720px;
	padding-bottom: 40px;
  	}

ul {list-style:none}

img {border:none}

h1 {
	font-size: 30px;
	font-weight: lighter;
	font-variant: small-caps;
	}

h2 {
	font-size: 14px;
	font-weight: lighter;
	font-variant: small-caps;
	}

h3 {
	font-size: 13px;
	font-weight: lighter;
	font-variant: small-caps;
	}

h4 {
	font-size: 12px;
	font-weight: lighter;
	font-variant: small-caps;
	}

h5 {
	font-size: 11px;
	font-weight: lighter;
	font-variant: small-caps;
	}

.s9 {font-size: 10px}
.s10 {font-size: 11px}
.right {text-align: right}
.trailer {
	font-size: 20px;
	font-weight: lighter;
	font-variant: small-caps
	}

a:link{
	/* Applies to all unvisited links */
  	text-decoration: none;
	font-weight: normal;
	color: #344b43;
  	}
  
a:visited{
	/* Applies to all visited links */
  	text-decoration: none;
	font-weight: normal;
	color: #344b43;
  	}
  
 a:hover{
	/* Applies to links under the pointer */
    text-decoration: none;
	font-weight: normal;
	color: #557b6e;
  	}
  
a:active{
	/* Applies to activated links */
	text-decoration: none;
	font-weight: normal;
	color: #344b43;
  	}

.border{
	margin: auto;
	border-bottom: thin solid #344b43;
	width: 400px;
  	}
	
.border2{
	margin: auto;
	border-bottom: thin solid #344b43;
	width: 860px;
  	}

#header{
	margin: 40px auto 0px auto;
	text-align: center;
	min-width: 400px;
	}

#headerleft{
	float: left;
	text-align: left;
	width: 200px;
	}

#topmenu{
	margin: 5px auto 0px auto;
	width: 400px;
	}

#topmenu ul{
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#topmenu ul li{
	text-decoration: none;
	display: inline;
	}

#topmenu ul li a{
	text-decoration: none;
	padding: 0px 15px;
	} 

#topmenu ul li a:hover{
	color: #557b6e;
	}
	
#float {
	background: url(../border.png);
	float: left;
	padding: 10px 10px;
	margin: 10px 10px;
	}

#centerwrap{
	margin: 50px auto 0px auto;
	width: 80%;
	max-width: 900px;
	min-width: 720px;
	line-height: 130%;
	text-align: justify;
	}
	
#centerwrap2{
	margin: 30px auto 0px auto;
	width: 860px;
	}

#centerwrap3{
	margin: 50px auto 0px auto;
	width: 700px;
	line-height: 130%;
	text-align: center;
	}
	
#leftwrap{
	background: url(../border.png);
	float: left;
	padding: 10px 10px;
	margin-right: 20px;
	text-align: center;
	}
	
#rightwrap{
	margin-left: 180px;
	width: auto;
	}
	
#bottomwrap{
	clear: both;
	padding: 10px auto 0px auto;
	width: 860px;
	}