/* CSS Document */
/*text*/
.text
{font-family:Arial, Helvetica, sans-serif; font-size:15px; line-height:18px;  color:#062d48; font-weight:normal;}
a.text:link {text-decoration:underline; color:#062d48; font-weight:bold;}
a.text:visited {text-decoration:underline; color:#062d48; font-weight:bold;}
a.text:hover {text-decoration:underline; color:#062d48; font-weight:bold;}

.heading
{font-family:Arial, Helvetica, sans-serif; font-size:24px; line-height:26px;  color:#062d48; font-weight:bold;}


ul
{
margin-left: 20px;
margin-top:0px;
margin-bottom:0px;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
list-style-image:url(images/bullet.gif);
list-style-position:outside;
}

.bluehead
{font-family:Arial, Helvetica, sans-serif; line-height:30px; font-size:28px; color:#2876bf; font-weight:normal;}


.blueintro
{font-family:Arial, Helvetica, sans-serif; line-height:18px; font-size:15px; color:#2876bf; font-weight:normal;}
.pink
{font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px;  color:#ef2470; font-weight:normal;}



.pinklg
{font-family:Arial, Helvetica, sans-serif; line-height:18px; font-size:15px; color:#ef2470; font-weight:bold;}
a.pinklg:link {text-decoration:none; color:#ef2470;}
a.pinklg:visited {text-decoration:none; color:#ef2470;}
a.pinklg:hover {text-decoration:underline; color:#ef2470;}


.whitelg
{font-family:Arial, Helvetica, sans-serif; line-height:18px; font-size:15px; color:#ffffff; font-weight:bold; }

/*layout*/

body 
{
background-image:url(images/blue_bg.jpg);
background-repeat : repeat-x;
background-position: top;
}

div.paperbg
{
background-image:url(images/blue_bg.jpg);
background-repeat : no;
}


div.container
{
margin: auto;
margin-bottom:5px;
width: 790px;
background-image:url(images/shipwreckbg.jpg);
background-repeat: no-repeat;
}

div.topbanner
{margin-left:70px; margin-top:60px;}

.leftcolumn
{float:left; padding-left:50px;}

.rightcolumn

{
float:left;
width:550px;
}


.onecolumn
{float:left; padding-left:50px; width:680px;font-family:Arial, Helvetica, sans-serif; font-size:15px; line-height:18px;  color:#062d48; font-weight:normal;}

.rightitem
{
padding-right:5px;
}



img.left{float:left; padding-right:5px;}

.space{margin-top:8px; margin-bottom:8px;}
  
div.item {
	padding-bottom: 12px;
	}

div.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	}
