body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-image: url(../images/bg.jpg);
}

h1 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	width: 500px;
	border-bottom: 1px solid;
	padding-top: 15px;
	padding-bottom: 5px;
}

h2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	width: 500px;
	padding-top: 15px;
	: ;
}

#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	width: 754px;
	vertical-align: top;
	height: 154px;
}

#topnav a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	top: 130px;
	left: 80px;
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
}

.leftcolumn {
	background-image: url(../images/left_nav_repeat.jpg);
	background-repeat: repeat-y;
	width: 150px;
	vertical-align: top;
}

#leftnav {
	background-image: url(../images/left_nav_bg.jpg);
	background-repeat: no-repeat;
	width: 150px;
	vertical-align: top;
	text-align: left;
	height: 100%;
}

#nav a {
	position: relative;
	padding-left: 10px;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	height: 292px;
}

#nav hr {
	border-bottom: 1px solid #ABD6CE;
	width: 140px;
	margin-left: 6px;
	position: relative;
	height: 1px;
	line-height: 1px;
	background-color: #ABD6CE;
	border-color: #ABD6CE;
}

#content {
	width: 604px;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	padding: 0;
	margin: 0;
	height: inherit;
}

.rightcolumn {
	background-image: url(../images/main_content_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	vertical-align: top;
}

.footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 52px;
	vertical-align: top;
	text-align: center;
	padding-top: 10px;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	position: relative;
}

.footer a {
	font-size: 11px;
	color: #009B80;
	text-decoration: underline;
}

a.sitecredits {
	font-size: 11px;
	color: #008C74;
	text-decoration: none;
}

a.sitecredits:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	: ;
}

#topnav a:hover, #nav a:hover { text-decoration: underline; }

.footer a:hover, .sitecredits {
	font-size: 11px;
	color: #009B80;
	text-decoration: none;
}
