/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:url(images/body_bg.gif) no-repeat top center #c5cebd;
	}
A:link, A:active, A:visited {
	color: #ea1d24;
	text-decoration: bold; 
}
A:hover {
	color: #277700;
	text-decoration: bold, underline;
}
img {
	border-color:#449a11;
}
.blue {
	color: #6693a0;
}
.green {
	color: #277700;
	font-weight: bold;
}
.brown {
	color: #9a6533;
}
.smaller {
		font-size:smaller;
}
.h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-transform:lowercase;
	color:#277700;
	font-weight:normal;
}
.h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-transform:lowercase;
	color:#000;
	font-weight:normal;
}
.bottom{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-transform:lowercase;
	color:#000;
	font-weight:normal;
	color:#277700;
}
.white {
	color: white;
}
.image_border{
	border:2px solid #277700;
	padding:3px;
}
.bigbold {
	font-size:larger;
	font-weight:bolder;
}

a img{
	border:0px;
}
#main_content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #000;
}
#middlebg{
	background:url(web/images/middle.gif) repeat-y;
	padding:10px;
	width:671px;
}
#content_bg{
	background:url(images/content_bg.gif) no-repeat #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	line-height:20px;
}
#outer_box{
	border:1px solid #cccccc;
	background:url(images/box_bg.gif);
	padding-bottom: 8px;
	width:227px;
}
#contact_bg{
	background-image:url(images/contact_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:227px;
	border:1px solid #ccc;
	height:183px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#277700;
}
#contact_bg span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
}
#contact_bg strong{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6b6b6b;
}
#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}	
#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}