body {
font-family:tahoma;
background: #222332;
color:#000000;
font-size:8pt;
font-family: Tahoma, Arial;
background-image: 
url('');
background-repeat: repeat-y
margin: 0;
text-align: center;
}
#container {
overflow: hidden;
background:#FFFEFE;
width: 550px;
margin: 10px auto;
}
#header {
background: url("image.jpg");
width: 550px;
height: 161px;
padding-top: 0px;
}
#footer {
clear: both;
background: url("footer.jpg");
border-top: 0px solid #000000;
height: 5px;
width: 550px;
}
#content {
font-family:Arial;
color:#050310;
font-family: Arial;
font-size:9pt;
text-align:justify;
background: #FFFEFE;
border-style:solid;
border-width:0px;
padding:6px 6px 6px 6px;
float:left;
width: 383px;
}
#sidebar {
background: #FFFEFE;
color:#050310;
font-family: Arial;
font-size:9pt;
text-align:justify;
border-style:solid;
border-width:0px;
padding:6px 6px 6px 6px;
float: right;
width: 143px;
}
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:#536396; text-decoration: none; cursor:default; border-bottom:0 dashed #EFE336; font-weight:bold;} 
A:visited { COLOR:#536396; text-decoration: none; cursor:default; border-bottom:0 dashed #EFE336; font-weight:bold;} 
A:active { COLOR:#536396; TEXT-DECORATION: none; cursor:default; border-bottom:0 dashed #EFE336; font-weight:bold;} 
a:hover { COLOR:#648357; border-bottom:0 solid #DEDEDE; background-color:#; font-weight:bold;}

#nav a {
display: block;
   width: auto;
   background-color: #536396;
   color: #FFFEFE;
   font-family: Arial;
   text-decoration: none;
   text-align: left;
   padding: 1px 5px;
   border: 1px solid #FFFEFE;
}
#nav a:hover {
   color: #FFFEFE;
   background-color: #648357;}

.maintitle { 
   font-weight: bold; 
   padding-left: 0px;
   color: #FFFEFE;
   background-color: #050310;
   text-align: center;
   text-transform: lowercase;
   font-size: 12px;
   letter-spacing: 4px;
   font-family: Arial;
}
.nav { 
   font-weight: bold; 
   padding-left: 10px;
   color: #F3EDC7;
   background-color: #830103;
   text-align: center;
   text-transform: lowercase;
   font-size: 12px;
   letter-spacing: 4px;
   font-family: Arial;
}
.title { 
   font-weight: bold; 
   padding-left: 10px;
   color: #D79D53;
   background-color: #830103;
   text-align: center;
   text-transform: lowercase;
   font-size: 12px;
   letter-spacing: 4px;
   font-family: Arial;
}
.icons {
div align:center;
letter-spacing:2px;
}
textarea, input{
	font-family: Arial;
	font-size: 8pt;
	color:#040603;
	background:#FFFEFE;
	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";
	}

