body {
margin:0;
padding:0;
line-height: 1.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background: #cccccc;
}
a:link { color: #000000; text-decoration: none} 
a:visited { color: #0066CC; text-decoration: none} 
a:active { color: #008000; text-decoration: underline} 
a:hover { color: #008000; text-decoration: underline}

#templatemo_container {
	width: 800px;
	margin: auto;
	background-color: #468733;
}
#templatemo_header {
clear: left;
height: 200px;
background: url(images/header.jpg) no-repeat;
}
#templatemo_content {
width: 800px;
}
#templatemo_left_column {
background: #468733;
float: left;
width: 200px;
min-height: 200px;
}
#templatemo_right_column {
float: left;
width: 565px;
min-height: 400px;
}
#templatemo_footer {
clear: left;
background: #468733;
padding: 5px;
color: #FFFFFF;
}
#templatemo_footer a {
color: #FFFFFF;
}
#templatemo_site_title {
padding-top: 60px;
padding-left: 80px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 28px;
color: #FFFFFF;
}
#templatemo_site_slogan {
padding-top: 10px;
padding-left: 80px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #FFFFFF;
}
.templatemo_line {
clear: left;
height: 5px;
background: #008c72;
}

.templatemo_line_footer {
clear: left;
height: 35px;
background: #008c72;

}

.templatemo_jay {
clear: left;
height: 5px;
background: #ffffff;
}
.templatemo_pic {
float: right;
margin-left: 10px; 
border: 1px solid #000000;
}
.section_box {
	border: 1px solid #AACCAA;
	background: #DDF2DD;
	color: #008000;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.section_box2 {
	clear: left;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #000000;
	color: #666666;
	background-color: #468733;
}
.text_area {
margin: 27px;
}
.publish_date {
margin-top: 5px;
color: #999999;
font-size: 11px;
font-weight: bold;
}
.title {
padding-bottom: 5px;
font-size: 16px;
font-weight: bold;
color: #ffffff;
}
.subtitle {

padding-bottom: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}
/* 		Menu   */
.glossymenu{
list-style-type: none;
margin: 9px;
padding: 0px;
width: 185px;
border: 1px solid #000000;
}
.glossymenu li a{
background: white url(images/button_default.gif) repeat-x center;
font: bold 13px "Trebuchet MS", Verdana, Helvetica;
color: white;
display: block;
width: auto;
padding: 6px;
padding-left: 10px;
text-decoration: none;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 180px;
}
.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}
.glossymenu li a:hover{
background-image: url(images/button_active.gif);
color: #ffffff;
}

