/*stylesheet*/

body
{
margin:0;
padding:0;
font-family:helvetica,sans-serif,arial;
}

#container
{
background-image: url(navbg.jpg);
background-position:bottom right;
background-repeat:no-repeat; 
margin-top:0px;
width:650px;
margin-left:173px;

}

#title
{
background-image:url(title.gif);
background-position:left;
background-repeat:no-repeat;
background-color:transparent;
width:650px;
height:300px; }
#title h1 span 
{
display:none;}

#nav
{

background-color: transparent;
width:150px;

float:right;

}
#nav h1
{ 
text-align:left;
margin-left:30px;
background-color:transparent;
font-size:8pt;
font-weight:normal;
color:#fb5b5b;
padding-bottom:10px;
}

#links
{
width:140px;
text-align:left;
float:left;
font-size:8pt; 
	font-weight:bold;
	padding-left:10px;
padding-bottom:20px;

}

#links ul
{
margin: 0;
padding: 0;
list-style-type:none;
}


#links ul li a
{ line-height:20px;
  text-decoration:none;
   display:block;
   color:#fb5b5b;
	
   background-color:transparent; 
 }
#links a:hover
{  
   color:#abadb0;
	background-color:transparent;
	}	

#more
{
background-color:transparent;
font-size:8pt;
text-align:left;
width:140px;
color:#fb5b5b;
padding-left:10px;
padding-bottom:10px;
}

#more h2
{

font-size:8pt ;
}
#more ul
{
margin: 0;
padding: 0;
list-style-type:none;
}
#more ul li a
{
line-height:20px;

 display:block;
 text-decoration:none;
 color:#fb5b5b;
 background-color:transparent;
 font-weight:bold;
}

#more  a:hover
{  
   color:#abadb0;
	background-color:transparent;
	}




#more1
{
	
background-color:transparent;
font-size:8pt;
text-align:left;
width:140px;
color:#fb5b5b;
padding-left:10px;
}

#more1  h2
{
background-color:transparent;
font-size:8pt;}
#more1 ul
{
margin: 0;
padding: 0;
list-style-type:none;
}
#more1 ul li a
{
line-height:20px;
display:block;
 text-decoration:none;
 color:#fb5b5b;
 background-color:transparent;
 font-weight:bold;
}

#more1  a:hover
{  
   color:#abadb0;
	background-color:#transparent;
	 }



#content
{
width:450px;
float:left;
text-align:left;
color:#293050;
padding: 20px;
background-color:transparent;
font-size: 10pt; 
line-height: 150%;

}
#content h1
{
font-weight:bold;
font-size:11pt;}
#content h2
{
font-weight:bold;
font-size:10pt;}

#content a:active  
{
font-weight:bold;
text-decoration:none;
color:#293050;
}
#content a:visited
{
font-weight:bold;
text-decoration:none;
color:#293050;
}
#content a:link
{
font-weight:bold;
text-decoration:none;
color:#293050;
}

#cleardiv
{
clear:both;
}


	#footer {
	
	
	width:650px;
	height:44px;
text-align:left;	
background-color:transparent;
clear:both; 
 margin-top:0px;
 line-height:50px;
  }
#footer a:link, #footer a:visited { 
  
   color:#001c37;
	margin-left:115px;
	font-style:italic;
	font-size:10pt;
	background-color:transparent; 
	}
