body{
	font-family: Georgia, Times, serif;
	color: white;
	background-color: #000033;
	margin: 0; 
	padding: 0; 
} 
 
h1{
	font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
}

h2{
	font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
}

h3{
	font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
}

ul.navbar{
	list-style-type: none;
	padding: .5em;
	margin-bottom: 2em;
}

ul.navbar li{
	padding: .5em;
}

ul.navbar a{
	text-decoration: none
}

a:link{
	color: rgb(110,144,231);
	text-decoration: none;
}

a:visited{
	color: rgb(228,56,222);
	text-decoration: none;
}

a:hover{
	background: brown;
}

table,td{
	padding: .5em;
	border-collapse:collapse;
}

thead{
	background-image: url(system/table_top.jpg); 
	background-repeat: repeat-x;
	background-position: left top;
}

#pagewidth{
	min-width:50em;
	max-width:70em;  
}

#header{
	position: relative;
	text-align: left; 
	height: 8em;  
	background-image: url(system/header.jpg); 
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: rgb(51,157,245); 
	width: 100%;
	margin: 0;
} 
 
#leftcol{
	width: 15%;
	height: 584px;
	float: left; 
	position: relative;
	text-align: right;
	background-image: url(system/left_col.jpg); 
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000033;
	margin: 0; 
}
 
#maincol{
	background-color: #000033;  
	float: right; 
	display: inline; 
	position: relative; 
	width: 80%;
}
 
#footer{
	padding-right: 1.6em;
	height: 5.6em;
	text-align: right;
	background-image: url(system/footer.jpg); 
	background-repeat: no-repeat;
	background-position: right top;
	background-color: rgb(51,157,245); 
	clear: both;
	margin: 0;
}

/* *** 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;}
}