body {
	background-image: url(images/bg.gif);
}
#container {
	width: 740px;
	text-align: left;
	position: relative;
}
#header {
	float: none;
	height: 110px;
	width: 558px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
}
#info {
	width: 510px;
}
#logo {
	padding: 10px;
}
#leftcol {
	width: 145px;
	float: left;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#rightcol {
	left: 0px;
	width: 570px;
	top: 0px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	padding-top: 38px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #336666;
}
a:active {
	color: #CC9933;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 42px;
	font-weight: bolder;
	color: #000000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	line-height: 36px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	line-height: 18px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 4px;
}
.navmarker {
	color: #CC9933;
}
