/* CSS Document */

body {
	background-color:#b3cbc8;
}

.pagetitle {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	line-height:18px;
	color: #2d4f55;
}

.bodycopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4d4c4c;
	line-height: 18px;
}

a.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #2d4f55;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
 }
 
 a.bodycopy:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #d3a43c;
	font-size: 13px;
	font-weight: bold;
 }
 
a.bodycopy:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #d3a43c;
	font-size: 13px;
	font-weight: bold;
 }


.tableborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

.tableborder_dk_green {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #2d4f55;
	border-left-color: #2d4f55;
	border-top-color: #2d4f55;
	border-right-color: #2d4f55;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:24px;
}

a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:24px;
	text-decoration: none;
}

a.nav:hover, a.nav:active {
	color: #e7be64;
}

.homepage1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-bottom: 10px;
}

.homepage2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}

.footer {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
}

a.footer {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	text-decoration: none;
}

a.footer:hover, a.footer:active {
	text-decoration:underline;
}

.footer_white {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
}

a.footer_white {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	text-decoration: none;
}

a.footer_white:hover, a.footer_white:active {
	text-decoration:underline;
}

input, textarea, select {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.red {
	color:#FF0000;
}

.form_font {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	line-height: 14px;
	color:#000000;
}

#contactpadding {
	padding-top:4px;
	padding-left:5px;
}
