@charset "UTF-8";
/* CSS Document */

body{
margin:0;
background:#000000;
font-family: Arial, Helvetica, sans-serif;
color:#000000;
}

a {
text-decoration:none;
color: #2e3192;
}
a:hover {
text-decoration:underline;
color: #0000EE;
}
a img {
border:0
}

table{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#FFFFFF
}
table td{
border-left:#2e3192 solid 1px;
border-top:#2e3192 solid 1px;
text-align:center
}
table th{
font-size: 12px;
color:#CCCCCC;
text-align:left;
border-top:#2e3192 solid 1px;
}
.no_border{
border-left:none;
border-top:none;
}

.center{
text-align:center
}
.underlinks_header{
font-size:12px;
font-weight:bold;
color:#000000
}
.underlinks_body{
font-family:"Times New Roman", Times, serif;
font-size:10px;
color:#333333
}
.content_unit{
margin: 2px 0 8px 0;
}
.content_header{
font-size:14px;
font-weight:bold;
color:#FFFFFF
}
.content_subheader{
font-size:12px;
color:#FFFFF
}
.flash_ticker{
margin:0;
padding:0
}
.content_body{
font-family: "Times New Roman", Times, serif;
font-size:12px;
color:#CCCCCC
}
.sidebar_header{
font-size:12px;
font-weight:bold;
color:#000000
}
.sidebar_list{
list-style-image:url(../images/list_shield.jpg);
list-style-position:inside;
margin:0;
font-size:12px;
font-weight:bold
}
.sidebar_body{
font-size:10px;
color:#333333
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
#center_container{
width:780px;
margin-left:auto;
margin-right:auto;
}
#header{
margin:0;
padding:0
}
#links{
margin:0;
padding:0;
text-align:center
}

#sub_links{
width:780px;
height:20px;
background: url(../images/underlink_bkg.gif) #d1d2d4 top repeat-x;
text-align:center;
margin-top:0;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
/*padding: 5px 10px 0 10px;*/
}
#content{
background: url(../images/content_bkg.gif) #000000 top center no-repeat;
}
#sidebar{
width:210px;
float:right;
text-align:left;
margin:10px 30px 10px 0;
}
#sidebar_head{
height:9px;
background:url(../images/veneer_head.gif) bottom no-repeat;
margin:0;
padding:0;
}
#sidebar_content{
background:#d1d2d4;
color:#000000;
padding:5px;
margin:0
}


#sidebar_foot{
height:9px;
background:url(../images/veneer_foot.gif) top no-repeat;
margin:0;
padding:0;
}

#main{
width:480px;
margin:0;
padding:10px 0 10px 30px;
text-align:left;
color:#FFFFFF;
}
#footer{
width:730px;
height:30px;
background:url(../images/footer_bkg.jpg) #000000 no-repeat;
margin-left:auto;
margin-right:auto;
padding: 5px 10px 0 10px;
text-align:center;
font-size:10px;
font-weight:bold;
color:#999999
}