@charset "utf-8";
p.black {color: #000000}

/* CSS Document */



a:link {
	color: maroon;
}
a:visited {color: #996600;}
a:active {color: #996600; text-decoration: none;}
a {text-decoration:underline;}

body {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat;
	font-family:Georgia;
	top: 0px;
	left: 0px;
	font-size: 10pt;
	color: #996600;
	font-weight: normal;
}

.header {
	position: absolute;
	left: 0px;
	top: 0px;
}

.headertext {
font-size:20.75pt;
font-family:Georgia;
color:maroon;
font-style:italic;
font-weight:bold;
padding:2.88pt 2.88pt 2.88pt 2.88pt;
}

.subheadtext {
	font-style:italic;
	font-weight:bold;
	font-size:10pt;
	font-family:Georgia;
	color:#996600;
	font-style:italic;
	font-weight:bold;
	padding:2.88pt 2.88pt 2.88pt 2.88pt;
}

div.line {
	left: 180px;
	top: 182px;
	width: 4px;
	position: absolute;
	background-color:#996600;
	height: 1850px;
}

.maincontent {
	left: 184px;
	top: 185px;
	width: 565px;
	position: absolute;
	padding: 5px 5px 5px 10px;
	text-align: left;
	float:right;
	border-left: #996600 4px solid;
}

.maroonborder {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: maroon;
	border-right-color: maroon;
	border-bottom-color: maroon;
	border-left-color: maroon;
	vertical-align: top;
	padding: 8px;
}

.leftnav {
	left: 15px;
	top: 172px;
	width: 150px;
	position: absolute;
	margin: 8px;
	line-height:118%;
	font-family:Georgia;
	font-size:9pt;
	color:#996600;
	font-weight:bold;
	language:EN;
}

.halfList {
	width:46%;
	float:left;
	text-align:left;
	padding-right: 10px;
}

.leftsponsor {
	width: 40%;
	float: left;
	padding:5px;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	}

.rightsponsor {
	width: 40%;
	float: right;
	padding:10px;
	margin: 15px 10px 15px 10px;
	text-align: center;
	}

h1 {
	color: maroon;
	font-size: 22px;
	font-weight: bold;
}
p.red {
	color: maroon;
}
h4 {
	font-weight: bold;
	color: maroon;
}
.footer {
	width: 565px;
	position:relative;
	text-align:center;
	float:left;
	font: maroon 9pt bold;
}
