@charset "utf-8";
/* CSS Document */

html,body {
	background-color: #BCD7A9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	height: 100%;
}
a {
	color: #556938;
	text-decoration: none;
}
a:hover {
	color: #556938;
	text-decoration: underline;
	
}
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #fff;
	border: #000 solid thin;
	min-height: 95%;
}
#header {
	width: 900px;
	height: 200px;
}
#headerLeft {
	background-color: #FFF;
	width: 700px;
	float: left;
}
#headerRight { 
	background-color: #556938;
	width: 200px;
	float: right;
	height: 200px;
}
.topnav {
	font-size: 14px;
	font-weight: bold;
	color: #F93;
	margin-left: 30px;
	text-decoration: none;
	line-height: 24px;
}
.topnav:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FC0;
	margin-left: 30px;
	text-decoration: underline;
	line-height: 24px;

}
#contentwrapper {
	width: 900px;
	background-color: #fff;
}
#contentLeft {
	width: 700px;
	float: left;
	height: 100%;
	background-color: #FFF;
}
#contentRight {
	width: 200px;
	float: right;
	background-color: #CCC;
}
.contentText {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 20px;

}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #556938;
}
.heading {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #556938;
}
.heading2 {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
}
ul {
	margin-top: 0;
}
.hlinebg {
	background-image: url(images/hline.jpg);
	background-repeat: repeat-x;
}
.vlinebg {
	background-image: url(images/vline.jpg);
	background-repeat: repeat-y;
}
#footer {
	width: 900px;
	background-color: #FFF;
	clear: both;
	background-image: url(images/hline2.jpg);
	background-repeat: repeat-x;
}
.copyright {
	color: #333;
	font-size: 11px;
	text-align: center;
}
.subtext {
	font-size: 14px;
	font-weight: bold;
}
.Head {
	font-size: 24px;
	font-weight: bold;
}
.Phone {
	font-size: 16px;
	font-weight: bold;
}
.Tag {
	font-size: 24px;
	font-weight: bold;
	color: #01009D;
}
