body {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 75%;
	background-color: #cccc99;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
}

#header {
	float: left;
	width: 100%;
	left: 0;
	top: 0;
	height: 55px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #cccc66;
/*	background-image: url('images/headerbg.png');*/
}

#header img {
	position: relative;
	left: 15px;
	top: 5px;
}

a {
	color: blue;
}

a:visited {
	color: blue;
}

h2 {
	font-size: 1.3em;
}

.slogan {
	position: absolute;
	top: 2px;
	left: 200px;
	width:570;
	color: white;
	text-align: center;
	font-size:1.3em;
}

.line {
	border-right: 1px solid white;
}

#navlist {
	position: absolute;
	left: 200px;
	top: 35px;
	border-collapse: collapse;
	list-style: none;
	height: auto;
	text-align: center;
}

#navlist li {
	height: 25px;
	display: inline;
}

.heading {
	font-size: 1.4em;
	color: red;
	padding-bottom: 5px;
	font-weight: bold;
}

#navlist li a {
	font-size: 1.4em;
	margin: 18px;
	padding: 4px 20px 4px 20px;
	text-decoration: none;
	font-weight: bold;
	background-color: #c0c0c0;
	border: 1px solid black;
}

#navlist li a:link {
	color: #3399cc;
	background-color: #c0c0c0;
}

#navlist li a:hover {
	background-color: red;
}

#navlist li a:visited {
	color: #3399cc;
}

#leftnav {
	position: absolute;
	top: 100px;
	left: 10px;
	width:150px;
        list-style: none;
}

#leftnav ul {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 18px;
}
#leftnav li {
	display: block;
}

#leftnav li a {
	height: 100%;
	width: 100%;
	display: block;
	padding: 5px;
        text-decoration: none;
	border-width: 1px;
	border-color: #e8e8e8;
	border-style: solid;
	border-right-width: 2px;
	font-weight: bold;
}

#leftnav li a:link {
	color: #3399cc;
	text-decoration: bold;
}

#leftnav li a:hover {
	background-color: red;
	font-weight: bold;
}

#leftnav li a:visited {
	text-decoration: bold;
	color: #3399cc;
	font-weight: bold;
}

#leftnav li a:active {
	text-decoration: bold;
	background-color: red;
}

#main {
	padding-top: 15px;
	width: 768px;
	float: left;
}

#maintabbed {
	position: fixed;
	width: 500px;
	top: 90px;
	left: 190px;
}


td {
	font-size: 0.8em;
}

.bigbutton {
	background-color: #c0c0c0;
}
.bigbutton a:hover {
	background-color: red;
}

.boxheading {
	font-size: 1em;
	font-weight: bold;
	background-color: red;
}

#footer {
	position: absolute;
	width: 100%;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}

.imgborder {
	border: 4px solid #e8e8e8;
}
.imgborder:hover {
	border: 4px solid red;
}

#contactform {
	background: #e8e8e8;
	padding: 15px;
}

.shaded {
	padding: 15px;
	background-color: #e8e8e8;
}

.infobox {
	border: 1px solid #c0c0c0;
	padding: 3px;
	background-color: #ffffcc;
	width: 100%;
}

.error {
	background-color:red;
}
