@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #a4a4a4 url(images/bg.png) no-repeat center top;
	margin: 0px;
	padding: 0px;
}
td.bg_left {
	background: url(images/left_bg_1.gif) repeat-y right top;
}
td.bg_right {
	background: url(images/right_bg_1.gif) repeat-y left top;
}
p, td {font: 11px Verdana, Arial, Helvetica, sans-serif;}
a {color: #1a8468;}

a:hover {color: #21bb92;}
p,ul,ol {
	line-height:19px;
}
.img_left {
	margin: 0px 20px 0px 0px;
	float: left;
}
.img_right {
	margin: 0px 0px 0px 20px;
	float: right;
}
.img_pad {
	margin: 0px 12px 0px 12px;
}
td.img_cell{
	background-color:#fff;
	padding: 4px;
	border: 1px solid #028e69;
}


td.bg_topnav {
	background: url(images/bg_topnav.png) no-repeat;
}

td.bg_topnav p{
	padding: 7px 12px 0px 0px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #999999;
	margin:0px;
}

td.bg_topnav p a{
	padding: 0px 19px;
	color: #fff;
	text-decoration: none;
}

td.bg_topnav p a:hover{
	color: #89ffe0;
	text-decoration: none;
}

td.bg_center {
	background: #FFFFFF url(images/bg_watermark.gif) no-repeat right bottom;
}
h1 {
	font: italic normal 25px/26px Georgia, "Times New Roman", Times, serif;
	color: #00573d;
}
h2 {
	font: bold 16px/19px Georgia, "Times New Roman", Times, serif;
	color: #00573d;
}
.boldTitle{
	color: #00573d;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
.divider {
	background: url(images/dot_line.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 12px;
}


#content {
	background: url(images/bg_top.jpg) no-repeat left top;
	padding: 26px 48px 32px;
}

#foot p{
	font-size: 10px;
	line-height: 14px;
	margin: 10px;
}

#foot p a{
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
}
#foot p.copyright{
	color: #dedede;
}
#foot p.copyright a{
	padding: 0px !important;
}

#foot p a:hover{
	color: #fff;
	text-decoration: underline;
}
img.btn_home {
	float: right;
	padding-left: 20px;
	border-style: none;
}

