BODY {
	color: #ffffff;
	background-color: #CC0099;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, body div, body p, body th, body table,
body td, body li, body dd, body a {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 100%;
}

a {
	color: #66CC00;
	font-weight : bold;
	text-decoration : none;
}
a:link {
	color: #66CC00;
	font-weight : bold;
	text-decoration : none;
}

A:HOVER {
	color: #66CC00;
	text-decoration : underline;
	font-weight : bold;
}

A:active {
	color: #99FF00;
	text-decoration : underline;
	font-weight : bold;
}

A:VISITED {
	color: #66CC00;
	font-weight : bold;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size:120%;
	text-align: left;
}

#header {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 4px;
	width: 640px;
	margin-left: 100px;
	
}

#content {
	text-align: left;
}
#contentwrapper {
	padding-left: 20px;
	padding-top: 20px;
	width: 640px;
	margin-left: 100px;
}

#right_col {
	float: right;
	max-width: 160px;
	width: 160px;
	padding-top: 60px;
	padding-bottom: 60px;
	border: 1px solid #FFFFFF;
}

#subheader {
	
	padding-left: 20px;
	width: 640px;
	margin-left: 100px;
}
.headerlink {
	
	background: #ffffff;
	display: inline;
	margin: 2px;
	padding: 4px;
	width: 19.5%;
	text-align: center;
	height: 50px;
}

table th {
	font-size: 150%;
	text-align: left;
	color: #000000;
	background: #66CC00;
	xtext-transform: uppercase;
}

table td {
	color: #000000;
	background: #FFFFFF;
	
}

hr {
	color: #ffffff;
	size: 0.5px;
	width: 100%;
}