body {  
	font-family: verdana; 
	font-size: 12px; 
	color: #28668F; 
	cursor:crosshair;
	background-repeat: repeat-y;
	scrollbar-arrow-color: #FFFFFF
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #81856A;
 	scrollbar-highlight-color: #FFFFFF;
 	scrollbar-3dlight-color: #81856A;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #acb8c4;}
}
#container {
overflow: hidden;
background:#FFFFFF;
width: 470px;
margin: 10px auto;
}
#header {
width: 470px;
height: 252px;
padding-top: 6px;
}
#footer {
clear: both;
width: 470px;
height: 111px;
padding-top: 7px;
}
#content {
font-family:Arial;
color:#3EA1C8;
font-family: Arial;
font-size:9pt;
text-align:justify;
background: #FFFFFF;
border-style:solid;
border-width:0px;
padding:6px 6px 6px 6px;
float:left;
width: 310px;
}
#sidebar {
background: #FFFFFF;
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 { COLOR:#387093; text-decoration: none; cursor:default; border-bottom:0 dashed #3EA1C8; font-weight:bold;} 
A:visited { COLOR:#387093; text-decoration: none; cursor:default; border-bottom:0 dashed #3EA1C8; font-weight:bold;} 
A:active { COLOR:#387093; TEXT-DECORATION: none; cursor:default; border-bottom:0 dashed #3EA1C8; font-weight:bold;} 
a:hover { COLOR:#000000; border-bottom:0 solid #000000; background-color:#; font-weight:bold;}

#nav a {
display: block;
   width: auto;
   background-color: #387093;
   color: #ffffff;
   font-family: Arial;
   text-decoration: none;
   text-align: left;
   padding: 1px 5px;
   border: 1px solid #FFFFFF;
}
#nav a:hover {
   color: #387093;
   background-color: #000000;}

.maintitle { 
   font-weight: bold; 
   padding-left: 10px;
   color: #ffffff;
   background-color: #3EA1C8;
   text-align: center;
   text-transform: lowercase;
   font-size: 12px;
   letter-spacing: 4px;
   font-family: Arial;
}
.nav { 
   font-weight: bold; 
   padding-left: 10px;
   color: #3EA1C8;
   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: #ffffff;
   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: #FFFFFF;
	background: #387093;
	border: 1px solid;
	border-color:#040603;
}
	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";
	}
