@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Sans-serif;
	font-size: 12px;
}

body {
	background-color: #990000;
}

#container {
	width: 800px;
	background-color: #FFFFFF;
	border: none;
	padding: 5px;
	margin: 0 auto;
}

#title {
	width: 800px;
	height: 200px;
	margin: 0;
	border: none;
	padding: 0;
	float: left;
	background-image: url(images/jpg/title.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#leftcol {
	float: left;
	min-height: 200px;
	margin: 5px 5px 0 0;
	width: 200px;
	padding: 0;
	border: none;
}

#nav {
	width: 200px;
	margin: 0 0 5px 0;
	border: none;
	padding: 0;
	float: left;
}

.nav_head {
	width: 195px;
	display: block;
	color: #FFFFFF;
	line-height: 25px;
	padding: 0 0 0 5px;
	background-color: #000000;
	border: none;
	margin: 0 0 5px 0;
	float: left;
	height: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav a {
	display: block;
	width: 195px;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #FFFFFF;
	height: 25px;
	line-height: 25px;
	color: #000000;
	background-color: #EFEFEF;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	display: block;
	width: 195px;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #FFFFFF;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	background-color: #333333;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
}

.middle {
	border-top: 1px solid #CCCCCC;
}

#images {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

#rightcol {
	float: left;
	width: 590px;
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
	line-height: 20px;
}

#footer {
	float: left;
	width: 790px;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
	height: 50px;
	background-color: #990000;
	margin: 5px 0 0 0;
	padding: 5px;
	border: none;
	font-weight: bold;
}

.header {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
}

.sub {
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
}

/* Forms
************************************/

fieldset {
	padding: 0;
	border: none;
	margin: 0 0 10px 0;
}

.genericbox {
	width: 99%;
}

/* CSS Document */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
