/* CSS Document */
body{
background: url(../images/back.jpg) repeat-x;
margin-top:10px;
font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
font-size:11px;
}
#main{

width:832px;
min-height:600px;
padding:0px;
background-color:#FFFFFF;
border-left:2px solid #FFFFFF;
border-right:2px solid #FFFFFF;
}
#top{
background:url(../images/title.jpg) no-repeat;
width:832px;
height:147px;
float:left;
}
#top_pages{
background:url(../images/title_pages.jpg) no-repeat;
width:832px;
height:147px;
float:left;
}
#hdr_left{
background:url(../images/logo.jpg) no-repeat;
width:235px;
height:264px;
float:left;
padding:0;
margin:0;
}
#hdr_right_full
{
float:left;
width:595px;
height:264px;
}
#hdr_right{
background:url(../images/title.jpg) no-repeat;
width:595px;
height:216px;
float:left;
padding:0;
margin:0;
position:relative;
}

.clear{
clear:both;
}


#line_orange{
width:830px;
background:url(../images/line_orange.jpg) repeat-x;
height:6px;
}

#line_gray{
width:830px;
background:url(../images/line_gray.jpg) repeat-x;
height:6px;
}

#content{

width:832px;
text-align:justify;
font-size:12px;
color:#003A75;
}

.link_back{
background:url(../images/menu_top.jpg) no-repeat top right;
height:40px;
width:98px;
float:left;
padding-top:7px;
}

#menu a:link,a:visited,a:active{
color:#666666;
font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
font-size:10px;
text-decoration:none;
text-transform:uppercase;
}

#menu a:hover{
color:#666666;
font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
font-size:10px;
text-decoration:none;
text-transform:uppercase;
display:block;
width:82px;
height:30px;
background-color:#FFFFFF;
color:#005279;
}


#footer{
padding-top:20px;
color:#999999;
}

.tbl{
width:100%
}
.hdg{
font-weight:bold;


padding-top:5px;
font-size:14px;

}
.text{
float:left;
width:550px;
line-height:18px;
}
.text_margin{
float:left;
padding-top:5px;
width:168px;
}
.text_body{
padding:10px;


}
.highlight{
color:#CC6600;
}

.btitle{
font-size:23px;
font-weight:bold;
text-transform:uppercase;
color:#CC6600;
padding-left:5px;
background:url(../images/line_hdg.jpg) no-repeat left bottom;
height:40px;
}
/*- Menu 10--------------------------- */
.text ul {
        list-style:circle;
        margin: 0;
        padding-left: 25px;
		 padding-right: 15px;
		 margin-bottom: 15px;
        }
.text li{
 padding-bottom:5px;
}
		
ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

img {
    border: none;
}
#menu10 {
        width: 215px;
        margin: 10px;
		float:left;
		text-align:left;
		font-weight:bold;
		font-size:90%;
        }

#menu10 li a {
       
           height: 24px;
        text-decoration: none;
        }

#menu10 li a:link, #menu10 li a:visited {
        color: #4D4D4D;
        display: block;
        padding: 8px 0 0 0px;
	
        }

#menu10 li a:hover, #menu10 li #current {
        color: #CC6600;
         padding: 8px 0 0 0px;
		
        }

.mytab {
background-color:#CCCCCC;
margin-bottom:15px;
}	
	
.mytab th{
background-color:#F5F5F5;
font-weight:bold;
vertical-align:top;
text-align:center;
}	
.mytab td{
background-color:#FFFFFF;
text-align:center;

}		

a:link,a:visited,a:active{
font-weight:bold;
color:#004993;
text-decoration:underline
}
a:hover{
color:#333333;
text-decoration:underline;
}