/* page build styles */
/* id styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #666;
}
#header {
	height: 105px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/jpg/greenheader.jpg);
	background-repeat: no-repeat;
	background-color: #B9D2B5;
}
#pagebase {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #FFF;
	margin-top: 20px;
	background-image: url(../images/jpg/page-bg.jpg);
	background-repeat: repeat-x;
}
#textwrap {
	float: left;
	width: 900px;
	padding-bottom: 40px;
}
#terms {
	float: left;
	width: 800px;
	padding: 20px;
}
#flash{
	height: 240px;
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
}
#titlewrap{
	margin: 50px;
	float: right;
	width: 400px;
	height: 200px;
}
#leftcol {
	float: left;
	width: 200px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 40px;
}
#nav {
	text-align: right;
	width: 190px;
	height: auto;
	margin-top: 90px;
}
#rightcol {
	width: 400px;
	float: right;
	padding: 10px;
	margin-right: 140px;
	text-align: justify;
	color: #666;
	line-height: 22px;
	font-size: 10pt;
}
#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	text-align: right;
	padding: 10px;
	float: right;
	height: 70px;
	width: 880px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFF;
	margin-bottom: 20px;
}
/* class styles */
.titleleft{
	float: left;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #B9D2B5;
	color: #666;
	height: 170px;
	width: 150px;
	padding-right: 20px;
	text-align: right;
}
.titleright{
	float: right;
	padding-left: 10px;
	width: 210px;
	margin-top: 20px;
	color: #666;
}
.linkbox{
	width: 90%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B9D2B5;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/* font styles */
p {
}
h1 {
	font-size: 10pt;
	color: #F00;
	margin-top: 90px;
	text-align: right;
}
h2 {
	font-size: 10pt;
	text-decoration: underline;
	margin-top: 40px;
}
h3 {
}
/* image styles */
.topimage {
	background-color: #FFF;
	padding: 2px;
	height: 200px;
	width: 670px;
	margin-bottom: 4px;
	border: 1px solid #666;
}

