@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #056758;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #056758;
}
	
fieldset {
	border:none;
}


a:link {
	color: #038C73;
	text-decoration: none;
	
	
}

img {
	border-style:none
	
}


a:visited {
                color: #038C73;
                text-decoration: none;
}
a:hover {
                color: #038C73;
                text-decoration: underline;
}
a:active {
                color: #038C73;
                text-decoration: underline;
}

.oneColElsCtr #container {
	width: 990px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}.oneColElsCtr #container #CSSPanel7 #CSSPanel7_h #CSSPanel7_h_front #CSSPanel7_h_content table tr td {
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #056758;
}
.oneColElsCtr #container #CSSPanel7 #CSSPanel7_c #CSSPanel7_c_front #CSSPanel7_c_content table tr td #CSSPanel8 #CSSPanel8_c #CSSPanel8_c_front #CSSPanel8_c_content p {
	font-size: 14px;
}

}
footertext {
	color: #000;
}
.oneColElsCtr #container #CSSPanel7 #CSSPanel7_c #CSSPanel7_c_front #CSSPanel7_c_content .Nav {
}
.oneColElsCtr #container #CSSPanel7 #CSSPanel7_c #CSSPanel7_c_front #CSSPanel7_c_content .Nav {
	height: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: visible;
	float: none;
}

