/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
   background-color:#333377; 
} 
 
#pagewidth{ 
 width:980px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto; 
 background-color:#003399;  
} 
 
#header{
 position:relative; 
 height:190px; 
  background-color:#003399; 
 width:100%;
} 
 
#twocols{background-color:#02021e;padding-bottom:33px;margin-bottom:-12px;
} 
 
#rightcol{
 background-color: #02021e;  
 float: right; 
 display:inline; 
 position: relative; 
 width:28%; 
 color:white;
 border:0px solid yellow;

 }
 
 #leftcol{
 background-color: #02021e;  
 display:inline; 
 position: relative; 
 float:left;
 color:white; 
 width:70%;

 }
 
 
 
#footer{
 height:110px; 
  background-color:#cf1519; 
 clear:both; 
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

p{
 font-style:normal; 
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif; 
 font-size:14px;
 color:white;
 }
 
h1,h2{
 color:white;
  font-family:'Times New Roman','Bookman Old Style',Garamond,Georgia,serif;
 }
 
h3,h4{
 color:white;
  font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif; 
}

a {color:white;}


ul,li{
 font-style:normal; 
 font-family:'Trebuchet MS',Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic','Lucida Sans Unicode',Impact,sans-serif; 
 color:white;
	font-size:14px;
 }

 
li.expect{
 color:white;
 margin-left:55px;
 font-size:12px;
 }


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(media/blockdefault.gif) center center repeat-x;


}

.solidblockmenu li{
display: inline;

}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 31px 9px 44px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(media/blockactive.gif) center center repeat-x;

}

