/********************************
*           Structure           *
********************************/

body {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		background-color: #fff; 
		text-align: justify; 
		font-size: 0.7em;
		}

#container {
		width: 900px; 
		margin: auto; 
		text-align: left; 	 
		padding-top: 0px; 
		padding-bottom: 0px; 
		background-color:#FFFFFF;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		}
	
#head {
		height: 219px; 
		width: 900px; 
		padding-top: 0px; 
		background-color:#fff;
		}

#topnav {
	display: block;
	height: 30px;
	margin-top: 5px;
	float: center;
	background-color: #FFFFFF;

}

#topnav ul {
 margin: 0;
 padding: 0;
}
#topnav ul li{
 height: 20px;
 width: 83px;
 display: block;
 float: left;
 margin: 0;
 padding: 0;
 border-right: 1px solid #6C84C2;
	font-size: 110%;
		font-weight: bold;
		color: #990000;

}
#topnav ul li.last{
 border-right: 0px;
}

#topnav ul li.bigger{
 width: 90px;
}
#topnav ul li a{
height: 20px;
 width: 83px;
 display: block;
 float: left;
 margin: 0;
 padding: 0;
 text-align: center;
	color: #990000; 
	text-decoration: none;
}	

#topnav ul li a:hover {	color: #990000; 
		text-decoration: underline;
	}

	

#maincontent {margin-top: 0px;}


#rightcol {
		display: block; 
		width: 345px; 
		background-color: #fff;
		float: right;
}

#rightcol2 {
		display: block; 
		width: 280px; 
		background-color: #fff;
		float: right;
}

#leftcol {
		display: block; 
		width: 200px; 
		background-color: #990000;
		float: left;
		margin-right: 5px;
}

#leftcol2 {
		display: block; 
		width: 548px;
		float: left;
		margin-right: 5px;
}

#leftcol3 {
		display: block; 
		width: 600px;
		float: left;
		margin-right: 5px;
}

#leftcol4 {
		display: block; 
		width: 548px;
		float: left;
		margin-right: 5px;
}

#middlecol {
		display: block; 
		width: 345px; 
		background-color: #fff;
		float: left;
		border-right: 1px solid #cccccc;
		}
		
#middlecol2 {
		display: block;
		width: 900px; 
		background-color: #fff;
		float: left;
		}

.content {
		padding: 5px 0 5px 5px;
}


form {
		margin: 5px 0 5px 0px;
		padding: 0px;
	}

.textfield {
		margin:0 0 2px 0px;
		padding: 0px;
		height:12px;
		width:115px;
		font-size: smaller;
		}
		

		
.textfield2 {
		margin:0px;
		padding: 0px;
		height:12px;
		width:90px;
		font-size: smaller;
		}
		
a.a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #990000;
	text-decoration: none;
}
a.a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #990000;
	text-decoration: underline;
}
a.a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #990000;
}
a.c:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.c:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.c:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: inherit;
}
a.d:link {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #CC0000;
	text-decoration: none;
}
a.d:hover {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #3399ff;
	text-decoration: underline;
}

a.d:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #CC0000;
	text-decoration: inherit;
		text-decoration: inherit;

}


#footer {
		display: block;	
		width: 900px;  
		margin-top: 10px; 
		padding-top: 10px;
		text-align: center; 
		background-color:#cc9900;
		color: #CCCCCC;
		border-top: 1px solid #ff6600;
		}
		
#footer2 {
	display: block;
	width: 900px;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	background-color:#ffffff;
	color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
		}
		
/********************************
*           Elements            *
********************************/







.hideall {display:none;}

.hide {
		display: none; 
		height: 0px; padding: 0px; margin: 0px; 
		font-size: 0px;
		}
	
.printhide { 
		display: block;
		}

.clear {
		clear: both;
		}

#footer a {
		color: #ffffff;
		text-decoration: none;
		font-size: 12px;
		font-weight: normal;
		}

#footer a:hover, #footer a:active {
		color: #ffffff;
		text-decoration: underline;
		}
