/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:23px;
	color:#787878;
	background-color:#e3e3dc;
	height:100%;
	text-align:center;
}

#contentBody {
	background:url(images/bg.jpg) repeat-y center top;
	width:838px;
	padding:0px 0px 22px 0px;
	margin:0px auto 0px auto;
	text-align:center;
}

#copyArea {
	width:774px;
	margin:0px auto 0px auto;
	text-align:center;
}

#copy {
	width:720px;
	padding:260px 0px 0px 0px;
	margin:0px auto 0px auto;
	text-align:left;
}

img {
	border:0px;
}

a:link, a:visited, a:active {
	color:#0d7cc1;
	text-decoration:underline;
	font-size:15px;
	line-height:23px;
}

a:hover {
	color:#6cbbec;
	text-decoration:underline;
	font-size:15px;
	line-height:23px;
}

#contentFooter {
	width:838px;
	height:22px;
	margin:0px auto 30px auto;
	text-align:center;
	font-size:10px;
	line-height:15px;
}

a.footerNav:link, a.footerNav:visited, a.footerNav:active {
	color:#787878;
	text-decoration:underline;
	font-size: 		10px;
	line-height:		15px;
}

a.footerNav:hover {
	color:#787878;
	text-decoration:underline;
	font-size: 		10px;
	line-height:		15px;
}

table {
	border:0px;
}

table td {
	padding:0px;
}

table td.links {
	padding:5px 20px 5px 20px;
	text-align:center;
}

table td.linksRightBorder {
	border-right:#787878 groove 1px;
	padding:5px 20px 5px 20px;
	text-align:center;
}

table td.radio {
	padding:5px;
}