/* generated by csscreator.com */ 
html, body{ 
 margin-top:15px; 
 margin-left:0px;
 margin-right:0px;
 padding:0; 
 text-align:center; 
 background-color:#000045;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
} 

a{
font-weight:bold;
color:#C02020;
text-decoration:none;
}

a:hover{
color:#000099
}
 
#pagewidth{ 
 width:770px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#leftcol{
 width:215px; 
 float:left; 
 position:relative; 
 background-color:#E1E1FF;
 background-image:url(/images/global/navbg.jpg);
 background-repeat:repeat-x;
 }
 
#maincol{
background-color:#FFFFFF;  
 float: right; 
 display:inline;
 position: relative; 
 width:549px; 
 }
 
 
 /* *** 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 left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*MENU CSS*/
.menu1{
width:197px;
background:#FFFFFF;
display:block;
text-decoration: none;
color: #000000;
height: 38px;
border-left: 0px;
border-right: 0px;;
}

.menu1:hover{
background:#EFEFEF;
}

.submenu{
width:197px;
background:#FFFFFF;
display: block;
height: 28px;
color: #333333;
}

.submenu:hover{
background:#EFEFEF;
}

.hide{
display: none;
}

.show{
display: block;
}

.blueTable{
	width:500px;
	background-image:url("/images/global/blue_table_bg.jpg");
	background-repeat:repeat-y;
}

.redTable{
	width:500px;
	background-image:url("/images/global/red_table_bg.jpg");
	background-repeat:repeat-y;
}