body {
font-family:tahoma;
background: #0B212E;
color:#300913;
font-size:8pt;
font-family: Tahoma, Arial;
background-repeat: repeat-y;
margin: 0;
text-align: center;
}
#container {
overflow: hidden;
background:#000000;
width: 470px;
margin: 10px auto;
}
#header {
width: 470px;
height: 325px;
padding-top: 6px;
}
#footer {
clear: both;
width: 470px;
height: 111px;
padding-top: 7px;
}
#content {
font-family:Arial;
color:#506D7A;
font-family: Arial;
font-size:9pt;
text-align:justify;
background: #000000;
border-style:solid;
border-width:0px;
padding:6px 6px 6px 6px;
float:left;
width: 310px;
}
#sidebar {
background: #000000;
color:#3EA1C8;
font-family: Arial;
font-size:9pt;
text-align:justify;
border-style:solid;
border-width:0px;
padding:6px 6px 6px 6px;
float: right;
width: 135px;
}
table {
width: 423px;
}
table, td {
font: 11px verdana, sans serif;
}
td img {
border: 1px solid #000;
}
td {
padding: 1px;
align: center;
}
.topmenu, .bottommenu {
padding: 3px;
}
A:link, a:visited, a:active { COLOR:#477181; text-decoration: none; cursor:default; border-bottom: 1px dashed #477181; font-weight:bold;} 
a:hover { COLOR:#506D7A; border-bottom: 1px dashed #506D7A; font-weight:bold;}

a {
font-weight:bold;}

#nav a {
display: block;
   width: auto;
   background-color: #182E3C;
   color: #506D7A;
   font-family: Arial;
   text-decoration: none;
   text-align: left;
   padding: 1px 5px;
   border: 1px solid #000000;
}
#nav a:hover {
   color: #506D7A;
   background-color: #0B212E;}

.maintitle { 
   font-weight: bold; 
   padding-left: 10px;
   color: #506D7A;
   background-color: #182E3C;
   text-align: center;
   text-transform: lowercase;
   font-size: 12px;
   letter-spacing: 4px;
   border: 1px solid #000000;
   font-family: Arial;
}
.nav { 
   font-weight: bold; 
   padding-left: 10px;
   color: #31315E;
   background-color: ;
   text-align: center;
   text-transform: lowercase;
   font-size: 12px;
   letter-spacing: 4px;
   font-family: Arial;
}
.title { 
   font-weight: bold; 
   padding-left: 10px;
   color: #A9B8D0;
   background-color: #3EA1C8;
   text-align: center;
   text-transform: lowercase;
   font-size: 12px;
   letter-spacing: 4px;
   font-family: Arial;
}
.icons {
div align:center;
letter-spacing:2px;
}
textarea, input, select
{
	font-family: Arial;
	font-size: 8pt;
	color: #506D7A;
	background: #000000;
	border: 1px solid;
	border-color:#506D7A;
}
	function fixColumns(){
		var h1 = document.getElementById("content").offsetHeight;
		var h2 = document.getElementById("sidebar").offsetHeight;
		var max = h1;
		if(h2 > max) max = h2;
		if(h3 > max) max = h3;
		if(h4 > max) max = h4;
		document.getElementById("content").style.height = max + "px";
		document.getElementById("sidebar").style.height = max + "px";
	}

