body {
	font: .8em verdana, arial, sans-serif;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}
* {
	margin: 0;
	padding: 0;
}
div#header {
	height: 90px;
	text-align: left;
	background: url(../images/topback.gif);
	background-repeat: repeat-x;
}
div#header h1 img {
	margin-left: 30px;
}
div#header .img2 {
	position: relative;
	top:-20px;
}
div#contentarea {
	background: url(../images/backleft.jpg) top left repeat-y;
}
div#contentarea2 {
	background: url(../images/backright.jpg) top right repeat-y;
}
div#nav {
	float: left;
	width: 170px;
	padding: .5em 0 0 0;
}
div#nav ul {
	border: 0;
	margin: 40px 0px 12px 10px;
	padding: 0;
	list-style-type: none;
}
div#nav li {
	border-bottom: 2px dotted white;
	margin: 0;
	padding: .3em 0;
	text-indent: .5em;
}
div#nav li:first-child {
	border-top: 2px dotted white;
}
div#nav a {
	display: block;
	width: 150px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
div#nav>ul a {
	width: auto;
}
div#nav a:hover {
	color: #6E0001;
}
* html div#nav ul {
	border-top: 2px dotted white;
}
div#nav p {
	text-align: center;
}
div#column2 {
	background-color: #fff;
	margin: 0 160px 0 180px;;
	padding: 0 40px 20px 5px;
}
.script {
	float: left;
	padding:20px;
}
div#column2 h2 {
	font-size: 1.4em;
	font-style: italic;
	padding: 5px 0 15px 0;
	color: Maroon;
}
div#column2 h3 {
	font-size: 1.2em;
	padding: 5px 0 0 10px;
	text-align: left;
}
div#column2 p {
	padding: 0 0 15px 10px;
	text-align: justify;
}
div#column2 img {
	float: left;
	padding: 0 5px 5px 10px;
}
div#column3 {
	position: absolute;
	width: 140px;
	right: 15px;
	text-align: center;
	top: 150px;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}
div#footer {
	width:100%;
 	padding:4px 0;
	font-size:.7em;
	text-align:center;
	background-color: #6D0000;
	border-top: 1px solid white;
}
div#footer ul {
	margin:2px 0;
}
div#footer li {
	display:inline;
	color:white;
	border-left:1px solid;
	color:#ffffff;
	padding:0 5px 0 9px;
}
div#footer li:first-child {
	border-left:0;
}
div#footer ul li a {
 	text-decoration:none;
 	color:white;
}
div#footer ul li a:hover {
	text-decoration:underline;
}
div#footer ul.fineprint li {
	color:#fff;
}
#search {
	position: absolute;
	right: 30px;
	top: 16px;
	padding: 0px;
	font: smaller Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

