/* CSS Document */
H4{
font-family: Arial;
font-size:11px;
font-style:italic;
color:#660000;
line-height:20px;
padding:3px;
text-align:center;
}

H3{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:italic;
color:#660000;
line-height:20px;
padding:3px;
text-align:center;
}

H2{
font-family: Arial;
font-size: 14px;
color: #660000;
line-height: 20px;
padding: 3px;
}

H1{
font-family:Arial;
font-size:14px;
color:#660000;
line-height: 20px;
padding: 3px;
text-align:center;
}

body,td,th {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #FFFFCC;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#660000;
	line-height: normal;
	padding:3px;
}

.bigheader {
	font-family: Arial;
	font-size: 14px;
	color: #660000;
	line-height: 20px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}

.justified{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#660000;
	line-height:normal;
	padding:3px;
	text-align: justify;
}	

.centered{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#660000;
	line-height:normal;
	padding:3px;
	text-align: center;
}	

.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #336633;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #FF6699;
	display: block;
	padding: 8px;
	width: 140px;
}

#header {
	position: absolute;
	left: 175px;
	width: 80%;
	height: 260px;
}

#packer {
	position: absolute;
	width: 156px;
	height: 260px;
	background-color: #336633;
}
		
#navbar {
	width: 156px;
	position: absolute;
	top: 260px;
	background-color: #336633;
	height: 1000px;
}

#content {
	position: absolute;
	left: 175px;
	top: 260px;
	width: 80%;
}

#maintext {
	position: absolute;
	width: 40%;
	left: 40%;
	top: 707px;
}

