/** BASIC */

#header {
	width: 862px;
	margin: 0 auto;
	margin-bottom: 5px;
}

#content {
	width: 864px;
	margin: 0 auto;
	margin-bottom: 10px;
	height: 800px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #990000;
}

hr {
	border: none;
	background-color: #990000;
	color: #990000;
	height: 1px;
	width: 80%;
}

.datatable {
	border: 1px solid #990000;
	font-size: 0.9em;
	text-align: center;
	border-collapse: collapse;
}

.datatable td, .datatable th {
	border: 1px solid #990000;
	font-size: 0.9em;
	text-align: center;
}

.datatable tr:hover {
	background-color: #FFCC33;
	color: #000000;
	font-weight: bold;
}

.head1 {
	font-size: 1.6em;
	border-color: #990000;
	border-bottom: 2px solid #990000;
	border-left: 2px solid #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: auto;
	padding: 5px 0px 5px 8px;
	background-color: #FFCC33;
}

.head2 {
	font-size: 1.3em;
	border-color: #990000;
	border-bottom: 2px solid #990000;
	border-left: 2px solid #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	font-weight: bold;
	height: auto;
	padding: 5px 0px 5px 8px;
}

.copysmall {
	font-size: 0.9em;
	text-align: center;
}

.img_lft {
	margin-right: 10px;
	margin-bottom: 10px;
}

.img_rgt {
	margin-left: 10px;
	margin-bottom: 10px;
}

#left {
	width: 160px;
	float: left;
	padding: 21px 20px 0px 20px;
	border-left: 1px solid #990000;
	height: 930px;
	border-right: 1px solid #990000;
	background: #ffffff;
}

#headline {
	width: 621px;
	float: right;
	padding: 0 20px 0 20px;
	margin-bottom: 0px;
	color: #666666;
	height: 60px;
	border-right: 1px solid #990000;
	background: #ffffff;
}

#main1 {
	width: 290px;
	float: left;
	padding: 0px 20px 0px 20px;
	color: #666666;
	margin-bottom: 0px;
	height: 890px;
	background: #ffffff;
}

#main2 {
	width: 290px;
	float: left;
	padding: 0 20px 0px 20px;
	margin-bottom: 0px;
	color: #666666;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	height: 890px;
	background: #ffffff;
}

#main3 {
	width: 621px;
	float: left;
	padding: 0 20px 0 20px;
	margin-bottom: 0px;
	color: #666666;
	border-right: 1px solid #990000;
	height: 720px;
	overflow: auto;
	background: #FFFFFF;
}

#footer {
	width: 862px;
	margin: 0 auto;
	padding: 5px 0px 2px 0px;
	height: 18px;
	clear: both;
	background-color: #FFcc33;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
}

