﻿#page-container {
	width: 800px;
	background-image: url("woldfiles/bkgrnd.gif");
	background-repeat: repeat-y;
	border-bottom: 0px; 
}

#header {
	height: 180px;
}

#sinkfooterbar {
	vertical-align: bottom;
}

/* #content {
	position: absolute;
	left: 185px;
	top: 210px;
	width: 580px;
	overflow : hidden;
}*/ 

#content {
	margin-left: 185px;
	margin-top: 10px;
	width: 580px;
}

#contentl {
	float:left;
	width: 280px;
}

#contentr {
	float:right;
	width: 280px;
}

#contentlong {
	height: 100%;
}

#footer {
	border: 2px;
	height: 150px;
	overflow : hidden;
	border-top: 1px gray dashed;
	margin-top: 90px;
	font-size: 12px;
	}

#clearall {
	clear:both;
}

h1 {
	color: #65754D;
	font-size: 14pt;
	border-bottom: 2px dotted #97A7B7;
}

h4 {
	color: #65754D;
	font-size: 14pt;
	border-bottom: 2px dotted #97A7B7;
	padding-bottom: 1px;
	margin-bottom: -5px;
}

h2 {
	color: #0D3257;
	font-size: 10pt;
	border-bottom: 1px solid #666;
}
h2 span {
	position: relative;
	left: -0.3em;
	bottom: -0.6em;
	padding: 1px 0.5em;
	margin: 0;
	border-style: solid;
	border-width: 1px 1px 1px 0.8em;
	border-color: #666 #666 #666 #65754D;
	background-color: #ddd;
}
h3 {
	color: #0D3257;
	font-size: 12pt;
}
li {
	color: #000000;
	font-size: small;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
	line-height:160%;
}

ul {
	color: #000000;
	font-size: small;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
	line-height:160%;
}

p {
	color: #000000;
	font-size: small;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
	line-height:160%;
}

body {
	
	Font-Family: Verdana,geneva,helvetica,arial,sans-serif;
}
a:link {
	color: #0D3257;
	background: transparent;
}
a:visited {
	color: #65754D;
	background: transparent;
}
a:hover {
	color: #97A7B7;
	background: transparent;
}
a:active {
	color: #65754D;
	background: transparent;
}

