body {
font-family:tahoma;
background: #E8FEA9;
color:#E56E34;
font-size:8pt;
font-family: Tahoma, Arial;
background-image: 
url('');
background-repeat: repeat-y
margin: 0;
text-align: center;
}
#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;
}

.topmenu, .bottommenu {
padding: 3px;
}
A:link { COLOR:#952006; text-decoration: none; cursor:default; border-bottom:0 dashed #3EA1C8; font-weight:bold;} 
A:visited { COLOR:#952006; text-decoration: none; cursor:default; border-bottom:0 dashed #3EA1C8; font-weight:bold;} 
A:active { COLOR:#952006; TEXT-DECORATION: none; cursor:default; border-bottom:0 dashed #3EA1C8; font-weight:bold;} 
a:hover { COLOR:#F5D9D8; border-bottom:0 solid #000000; background-color:#; font-weight:bold;}

#nav a {
display: block;
   width: auto;
   background-color: #952006;
   color: #ffffff;
   font-family: Arial;
   text-decoration: none;
   text-align: left;
   padding: 1px 5px;
   border: 1px solid #FFFFFF;
}
#nav a:hover {
   color: #E56E34;
   background-color: #000000;}

.maintitle { 
   font-weight: bold; 
   padding-left: 10px;
   color: #F5D9D8;
   background-color: #952006;
   text-align: center;
   text-transform: uppercase;
   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: #952006;
	background: #F5D9D8;
	border: 1px solid;
	border-color:#E56E34;
}
	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";
	}
