/* generated by csscreator.com */ 
body{ 
 margin: 20px;
 background: #000044;
 color: #FFFFCC; 
 font-family: "Book Antiqua", Georgia, Garamond, "Times New Roman", serif; 
} 
 
#pagewidth{ 
 width:600px; 
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:95px;  
 width:100%;
 /*border-bottom: 1px solid #FFFFCC;*/
 margin: 5px;
}
#flags{
	clear: both;
}
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative;
 margin: 5px;
  }
 
#maincol{ 
 float: right; 
 display:inline; 
 position: relative; 
 width:75%; 
 margin: 5px;
 }
 
#footer{
 height:150px; 
 clear:both;
 /*border-top: 1px solid #FFFFCC;*/
 margin: 5px;
 font-size: x-small;
 } 
 
/* #navcontainer { width: 200px; }*/
#navcontainer ul
{
margin-left: 0px;
padding-left: 0px;
list-style-type: none;
}
#navcontainer ul li
{
margin-top: 3px;
}
#navcontainer a
{
display: block;
padding: 2px 2px 2px 6px;
width: 110px;
background-color: #000044;
/*border-bottom: 1px solid #FFFFCC;*/
border-left: 5px solid #FFFFCC;
}
#navcontainer a:link, #navcontainer a:visited
{
color: #FFFFCC;
text-decoration: none;
}
#navcontainer a.present:link, #navcontainer a.present:visited
{
background-color: #FFFFCC;
color: #000044;
}
#navcontainer a:hover 
{
background-color: #FFFFCC;
color: #000044;
}
a.link:link, a.link:visited
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover
{
	text-decoration: underline;
}
img.bordo
{
	border: 1px solid #FFFFCC;
}
.small{
	font-size: small;
}
.xsmall{
	font-size: x-small;
}
#maincol ul li
{
list-style-type: square;
}
 
 /* *** 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{ 
body{
	background: #FFFFCC;
	color: #000044;
}
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#flags{
	display: none;
}
#twocols, #maincol{width:100%; float:none;}
}

