@charset "UTF-8";




body {
	
position: static;
	
font-family: Arial, Helvetica, sans-serif;
	
font-size: 13px;
	
font-style: normal;
	
font-variant: normal;
	
font-weight: normal;
	
letter-spacing: 0;
	
line-height: 20px;

background-image: url('images/water010.jpg');	
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	
padding: 0;
	
padding-top: 20px;
	
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #151B8D;


}





#bodyContainer {
	
position: relative;
	
width: 75%;
	
min-width: 1050px;
	
text-align: left;
	
margin: 0px auto;
	
padding: 0px;
	
background: #FFF;


}





#content {
	
margin: 10px;
	
padding: 1.25em 20px;
	
min-height: 200px;
	/*float: left;*/

}





#header {
	
position: relative;
        
font-family: Arial, Helvetica, sans-serif;
        
font-size: 25px;
        
color: #151B8D;
	height: 100px;
	width: 100%;
	margin: 0;
	
padding: 0px;

background: #FFF;
}





#header img {
	
margin: 0 20px;
	
margin-top: 5px;
	
border: none;


}



form {
        margin-top: 0;
        margin-bottom: 0;  
}





h1 {
        
margin-top: 10px;


}





#navigation {
	
position: relative;
	
height: 40px;
	
width: 100%;
	
padding: 0;
	
margin: 0 auto;
	
text-align: center;
	
background: #6698FF;
        
font-weight: bold;


}





#navigation ul {
	
line-height: 40px;

}





#navigation li {
	
padding: 0 2.5em 0 0;


}




.navMenu, .navMenu * {
	
list-style: none;
	
margin: 0;
	
padding: 0;
	
left: 40px;
	
float: left;


}





.navMenu a {
	
display: block;
	
position: relative;
	
color: #150517;


}





.navMenu a:hover {
	
color: #fc3496;


}





#footer {
	
position: relative;
	
height: 80px;
	
width: 100%;
	
margin: 0 auto;
	
background: #6698FF;
	
clear: both;
	
text-align: center;
        
font-size: 10px;


}





#footerLinks {
	
position: relative;
	
width: auto;
	
clear: both;
	
margin: 0 auto;
	
padding-top: 20px;
	
height: 20px;


}





#footerLinks a {
	
color: #150517;
        
font-weight: bold;
        
font-size: 13px;

}





#footerLinks a:hover {
	
color: #fc3496;


}





#footerPolicy {
	
width: 100%;
	
position: relative;
	
float: left;
	
clear: both;
	
height: 30px;
	
padding: 0px 0px 20px 0px;


}





.footerParagraphStyle {
	
color: #ffffff;
    
font-size: 12px;
    
line-height: 17px;
	
padding: 0px;


}





.contactLink {
	
color: #FFF;


}





.link {
	
text-decoration: none;
	
width: auto;

}





a {
        
text-decoration: none;


}





a.link:hover {
	
text-decoration: underline;


}





.bodyParagraph {
	
float: left;

}




.paragraphBreak {
	
margin: 13px 0px;
	
float: left;


}

