body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-bottom:10px;
	color:#003366;
	background-color: #CCCC00;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

A:link {
	COLOR: #336600; text-decoration: underline
}
A:visited {
	COLOR: #339900; text-decoration: underline
}
A:active {
	COLOR: #339900; text-decoration: underline
}
A:hover {
	COLOR: #339900; text-decoration: none
}

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	border: 4px solid #669933;
	background-color: #FFFFFF;
}

#page_header {
	height: 160px;
	background-color: #CCCC99;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}  

#page_header h1 {
  padding-top:30px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:26px;
  font-weight:bold;  
  color: #FCF8E3;
  letter-spacing: -1px;
  margin:0px;
}
#page_header h2 {
  padding-top:0px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;  
  color: #E2D179;
  margin:0px;  
}

#header_box {
	width: 300px;
	text-align: right;
	padding-right: 5px;
	padding-top: 25px;
	float: right;
}

#slideshow {
	width: 200px;
	padding-right: 90px;
	padding-top: 14px;
	float: right;
}

#header_box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
}


#menu_bar {
	height:40px;
	background-color: #336600;
	background-image: url(img/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#menu_bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_bar li {
	padding: 0;
	display: inline;
	background: none;
}

#menu_bar a {
	display: block;
	float: left;
	height: 25px;
	padding: 10px 15px 0 15px;
	font-size: 12pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration:none;
	letter-spacing: normal;
	font-style: normal;
}

#menu_bar a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #339900;
	height: 30px;
}

#content_wrapper {
	background-color: transparent;
	background-image: url(../img/content_bg_wide.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#left_side {
	float:left;
	width:710px;
}
  
#left_side h3 {
  margin:10px;
  margin-right:15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  color: #336600;
}

#left_side h5 {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  line-height:18px;
  color: #CC6600;
}

#left_side h6 {
  margin:10px;
  margin-right:15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: bold;
  line-height:18px;
  color: #333366;
}
  
#left_side p {
  margin:10px;
  margin-right:15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:18px;
  color: #000066;
}

#right_side {
	float:right;
	width:170px;
	background-image: url(img/right_bg.jpg);
	background-repeat: repeat-x;
}
  
#right_side h3 {
  margin-right:10px;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #336633;
  padding:4px;
}
  
#right_side p {
  margin:5px;
  margin-bottom:15px;
  padding-right:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:16px;
  color: #CC6600;
}

#right_side a {
	margin:5px;
	margin-bottom:15px;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color: #336600;
	text-align:left;
	font-weight: bold;
}
#blockquote {
	background-image: url(img/blockquote.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 3px;
}

#blockquote p {
	padding-left: 56px;
}

#page_footer {
	height: 60px;
	background-color: #99CC33;
	background-image: url(img/footer_thin.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}  

#page_footer A:link {
	COLOR: #336600; text-decoration: underline
}
#page_footer A:visited {
	COLOR: #336600; text-decoration: underline
}
#page_footer A:active {
	COLOR: #E8E8E8}
#page_footer A:hover {
	COLOR: #669900; text-decoration: none
}

#page_footer p {
	text-align:center;
	font-family: verdana;
	font-size:11px;
	line-height:16px;
	color: #336600;
	padding-top: 40px;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}

.right {
	border:#336600 3px solid;
	float: right;
	margin-left: 10px;
}

.left {
	border:#336600 3px solid;
	float: left;
	padding: 0 10 0 0;
	margin-right: 10px;
}

.blockquote {
	font-size:12px;
	font-weight:bold;
	font-style:oblique;
	color:#336600;
	width: 200px;
	float: right;
	margin: 0px;
	padding: 10px;
}
  
 
 
