body {
font-family:tahoma;
background: #2581CE;
color:#2581CE;
font-size:8pt;
font-family: Tahoma, Arial;
background-image: 
url('');
background-repeat: repeat-y
margin: 0;
text-align: center;
}
B {
	COLOR: #60A3BD
}
I {
	FONT-SIZE: 12px; COLOR: #AF586B
}
#container {
overflow: hidden;
background:#EAEAF6;
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:#2581CE;
font-family: Arial;
font-size:9pt;
text-align:justify;
background: #EAEAF6;
border-style:solid;
border-width:0px;
padding:6px 6px 6px 6px;
float:left;
width: 310px;
}
#sidebar {
background: #EAEAF6;
color:#2581CE;
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:#AF586B; text-decoration: none; cursor:default; border-bottom:0 dashed #BFA0E2; font-weight:bold;} 
A:visited { COLOR:#AF586B; text-decoration: none; cursor:default; border-bottom:0 dashed #BFA0E2; font-weight:bold;} 
A:active { COLOR:#AF586B; TEXT-DECORATION: none; cursor:default; border-bottom:0 dashed #BFA0E2; font-weight:bold;} 
a:hover { COLOR:#3E99B8; border-bottom:0 solid #613D91; background-color:#; font-weight:bold;}

#nav a {
display: block;
   width: auto;
   background-color: #649DFF;
   color: #ffffff;
   font-family: Arial;
   text-decoration: none;
   text-align: left;
   padding: 1px 5px;
   border: 1px solid #FFFFFF;
}
#nav a:hover {
   color: #AF586B;
   background-color: #DBDBF5;}

.maintitle { 
   font-weight: bold; 
   padding-left: 10px;
   color: #ffffff;
   background-color: #0460FF;
   text-align: center;
   text-transform: uppercase;
   font-size: 12px;
   letter-spacing: 4px;
   font-family: Arial;
}
.nav { 
   font-weight: bold; 
   padding-left: 10px;
   color: #BFA0E2;
   background-color: ;
   text-align: center;
   text-transform: uppercase;
   font-size: 12px;
   letter-spacing: 4px;
   font-family: Arial;
}
.title { 
   font-weight: bold; 
   padding-left: 10px;
   color: #ffffff;
   background-color: #60A3BD;
   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: #AF586B;
	background: #EAEAF6;
	border: 1px solid;
	border-color:#2581CE;
}
	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";
	}
