@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/body_background.gif);
	font-family: "cambria", serif;
}

p {
	font-family: Cambria, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	padding-top: 6px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	padding-top: 14px;
	padding-bottom: 6px;
	padding-left: 16px;
	padding-right: 16px;
	color: #057a3f;
}

h2 {
	font-family: Cambria, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left: 16px;
	padding-right: 16px;
	color: #057a3f;
	font-variant: small-caps;
}

*{margin: 0; padding: 0;}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	width: 980px;
	
}

#header {
	background-image:url(images/header.gif);
	height: 185px;
}

#maincontentwrapper {
	background-image: url(images/page_background.gif);
	width: 980px;
}

#leftcol {
	float: left;
	width: 239px;
}

#leftcol img {
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#maincol {
	float: left;
	width: 700px;
	padding-bottom: 50px;
}

#maincol ul {
padding-bottom: 20px;
}

#maincol li {
	margin-left: 50px;
	font-size: 12px;	
}

#maincol p {
	max-width: 700px;	
}

#formwrapper {
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
}

#formwrapper img {
	float: right;	
}

#formwrapper form {
	border: 1px solid CCC;		
}

#formwrapper h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: left;		
}

#formwrapper p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;	
}

#formwrapper span {
	margin-top: 8px;
	margin-bottom: 8px;
	
}

#formwrapper label {
	margin-left: 10px;
	margin-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 150px;
	float: left;
}

#linkwindow {
	height: 225px;
	width: 350px;
	float: right;
	margin: 25px;
	background-image: url(images/link_window_static.gif);
}

#footer {
	background-image: url(images/footer.gif);
	height: 49px;
	color: #FFF;
	text-align: center;
	background-repeat: no-repeat;
	
}

#footer p {
    padding-top: 4px;
	
}

#footer a:link {
	color: #FFF;
}

#footer a:visited {
	color: #eee;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.navigation ul {
	
}

.navigation li {
	list-style-type: none;
	color: #FFF;
	margin-left: 25px;
	margin-top: 6px;
	margin-bottom: 6px;
	border-bottom: white dotted thin;
	
	
}

.navigation li a:link {
	color: #FFF;
	text-decoration: none;
}

.navigation li a:hover {
	color: #FFC;	
	text-decoration: underline;
}

.navigation li a:visited {
	color: #eee;
	text-decoration: none;
}

.listascolumnleft {
	float: left;
	width: 325px;
}

.listascolumnright {
	float: left;
	width: 325px;
}

.listascolumnitem {
	border-top: thin solid #808080;
	border-bottom: thin dotted #808080;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 75px;
}

.clearthefloats {
	clear: both;
}

.floatright {
	float: right;
	margin-right: 30px;
	margin-left: 15px;
}

.headerrequestlink {
	position: relative;
	top: 152px;
	left: 805px;
	width: 140px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-size: 12px;
}

.headerrequestlink a:link {
	color: #808080;	
	text-decoration: none;
}

.headerrequestlink a:hover {
	color: #808080;	
	text-decoration: underline;
}

.headerrequestlink a:visited {
	color: #808080;	
	text-decoration: none;
}

#sidesupplementnav {
		
	
	margin-top: 20px;
}

#sidesupplementnav img{
		float: left;
		margin-right: 20px;
	
}
#sidesupplementnav p{
		color: #FFF;
		text-align: center;
		clear: both;
}

#sidesupplementnav h1{
	color: #FFF;
	font-size: 18px;
}

#sidesupplementnav a:link{
		color: #FFF;
		text-decoration: underline;
	
}

#sidesupplementnav a:visited{
		color: #808080;
		text-decoration: underline;
}

#sidesupplementnav a:hover{
		color: #DDD;
		text-decoration: none;
	
}