html {
	height:100%;
}
BODY {
	FONT-SIZE: 12px;	
	FONT-FAMILY: arial;
	color: #000000;
	background-color: #ccc;
	height:100%;
	margin:0 0 0 0;
}
A:link {
	COLOR: #3BB03B;
	FONT-FAMILY: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	COLOR: #00ff00;
	FONT-FAMILY: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
A:visited {
	COLOR: #77ff77;
	FONT-FAMILY: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
A:active {
	COLOR: #00ff00;
	FONT-FAMILY: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.content {
	FONT-SIZE: 13px;	
	FONT-FAMILY: arial;
	color: #FFFFFF;
}

.subheads {
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	color: #3BB03B;
}

.image_buffer {
	padding-top:4px;
}

#wrapper {
	height:100%;
	width:780px;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width:750px;
	padding-top:18px;
	height:140px;
}

#header_left {
	float:left;
	width:220px;
	text-align:right;
	padding-right:10px;
}

#header_right {
	width:520px;
	float:right;
	padding-top:5px;
	text-align:left;
}

#top_nav {
	padding-top:28px;
}

#top_nav img {
	padding-right:2px;
}

.left_col {
	text-align:left;
}

.left_col ul {
	margin-top:7px;
	margin-left:0px;
	padding-left:17px;
	margin-right:4px;
}

.left_col li {
	padding-bottom:7px;
	margin-left:0px;
	padding-left:0px;
	list-style-type:circle;
}

.left_col a:link, .left_col a:active, .left_col a:visited {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}

.left_col a:hover {
	color:#3BB03B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	text-align:right;
}

#center_table {
	border-bottom:2px solid #DDDDDD;
}

.right_col {
	padding-bottom: 6px;
}

#footer {
	margin-left:15px;
	padding-top:5px;
	font-size:10px;
	color:gray;
	width:750px;
	text-align:left;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-size:10px;
	color:gray;
	font-weight:normal;
}

#footer a:hover {
	font-size:10px;
	color: #3BB03B;
	font-weight:normal;
}