/* CSS Document 
#666
#CCC
#006
#F00
*/

*,*{
margin:0px;
padding:0px;
}
body{
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}

body a{
color:#000;
}

body a:hover
{
color:#999;

}

#image_content{
width:700px;
height:90px;
margin: auto;
margin-top:45px;
clear:both;
}

#menu_content{
width:700px;
margin: auto;
height:40px;
border:2px solid #CCCCCC;
border-bottom:0;
margin-bottom:0;
padding-bottom:0;
clear:both;

}

#content{
padding-top:0;
width:700px;
margin: 0 auto;
border:2px solid #CCCCCC;
border-top:0;
margin-top:0;
clear:both;
height:430px;
}



#rightBar{	
background-color:#000066;
color:#FFFFFF;
width:200px;
height:340px;
float:right;
border:none;
font-weight:normal;
font-size:13px;	 /*10pts*/

}
#advertisement{
text-align:left;
float:left;
border:none;
width:500px;
height:340px;
}


h1 {
padding:20px 0 10px 30px;
font-family: arial,sans-serif;
color: #8C8989;
font-size: 30.5px;
font-weight: bold
 }
 
 h2 { 
padding:10px 0 0 30px;
font-family: arial,sans-serif;
font-weight: bold;
color: #8C8989;;
font-size: 13px;
font-weight: bold;
}

h3
{
color:#000;
font-size:12px;
font-weight:bold;

}

h4
{
font-size:12px;
}
 
p {	
padding:0 30px 0 30px;
font-family: arial,sans-serif;
color: #8C8989;;
font-size: 12px;
text-align:justify;
line-height: 1;
}

p a:visited{
color:#8C8989;
text-decoration:none;
}



form { 	margin: 0; }



#footer{
background-color:#CCC;
clear:both;
height:90px;
}

#news h4{
font-size:11px;
font-weight:bold;

}

#news p
{
font-size:10.5px;
color:#000;
font-weight:normal;
}




