
/*****************************
   800x600 LAYOUT
*****************************/

* { padding: 0; margin: 0;}

body 
{
     font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height:140%;
     background-color:#593FBC;
 }
 
#wrapper 
{ 
     margin: 0 auto;
     width: 760px;
}

#faux
{
    background: url(  '../images/lamain.jpg' );
    width: 100%;
}

#header
{
    width: 760px;
    height: 250px;
    background-color:White;
}

#leftcolumn
{
    margin-top:10px;
    float:left;
    width:190px;
    background-color:#E3E6EC;
}

#maincolumn
{
    float:right;
    width:570px;
    min-height:350px;
    height:350px;
    background-color:White;
 }
 html > body #maincolumn 
 {   
    height: auto;
 }

#spacer
{
    width:760px;
    height:5px;
    background-color:#62B832;
}
#footer
{
    background-color:#62B832;
    clear: both;
    width: 760px;
    height: 38px;
    font-size: 12px;
    vertical-align:middle;
}

.clear { clear: both; background: none; }

/****************************
   CONTENT FORMAT
****************************/
.divbodycopy
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:130%;
	font-weight: normal;
	color: Black;
	text-align: justify;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.bodycopy {
	
	text-align: justify;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 15px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #leftcolumn 
{
  margin-right: 15px;
}
 
* html bodycopy 
{
  height: 1%;
  margin-left: 0;
}

*html secondary_title
{
    height: 1%;
    margin-left: 0;
}
 
/* End hide from IE5/mac */


.pageul
{
    margin-left: 50px;
    margin-right:16px;
    list-style-type:disc;    
}
.pageulimagearrow
{
    margin-left:50px;
    margin-right:16px;
    list-style-image:url('../images/arrowgreen.gif');    
}
.pageulimagegreen
{
    margin-left:50px;
    margin-right:16px;
    list-style-image:url('../images/checkmarkgreen.gif');    
}

.main_title {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #005073;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.secondary_title {
	font-size: 14px;
	font-style:normal;
	font-weight: bold;
	color: #1898cb;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #103294;
	text-decoration: none;
}

a.pageNavLink
{
    color:Blue;    
}

.pageNavLink a:visited
{
    color:Blue;    
}





