/*Main section*/ 
body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

img{
border:none;
}

#maincontainer{
width: 1024px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
border-top: 5px solid #F5BA5C;

background: #FFFFFF url('logo1.gif') no-repeat;
height: 100px; /*Height of top section*/

}



#topsection p{
margin-left:300px;
font: 17px Helvetica,Arial, Verdana;
font-weight: bold;
line-height: 180%;
color: #005796;
margin-top:10px;
padding-left: 5px;
padding-right: 5px;
width:550px;
}

#topsection p a{
color: #7DC623;
}

#topsection p a:hover{
color: #990000;
}



#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 0px; /*Set left margin to LeftColumnWidth*/


}



#footer{
clear: left;
width: 100%;
background: #FFFFFF;
color: #005796;
border-top: 1px solid #FF0000;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #000000;
}

/*Top nemu section*/ 

#topmenu{
margin-left: 150px;
padding: 0;
width: 1024px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
text-align: left;
}



#topmenu ul{
font: bold 11px Helvetica,Arial, Verdana, sans-serif;
margin-left:15px;
padding:0;
list-style:none;
}

#topmenu li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#topmenu a{
float:left;
color: #FFFFFF;
background: #F39E77 url('color_tabs_left.gif') no-repeat left top;
text-decoration:none;
letter-spacing: 1px; margin-left:0; margin-right:2px; margin-top:0; margin-bottom:0; padding-left:3px; padding-right:0; padding-top:0; padding-bottom:1px;
}

#topmenu a span{
float:left;
display:block;
background: url('color_tabs_right.gif') no-repeat right top;
padding-left:6px; padding-right:9px; padding-top:4px; padding-bottom:2px;
}

#topmenu a span{
float:none;
}


#topmenu a:hover{
background-color: #E7573B;
}

#topmenu a:hover span{
background-color: #E7573B;
}

#topmenu #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #E7573B;
}

#topmenuline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #678b3f url('menu_line.png');
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}


/*For content section*/ 

#contentcolumn h1{
font-family:"Arial","Helvetica",sans-serif; 
font-size   : 17px;
line-height : 30px;
font-weight : bold;
color       : #000000;
padding-top:10px;
padding-left:40px;
padding-bottom:5px;

}

/*For table*/ 

table {
	width: 85%;
	padding: 0;
	margin-left:80px;
	margin-top:10px; 
	margin-bottom:20px; 
}



table td {
	border: 1px solid #C1DAD7;
	background: #fff;
	padding-left: 40px;
	text-align: left;
font-size   : 16px;
line-height : 40px;
font-weight : bold;
color       : #000000;
font-family:"Arial","Helvetica",sans-serif; 

     margin-left:40px; 
     margin-right:40px; 

    
}

table td.alt {
padding-left: 20px;
	background: #EBF5FC;
color       : #990000;
}


