body {
    background-color: #c9c9c9;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11pt;
	color: #7c7c7c;
	text-align: left;
	}
	
a:link, a:visited { color: #7e3221; text-decoration: none; font-weight: bold; }	
a:hover, a:active { color: #000000; text-decoration: underline; }
	
#wrapper {
    background-color: #FFFFFF;
	width: 680px;
	margin-top: 10px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #b0b0b0;
	}
	
#header {
    background-color: #;
	background-image: url("images/flash.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	width: 680px;
	height: 120px;
	margin-bottom: 1px;
	padding: 0px;
	text-align: left;
	}
	
#sidemenu {
    background-color: #;
	background-image: url("images/menu-bg.gif");
	background-repeat: y-repeat;
	width: 184px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	
#sidemenu .text {
    width: 160px;
	margin-left: 10px;
	padding: 0px;
	font-size: 10pt;
	color: #000000;
	}
	
#sidemenu .text img {
    margin-top: 10px;
	margin-bottom: 10px;
	}
	
.newsletter input {
    background-image: url("images/input.gif");
	background-position: top center;
	background-repeat: no-repeat;
    width: 150px;
	height: 14px;
	margin: 0px;
	padding: 5px;
	border: 0px;
	color: #4D4D4D;
	font-size: 11px;
	font-weight: bold;
	}
	
#content {
    width: 476px;
	margin: 10px;
	padding: 0px;
	text-align: left;
	font-size: 11pt;
	}
	
strong { 
    color: #2D2D2D;
	}
	
#content table {
    font-size: 11pt;
	}
	
#content .small {
    font-size: 10pt;
	}
	
h1, h2, h3, h4, h5, h6, .green {
    color: #00602b;
	font-size: 14pt;
	font-weight: bold;
	line-height: ;
    }	
	
#testimonial {
    background-image: url("images/testimonial.jpg");
	background-repeat: no-repeat;
	width: 479px;
	height: 128px;
	margin-left: 14px;
	margin-bottom: 20px;
	padding: 0px;
    }
	
#testimonial .text {
    float: left;
    color: #000000;
	font-size: 12px;
	text-align: left;
	padding-top: 30px;
	padding-left: 12px;
	padding-right: 40px;
	}
	
#testimonial .readmore {
    float: right;
	margin-top: 2px;
	margin-right: 40px;
	}
	
#testimonial i {
    color:#7e3221;
	font-weight: bold;
	}
	
#footer {
    background-color: #7C7C7C;
	width: 680px;
	margin-top: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5b5b5b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5b5b5b;
	color: #2D2D2D;
	font-size: 10pt;
	}
	
#sponsors {
    width: 680px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 2px;
	font-size: 9pt;
	text-align: left;
	}
	
#menu {
	width: 156px;
	list-style: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	}

#menu li {
	float: left;
	width: 156px; 
	height: 22px;
	margin-bottom: 2px;
	}

#menu a {
	display:block;
	width: 156px;
	height: 22px;
	margin: 0px; 
	padding-top: 2px;
	color:#cccccc;
	font-size: 13px;
	font-weight: bold;
	background: url("images/menu-button.gif") 0px 0px no-repeat;
	text-decoration: none;
	}
	
#menu a:hover {	
	background-position: -156px 0;
	color: #00602b;
	}

#menu a:active {
	background-position: 0px 0px;
	color: #FFFFFF;
	}
	
#menu li a span {
    margin-left: 10px;
	}

ul.services {
    padding-left: 16px;
}	
	
.services li {
    background-image: url("images/bullet.gif");
	background-position: left center;
	background-repeat: no-repeat;
	list-style: none;
	margin: 2px;
	padding-left: 22px;
	}
