/* CSS Document */

* {
margin:0;
padding:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
background-color:#fff;
}
a:link,a:visited {
color:#005595;
text-decoration:none;
}

a:hover {
color:#005595;
text-decoration:underline;
}

.blue_text {
color:#005595;
}
.red_text {
color: #CC0033;
}
.white_text {
color:#fff;
}
.small_text {
color: #999999;
font-size:11px;
}


h1 {
color:#005595;
font-size:20px;
font-weight: normal;
padding:0px 0px 3px 0px;
}

h2 {
color:#005595;
font-size:18px;
font-weight: normal;
padding:0;
}

h3 {
color:#25aae1;
font-size:16px;
padding:0;
}



h4 {
color: #666666;
font-size:12px;
padding:10px 0px 0px 0px;
}
h5 {
color:#005595;
font-size:12px;
padding:10px 0px 0px 0px;
}
p {
font-size:12px;
text-align:justify;
color:#58595b;
padding:5px 0px 0px 0px;
}

pre {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
color:#58595b;
padding:5px 0px 0px 0px;
}
.list_style{
margin:10px 0px 0px 0px;

}
.list_style li {
font-size:12px;
list-style:none;
background-image:url(images/list_style.jpg);
background-repeat:no-repeat;
background-position:0px 7px;
padding:2px 0px 0px 17px;
color:#58595b;
}



#wrapper {
width:903px;
background-color:#FFF;
margin:0 auto;
}

#main_frame {
width:903px;
float:left;
}

#top_flash {
width:903px;
height:246px;
margin-top: 20px;
float:left;
}


#top_menu {
width:813px;
height:34px;
background-image: url(images/top_mast_bg.gif);
background-repeat: no-repeat;
float:left;
padding: 7px 45px 0px 45px;
margin-top:10px;
}


#top_menu ul {
list-style:none;
float:left;
}

#top_menu li {
display:inline;
font-size:15px;
font-weight:bold;
float:left;
height:30px;
margin:0 13px 0 0;

}

#top_menu li a:link,#top_menu li a:visited {
color:#005595;
float:left;
padding-top:6px;
}

#top_menu li a:hover{
color:#666666;
text-decoration: underline;
}


#content_box{
width:813px;
padding: 25px 45px 0px 45px;
float:left;

}

#hp_boxes_frame{
width:903px;
padding:25px 0px 0px 0px;
float:left;
}


#individual_hp_box{
width:294px;
height:248px;
background-image:url(images/box_bg.gif);
background-repeat:no-repeat;
float:left;

}
#individual_hp_box #text{

height:120px;
float:left;

}
#individual_hp_box #more{

height:20px;
float:right;
text-align:right;
padding:0px 25px 0px 0px;
}

#individual_hp_box #more p{
float:right;
text-align:right;
font-weight:bold;
}

#individual_hp_box h2{
margin:15px 0px 30px 45px;
}


#individual_hp_box #text p{
margin:0px 25px 0px 25px;
}

#individual_hp_box pre{
margin:0px 25px 0px 25px;

}



#news_box{
width:903px;
height:145px;
margin:30px 0px 35px 0px;
float:left;
}



#news_box_left_col{
width:304px;
height:145px;
border-right: 1px solid #b8d1e7; 

float:left;
}

#news_box_right_col{
width:528px;
height:130px;
border: 0px solid #b8d1e7; 
padding:15px 45px 0px 24px;
float:left;
}

#news_box_right_col p{
font-size:11px;
}
















#footer{
font-size:11px;
width: 903px;
height:85px;

position:relative;
float:left;
border-top:1px solid #b8d1e7;
padding:7px 0px 5px 0px;
}


#footer ul{
float:left;
list-style:none;
width: 600px;
margin-bottom:2px;
}

#footer li{
display:inline;
padding:0px 6px 0px 0px;
font-weight:bold;
}


#footer a:link, #footer a:visited{

text-decoration:none;
}

#footer a:hover{
text-decoration: underline;
}
#footer p{
width:903px;
color:#005595;
font-size:11px;
padding:4px 0px 0px 0px;
clear:both;
}

#designed_by{
width:80;
float:right;
}
#designed_by p{
width:120px;
text-align:right;
color:#58595b;
clear:none;
}












.datatable{
border: 1px solid #CCCCCC;
border-collapse:collapse;
width:813px;
margin:10px 0px 20px 0px;
}

.datatable td{
border:1px solid #CCCCCC;
padding:0.3em 0.6em 0.3em 0.6em;
}


.datatable tr.altrow{
background-color:#e6eef5;

}
.datatable tr.header{
background-color:#005595;
color:#fff;
padding:0em 0.3em 0em 0.5em;
line-height:30px;
font-size:13px;
border:1px solid #cccccc;
}

#resources h1 {
padding: 1em 0 1em 0;
}
#resources a {
font-size: 12px;
}

.normal {
font-size: 12px;
}
.padded {
padding: 12px 0 12px 0;
}