/* Main Styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	background: #7F7F7F url(images/grad.gif) top left repeat-x;
	margin: 0px;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	margin: 20px 19px 11px 19px;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #333333;
	margin: 0px 19px 11px 19px;
}
p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	margin: 0px 19px 9px 19px;
	line-height: 1.4em;
}
ul {
	margin: 0px 15px 12px 35px;
	padding: 0px 0px 1px 0px; /* Need padding for cross-browser differences */
}
li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	margin: 1px 0px 0px 0px;
	text-align: left;
}
html>body li {
	margin: 3px 0px 0px 0px;
}
a:link, a:visited, a:active {
	color: #E6E6E6;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.black:link, a.black:visited, a.black:active {
	color: #333333;
	text-decoration: underline;
}
a.black:hover {
	color: #333333;
	text-decoration: none;
}


/* LAYOUT STYLES */
#centerdiv {
	width: 928px;
	margin: 20px auto 0px auto;
	padding: 0px;
	text-align: left;
}
#header {
	position: relative;
	width: 100%;
	height: 80px;
	background: url(images/header.gif) top left no-repeat;
	padding: 20px 0px 0px 24px;
}
html>body #header {
	height: 60px;
}
.holder {
	float: left;
}
.holder li {
	color: #E6E6E6;
}
#logon {
	position: absolute;
	top: 56px;
	right: 12px;
}
#navrow {
	position: relative;
	width: 100%;
	height: 200px;
	background: url(images/navrow.gif) top left no-repeat;
	padding: 0px 0px 0px 4px;
}
#page {
	position: relative;
	width: 100%;
	background: #FFFFFF url(images/page.gif) top left repeat-y;
}
.column_double {
	position: relative;
	float: left;
	width: 464px;
	padding: 25px 0px 9px 4px;
}
html>body .column_double {
	width: 460px;	
}
#base {
	position: relative;
	clear: both;
	height: 89px;
	background: url(images/base.gif) bottom left no-repeat;
}
#contact {
	position: absolute;
	top: 20px;
	left: 484px;
}
.emaillink {
	margin: 6px 0px 0px 0px;
}
#footer {
	position:relative;
	width: 100%;
	margin: 10px 0px 0px 0px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0px 0px 0px 24px;
	color: #CCCCCC;
}