
/*****************************
   800x600 LAYOUT
*****************************/

* { padding: 0; margin: 0;}

body 
{
     font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height:120%;
}
#wrapper 
{ 
     margin: 0 auto;
     width: 760px;
}


#header
{
    margin-top:2px;
    width: 758px;
    height: 215px;
}

#maincolumn
{
    float:left;
    width:760px;
}
#footer
{
    clear: both;
    width: 758px;
    font-size: 12px;
    margin: 0px 0px 10px 0px;
    
}
.clear { clear: both; background: none; }

/****************************
   CONTENT FORMAT
****************************/
a.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
	padding-top:3px;
	text-decoration: none;
}
a.mainnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #103294;
	text-decoration: none;
}

.divbodycopy
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
}
.pageul
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
    padding-left: 50px;
    list-style-type:disc;    
}

.main_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #005073;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
}
.secondary_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1898cb;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
}
.secondary_title_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1898cb;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #103294;
	text-decoration: none;
}
.index_box_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right: 90px;
	line-height: 14px;
}
a.pageNavLink
{
    color:Blue;
    
}
.pageNavLink a:visited
{
    color:Blue;
    
}
.secondaryNavLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: Blue;
    text-decoration: underline;
    font-style: italic;
}

div#womenmenu
{
    position:relative;
    left:177px; 
    width:196; 
    height:167; 
    padding:0px; 
    margin:0px;
}
div#bccosts
{
    position:absolute;
    left:373px;
    width:194; 
    height:167; 
    padding:0px; 
    margin:0px;    
}
div#donations
{
    position:absolute;
    left:567; 
    width:193; 
    height:167; 
    padding:0px; 
    margin:0px;    
}



