/* 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-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
topadbox { 
		height: auto;
		width: 728px;
		overflow:hidden; 
}
div#tagline {
	margin: 0;
	font-size:9px;
	float: right;
	font-variant: small-caps;
	color: #1c00ac;
	font-weight: bold;
	padding-top: 8px;
	padding-left:8px;
	text-align: center;
	padding-bottom: 15px;

}
#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;
	height: 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;
}

.top625 {
	background: transparent url(images2/625top.gif) no-repeat top;
	height: 10px;
	width: 627px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.sides625 {
	background: transparent url(images2/625sides.gif) repeat-y;
	width: 627px;
}

.bottom625 {
	background: transparent url(images2/625bottom.gif) no-repeat top;
	height: 10px;
	width: 627px
}

.sides210 p:first-child, .sides475 p:first-child, .sides625 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;
	border: 3px dashed #234214;
	background-color: #E0EFDD;
	margin: 10px auto 0 auto;
	padding: 5px 5px 5px 5px;
}

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: #CC0000;
	text-decoration:none;
}

a:hover {
	color: #CC0000;
	text-decoration:underline;
}

img {
	border: none;
}
