@charset "UTF-8";
body {
	background-image: url(images/body_bg.jpg);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 70px;
	font-family: "Helvetica", "Arial", Veranda;
	font-size: 14px;
	line-height: 14px;
	color: #4B3D26;
}
a {
	color: #195C27;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #4B3D26;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #4B3D26;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	display: inline;
}
h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #165021;
	margin: 0px;
	padding: 0px;
}
h3 a {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #165021;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;	
}
h4 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	display: inline;
	color: #434343;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.pg_top {
	background-image: url(images/page_top.jpg);
	background-repeat: no-repeat;
}
.pg_center {
	background-image: url(images/page_center.jpg);
	background-repeat: repeat-y;
}
.pg_content {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.main_menu {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #195C27;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.main_menu a {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #4B3D26;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.main_menu a:hover {
	color: #195C27;
	text-decoration: none;
}
.bullet_description {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 13px;
}
.bullet_description2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 13px;
}
.red {
	color: #F4160D;
}
#ContactFirstName {
	display: none;
}
.frame_top {
	background-image: url(images/frame_top.gif);
	background-repeat: repeat-x;
}
.frame_bottom {
	background-image: url(images/frame_bottom.gif);
	background-repeat: repeat-x;
}
.frame_left {
	background-image: url(images/frame_left.gif);
	background-repeat: repeat-y;
}
.frame_right {
	background-image: url(images/frame_right.gif);
	background-repeat: repeat-y;
}
div#outer_window { 
	position:relative; 
	width:150px; height:375px; 
	overflow:hidden;
}