﻿body, div, span, p, br, h1, h2, h3, h4, h5, img {
	border: none;	
	margin: 0;
	padding: 0;
}

body {
	background: #466320;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.80em;
}
h1, h2, h3, h4, h5 {
	color: #0071bc;
	display: block;
	margin-bottom: 15px;
}
h1 {
	font-size: 1.25em;
}
h2 {
	font-size: 1.00em;
}
h3, h4, h5 {
	font-size: 0.90em;
}
p {
	margin-bottom: 15px;
}
p, li {
	line-height: 1.50em;
}
#search {
	width: 100%;
	height: 28px;
	color: #ffffff;
	padding-top: 6px;
	padding-bottom: 6px;
}

#nav {
	background: url("images/nav-bg.gif") repeat-x left top;
	border-bottom: solid 1px #999999;
	height: 27px;
	z-index: 50000;
}

#nav * {
	z-index: 50000;
}

#header {
	background: #ffffff;
	z-index: 10000;
}

#header #header-slideshow {
	position: relative;
	width: 780px;
	height: 250px;
	overflow: hidden;
	z-index: 10000;
}

#header #header-slideshow * {
	z-index: 10000;
}

#header #header-slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 780px;
	height: 250px;
}

#content {
	background-color: #ffffff;
	min-height: 300px;
}

#footer {
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer p {
	font-size: 0.80em;
	text-align: right;
}
#sidebar-slideshow {
	width: 200px;
	height: 150px;
	position: relative;
	overflow: hidden;
}
#sidebar-slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 150px;
}
.container {
	width: 780px;
	margin: 0 auto;
}
.col1 {
	float: left;
	width: 490px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.col2 {
	float: right;
	width: 209px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.onlycol {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 740px;
}

