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

body {
	font-family: "Myriad Pro", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 16px;
	color: #222;
	text-align: center;
	background-color: #7A9F4F;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
	background-position: top;
}
body, p, h1, h2, h3, h4, h5, h6 ol, ul, dl, 
blockquote, address, iframe, table, form, img {
	margin: 0px;
	padding: 0px;
}
img {
	border-style: none;
}
a:link, a:visited {
	color: #FF6600;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF7111;
}
#topnav a:link, #topnav a:visited {
	color: white;
	text-decoration: none;
}
#topnav a:hover, #topnav a:active {
	text-decoration: underline;
}
#base a:link, #base a:visited {
	color: #888;
	text-decoration: none;
}
#base a:hover, #base a:active {
	text-decoration: underline;
	color: #666;
}
#footer a {
	color: #3C4F26;
	text-decoration: none;
}
#topnav {
	color: #3C4F26;
	font-size: 15px;
	width: 840px;
	margin: 0 auto;
	padding: 7px 0;
	text-align: right;
}
#container {
	padding: 0px 30px;
	width: 780px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: white;
}
#shadow {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	width: 880px;
	margin: 0 auto;
}
#header {
	height: 62px;
	padding-top: 30px;
	color: #eee;
	font-size: 18px;
}
#subheader {
	height: 55px;
	padding-top: 5px;
}
#navigation {
	height: 28px;
	padding-top: 6px;
	color: #777777;
}
#content {
	padding: 0 15px;
	background: white;
	color: #222;
}
#base {
	color: #888;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #888;
	padding: 7px;
	margin: 0 87px;
}
#footer {
	color: #3C4F26;
	font-size: 13px;
	width: 800px;
	margin: 0 auto;
	padding: 10px;
}

#content p, #page p {
	padding-bottom: 10px;
}

.title {
	color: #222;
	text-align: center;
}

h1 {
	margin-bottom: 15px;
}
h2 {
	color: #5C8B2E;
	padding-bottom: 10px;
}
h3 {
	color: #5C8B2E;
	padding: 15px 0;
	font-size: 1.3em;
}
h4 {
	font-size: 17px;
	padding-bottom: 10px;
}
h5 {
	margin: 0px;
	padding: 8px;
	font-size: 20px;
}
.dotBox {
	background-color: #FFFFE1;
	border: 5px dashed #cc0000;
	margin: 10px 60px;
	padding: 15px;
}
#wrapper {
	width: 800px;
	position: relative;
	text-align: left;
	margin: 10px auto;
	background-color: white;
	background-image: url(../images/bg_plain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 12px;
}
#page {
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0 50px;
}
#pageBase {
	background-image: url(../images/bg_plain.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 30px 12px 30px;
}



.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}


.palebox {
	background-color: #FBFBFB;
	margin: 10px auto;
	width: 495px;
	padding: 15px;
}

.errorBox {
	background-color: #FBECED;
	border: 1px solid #CA2831;
	padding-left: 10px;
	color: #BF262E;
}
.box {
	padding: 10px;
	border: 1px solid #ccc;
	width: 600px;
	margin: 0 auto 15px auto;
}
#LegalBox {
	height: 200px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	overflow: scroll;
	padding: 8px;
	background-color: #F5F5F5;
	font-family: "Times New Roman", Times, serif;
	color: #555555;
}


.err, .captcha_error_message {
	color: red;
}
.colorRed {
	color: #CC0000;
}
.colorOrange {
	color: #F60;
}

.colorGreen {
	color: #5C8B2E;
}
.colorText {
	color: #222;
}

.emphasis {
	font-weight: bold;
	color: #5C8B2E;
}
.underline {
	text-decoration: underline;
}

.emphasis2 {
	font-weight: bold;
	color: #CC0000;
}

#content ul {
	margin-left: 70px;
	margin-bottom: 10px;
}
blockquote {
	margin: 0 40px;
}

