@charset "UTF-8";
/* CSS Document */

body {
	background-color: #CC0000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#Hash {
	position:absolute;
	left:0px;
	top:0px;
	width:231px;
	z-index:1;
}

#mainnav {
	position:absolute;
	left:30px;
	top:400px;
	width:164px;
	height:219px;
	z-index:2;
}

#mainbody {
	position:absolute;
	left:234px;
	top:60px;
	width:700px;
	z-index:3;
	background-color: #FFFFFF;
	border-color: #000000;
	border-width: 6px;
	border-style: solid;
	padding: 30px;
}


#footer {
	position:relative;
	width:700px;
	text-align: center;
}

#rightside {
	position:relative;
	width:300px;
	float: right;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px;
	border-left-color: #000000;
	border-left-style: dotted;
}

#leftside {
	position:relative;
	width:300px;
	float: left;
	padding-right: 30px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 2em;
}

.nav a {
	color:#FFFFFF;
	text-decoration: none;
}

.nav a:hover {
	color:#FFCC00;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

.text a {
	color:#990000;
	text-decoration: none;
}

.text a:hover {
	color:#FFCC00;
	text-decoration: none;
}

.photomargin {
	margin-left:15px;
	margin-bottom:10px;
}
.subs {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.heads {
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.style4 {font-size: 14px}
