/* set font for all display elements. */
html, body, p, td {
	font: normal normal normal small/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 13px;
}

/* make sure page always takes up the entire screen. */
html {
	height: 100%;
	background : #d6d6d6 url(/images2/bgImage.jpg) repeat-x top;
}

/* set the body to be centered and bordered. */
body {
	width: 750px;
	height: 100%;
	margin: 0 auto 0 auto;
}

#topborder {
	background: transparent url(/images2/topborder.gif) no-repeat top;
	width: 750px;
	height: 10px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#sideborder {
	background: transparent url(/images2/sideborder.gif) repeat-y top;
	width: 750px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#content {
	width: 97%;
	margin: 0 auto 0 auto;
}

#bottomborder {
	background: transparent url(/images2/bottomborder.gif) no-repeat bottom;
	width: 750px;
	height: 12px;
}

#uppernav {
	text-align: right;
	font-size: 11px;
	padding: 2px 10px 0 0;
	color: #ffffff;
}

#uppernav a {
	color: #ffffff;
	text-decoration: none;
}

#uppernav a:hover {
	text-decoration: underline;
}


#body {
	margin: 15px auto 0 auto;
	/*border: 1px solid black;*/
	width: 710px;
}

#footer {
	clear: both;
	margin-top: 10px;
}

.top475 {
	background: transparent url(/images2/450top.gif) no-repeat top;
	height: 10px;
	width: 475px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.sides475 {
	background: transparent url(/images2/450sides.gif) repeat-y;
	width: 475px;
}

.bottom475 {
	background: transparent url(/images2/450bottom.gif) no-repeat top;
	height: 10px;
	width: 475px;
}

.top210 {
	background: transparent url(/images2/210top.gif) no-repeat top;
	height: 10px;
	width: 210px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.sides210 {
	background: transparent url(/images2/210sides.gif) repeat-y;
	width: 210px;
}

.bottom210 {
	background: transparent url(/images2/210bottom.gif) no-repeat top;
	height: 10px;
	width: 210px;
}

.top700 {
	background: transparent url(/images2/700top.gif) no-repeat top;
	height: 10px;
	width: 702px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.sides700 {
	background: transparent url(/images2/700sides.gif) repeat-y;
	width: 702px;
}

.bottom700 {
	background: transparent url(/images2/700bottom.gif) no-repeat top;
	height: 10px;
	width: 702px;
}

.top350 {
	background: transparent url(/images2/350top.gif) no-repeat top;
	height: 10px;
	width: 352px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.sides350 {
	background: transparent url(/images2/350sides.gif) repeat-y;
	width: 352px
}

.bottom350 {
	background: transparent url(/images2/350bottom.gif) no-repeat top;
	height: 10px;
	width: 352px
}

.sides210 p:first-child, .sides475 p:first-child, .sides700 p:first-child {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

p {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-top: 3px;
}

div.innertext {
	margin: 0 15px 0 15px;
	padding-top: 5px;
}

form.dashed {
	width: 500px;
	height: 150px;
	border: 3px dashed #234214;
	background-color: #E0EFDD;
	margin: 10px auto 0 auto;
}

ul {
	padding: 10px 0px 10px 20px;
	margin: 0 0 0 0;
}

li {
	padding-bottom: 10px;
}

.benefit {
	font-weight: bold;
	color: #35794B;
}

.accent {
	color: #EA9C27;
}

input {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: arial;
}

a {
	color: #35794B;
}

a:hover {
	color: #EA9C27;
}

img {
	border: none;
}