body {
	text-align:center;
	background-color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
		}
	
	#frame {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
		}
	#mainframe {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	height: 700px;
	background-image: url(images/backmain.gif);
	text-align: left;
	padding-top: 7px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 104px;
		}
	#contentleft {
	width:470px;
	float:left;
	overflow: auto;
		}
		
	#contentleft2 {
	width:770px;
	float:left;
	overflow: visible;
		}
	
	#contentright {
	width:300px;
	float:right;
	overflow: hidden;
	height: 300px;
	text-align: center;
	padding: 0px;
		}
	
	#contentnav {
		background:#fff
		}
		
	#bar {
	background-color: #000000;
	height: 5px;
		}
	
	#bar2 {
	background-color: #69AE01;
	height: 6px;
	clear: both;
		}	
	
	#bottom {
	background-color: #000000;
	height: 60px;
	color: #FFFFFF;
		}
		
	#bottomleft {
	height: 60px;
	width: 300px;
	float: left;
		}
		
	#bottomright {
	height: 60px;
	width: 400px;
	float: right;
	text-align: center;
	padding-top: 20px;
		}
		
	#mainbody {
	background-color: #86D500;
	background-image: url(images/back1.jpg);
	overflow: auto;
	width: 770px;
	background-repeat: no-repeat;
		}	
	
	#banner {
	width:570px;
	padding:0px;
	float:left;
	background-color: #F9F9F9;
	background-image: url(images/back2.jpg);
	height: 188px;
		}
		
	#banner2 {
	width:200px;
	padding:0px;
	float:left;
	background-color: #FFFFFF;
	height: 188px;
		}
		
	p,h1,pre {
		margin:20px 20px 20px 20px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentnav h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
	
	.featured {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
		}
a {
	color : #FFFFFF;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
.b {
	text-decoration : none;
	border: 4px solid #FFFFFF;
}
.b:hover {
	text-decoration : none;
	border: 4px solid #4B7C01;
}
.c {
	text-decoration : none;
	color: #85D500;
}
.c:hover {
	text-decoration : underline;
	color: #FFFFFF;
}
.d {
	text-decoration : none;
	color: #333333;
}
.d:hover {
	text-decoration : underline;
	color: #FFFFFF;
}
.e {
	text-decoration : none;
	border: 1px solid #FFFFFF;
		cursor: pointer;
  /* for IE */
  filter: alpha(opacity = 100);
  /* CSS3 standard */
  opacity:1;
}
.e:hover {
	text-decoration : none;
	border: 1px solid #333333;
		cursor: pointer;
	/* for IE */
  filter:alpha(opacity=70);
	/* CSS3 standard */
  opacity:0.7;
}
.f {
	text-decoration : none;
	color: #ffffff;
}
.f:hover {
	text-decoration : underline;
	color: #FFFFFF;
}
.telephone {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
		}
.portfoliobox {
	background-image: url(images/portfolio_back.gif);
	background-repeat: repeat;
		}
input, textarea, select {
	border : 1px solid #666666;
	font-size: 11px;
	padding: 3px;
}
input:hover, textarea:hover, select:hover {
	border : 1px solid #CCCCCC;
	font-size: 11px;
	padding: 3px;
	background-color: #F9F9F9;
}

/*********************************************/
/* Image */
/*********************************************/

.portfolio {
	background: url(images/shadow.gif) no-repeat bottom right;
	height: 120px;
	width: 140px;
}
.portfolio img {
	background-color: #FFFFFF;
	border: 1px solid #a9a9a9;
	height: 100px;
	width: 120px;
	float: left;
	padding: 4px;
}
.portfolio-url {
	height: 35px;
	width: 120px;
	text-align: center;
}

/*********************************************/
/* CAPTCHA */
/*********************************************/

.captchaerrorbox{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC0000;
	padding: 10px;
	border: 1px solid #333333;
}

/*********************************************/
/* FORM TEXT */
/*********************************************/

	.formtext {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
		}
		
	.small {
	font-size: 11px;
	color: #000000;
		}
