body {
	background-image: url(./images/summerbeach.jpg);
	background-repeat: repeat-x;
	background-color: #daad6b;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
    color:#033881;
	font-size: 11px;
	font-weight:normal;
	text-align:left;
	padding:0;
    line-height: 1.5em;

}
	
#maincontainer {
    width: 800px;
    margin: 0 auto; 
    padding: 0px;
}
 #header{
	width:800px;
	/*height:111px;*/
	vertical-align: bottom;
	border: 0;
	padding: 0px;
}

#leftcolumn {
	background-color: #ecd6b5;
	float: left;
    width: 280px; /*Width of left column*/
   padding: 20px 0px 10px 10px;
 
	}
#rightcolumn  {
	background-color: #ffffff;
	width: 480px; /*Width of right column*/
	 float: right;
	padding: 20px 10px 10px 20px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#033881;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	
}
#footer {
	width:800px;
	height:124px;
	vertical-align: top;
	border: 0;
	clear: both;
	margin: 0px;
	padding:0px;
	} 
#sitelinks {
	width:800px;
	vertical-align: top;
	border: 0;
	clear: both;
	margin: 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:0.7em;
	text-align: center;
	font-weight:normal;
	} 
#leftcolumn a:link  {
	 color: #033881;
	text-decoration: none;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	display: block;
	padding:0px;
	margin: 0px;
}
#leftcolumn a:visited {
	 color: #033881;
	text-decoration: none;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	display: block;
	padding:0px;
	margin: 0px;
	font-style: normal;
	}
#leftcolumn a:hover {
	color: #046762;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	background-color: #5dcdf1;
	}

#leftcolumn a:active {
   	color: #046762;
   	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
    background-color: #5dcdf1;
}

a:link {
	 color: #033881;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	 color: #033881;
}
a:hover {
	text-decoration: underline;
	color: #046762;
}
a:active {
	text-decoration: underline;
	color: #046762;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #046762;
	font-style: normal;

}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	margin-top: 0px;
	font-style: bold;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #033881;
	margin-top: 0px;
	font-style: bold;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	margin-top: 0px;
	font-style: normal;
	font-style: italic;
	}


h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #046762;
	margin-top: 0px;
	font-style: bold;
}
h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	margin-top: 0px;
	font-style: normal;
}

#sitelinks a:link {
	color: #033881;
	text-decoration: none;
}
#sitelinks a:visited {
	text-decoration: none;
	color: #033881;
}
#sitelinks a:hover {
	text-decoration: underline;
	color:#046762;
}
#sitelinks a:active {
	text-decoration: none;
	color: #046762;
}
.copyright {
	font-size: 10px;
	text-align: center;
	line-height:0.9em;
}
.copyright a:link {
	color: #ffffff;
	text-decoration: none;
}
.copyright a:visited {
	text-decoration: none;
	color: #ffffff;
}
.copyright a:hover {
	text-decoration: underline;
	color: #033881;
}
.copyright a:active {
	text-decoration: none;
	color: #033881;
}


