/* CSS Document */
body {
background-color: #B3C7C6;
margin: auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

a
{
	color:#227a93;	
}

.aquaText
{
	color:#227a93;	
}

.style1 {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #330066;
}
.style2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }

.style4 {
	font-size: 10px;
	font-weight: bold;
}
hr {
width:100%;
border-bottom:solid 0px #000;
}
body h2 {
font: 130% Georgia, Serif;
font-weight:bold;
}
#container {
margin: auto;
width:827px;
padding-right:18px;
padding-left:18px;
padding-top:5px;
background:url(images/bg.jpg);
background-repeat:repeat-y;
	}
#header { 
width:790px;
	}
#header h1 { 
font: 362% Georgia, Serif;
font-weight:bold;
background-color: inherit; 
color: #B3C7C6; 
	}
#headerinside {
position:absolute;
top:278px;
text-align:right;
width:710px;
}
#header h2 { 
font: 130% Georgia, Serif;
font-weight:bold;
background-color: inherit; 
color: #727F7E;
line-height:.1em;
	}
#leftcol
{
float: left;
width: 253px;
margin: 0;
clear:both;
background-color:#FFF;
}
#rightcol
{
margin-left: 270px;
width:500px;
padding-left: 1em;
max-width: 36em;
background-color:#FFF;
}
#footer
{
width:769px;
clear: both;
margin: 0;
background-color: #FFF;
}
