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

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#586066;
}

p, h1, h2, h3, h4, li{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#586066;
}

a{
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

h1{
font-size:18px;
}

h2{
font-size:16px;
}

h4{
border-bottom:1px solid #CCC;
}

.clear{
clear:both;
}

.floatleft{
float:left;
}

.floatright{
float:right;
}

img.floatleft{
margin-right:10px;
}

img.floatright{
margin-left:10px;
}

.divider{
border-bottom:1px dotted #acc0c7;
}

.nobullet{
list-style:none;
}

img{
border:0;
}

ul li{
padding-bottom:7px;
margin:0px;
}

li.pdf{
background-image:url(img/icon_pdf_sm.gif);
background-repeat:no-repeat;
padding-left:20px;
}

li.ppt{
background-image:url(img/icon_ppt.gif);
background-repeat:no-repeat;
padding-left:20px;
}

li.xls{
background-image:url(img/icon_xls.gif);
background-repeat:no-repeat;
padding-left:20px;
}

li.doc{
background-image:url(img/icon_doc.gif);
background-repeat:no-repeat;
padding-left:20px;
}

li.zip{
background-image:url(img/icon_zip.gif);
background-repeat:no-repeat;
padding-left:20px;
}

li.link{
background-image:url(img/icon_link.gif);
background-repeat:no-repeat;
padding-left:20px;
}


#page_container{
width:780px;
margin:0px auto;
}

#login_link{
float:right;
padding:4px 10px 0px 0px;
}

#header_tabs{
float:right;
}

#header_container{
width:780px;
height:113px;
border:0px solid #acc0c7;
}

#header_spacer{
margin:0px;
padding:0px;
height:4px;
border-right:1px solid #acc0c7;
border-left:1px solid #acc0c7;
border-bottom:1px solid #acc0c7;

}

#col1{
float:left;
width:147px;
text-align:right;
}

#col1_nav{
width:146px;
border-bottom:1px solid #acc0c7;
border-left:1px solid #acc0c7;
}

.col1_content{
padding:10px 10px 0px 0px;
font-size:11px;
}

.col1_content h1{
font-size:14px;
font-weight:bold;
margin:0px;
color:#0079c2;
}

#column_container{
float:left;
width:631px;
border-right:1px solid #acc0c7;
border-left:1px solid #acc0c7;
border-bottom:1px solid #acc0c7;
background-image:url(img/bg_columncont.gif);
background-repeat:repeat-y;
}

#column_container_wide{
float:left;
width:631px;
border-right:1px solid #acc0c7;
border-left:1px solid #acc0c7;
border-bottom:1px solid #acc0c7;
}

#col2_center{
float:left;
width:443px;
}

#col2_wide{
float:left;
}


#col3{
float:left;
width:168px;
margin-left:5px;
background-color:#e5e5e5;
}

.content_center{
padding:0px 20px 0px 20px;
margin-top:10px;
}

.content_right{
padding:0px 10px 0px 10px;
border-right:1px solid #acc0c7;
border-bottom:1px solid #acc0c7;
width:148px;
}

.content_right p{
margin:0px;
padding-top:5px;
font-size:10px;
}

.content_right img{
padding-top:5px;
}

#footer{
width:633px;
float:right;
font-size:10px;
text-align:right;
}

#footer_bar{
height:12px;
background-color:#8996a0;
margin:3px 0px 3px 0px;
}


