/* Generated by KompoZer */
body {
  background-color: #ffffff;
  background-image: none;
  font-family: "GoudyOlst bt",Arial,Helvetica,sans-serif;
  font-size: 16px;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
}
h3 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-variant: normal;
  text-transform: none;
}
h4 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-large;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-variant: normal;
  text-transform: none;
}
sidetext {
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-large;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-variant: normal;
  text-transform: none;
}
.side1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-large;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-variant: normal;
  text-transform: none;
  background-image: none;
  background-color: #ffffff;
}
.blankheader {
  background: #888 ;
  width: 800px;
  height: 2px;
 }
.header {
	background: #888;
	width: 534px;
	height: 100px;
	float:left;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: left;
}
.headerlogo {
  background: #888;
  float: left;
  width: 266px;
  height: 100px;
}
  
.mainmenu {
  background: #888;
  clear: left;
  width: 800px;
  height: 32px;
}
.submenu {
clear: left;
  background-color: #888;
    width: 800px;
}

.leftcol {
  background: #ff0000 none repeat scroll 0% 50%;
  float: left;
  width: 150px;
  height: 500px;
}
.content {
  background: #ffffff none repeat scroll 0% 50%;
  float: left;
  width: 800px;
}
.footer {
  background: #dddddd none repeat scroll 0% 50%;
  clear: left;
  width: 800px;
  height: 100px;
}


/* Navigation Styles */
.mainmenu ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
.mainmenu li {
	float: left;
}
.mainmenu a {
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid Gray;
	background-color: Silver;
}
.mainmenu a:hover {
	text-decoration: none;
	color: #C3AF3C;
	background-color: #fff8dc;
}
.content a {
	text-decoration: none;
	color: 333;
}
.content a:hover {
	text-decoration: none;
	color: Gray;
}

img.floatleft { 
    float: left; 
    margin: 4px; 
}
img.floatright { 
    float: right; 
    margin: 4px; 
}

p.cleartext { 
clear: left;
 }
