/***** PAGE BACKGROUND *****/
.userbg {
	background-color: #FDF5E0;
}
/***** PAGE CONTENT *****/
#content {
	padding: 0px;
	margin: 0px;
	width: 870px;
}
/***** SPACERS *****/
.spacer1px {
	width: 870px;
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
/***** TOP BANNER *****/
#topbanner {
	width: 870px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/topbanner.gif');
	background-repeat: no-repeat;
}
/***** CALL BANNER *****/
#callbanner {
	width: 870px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	background-color: #660033;
}
/***** BLOCK 1 *****/
#block1 {
	width: 870px;
	padding: 0px;
	margin: 0px;
}
/***** BLOCK 2 *****/
#block2 {
	width: 870px;
	padding: 0px;
	margin: 0px;
}
/***** BLOCK 3 *****/
#block3 {
	width: 850px;
	padding: 0px;
	margin: 10px;
}
/***** BOT BANNER *****/
#botbanner {
	width: 870px;
	height: 120px;
	padding: 0px;
	margin: 0px;
	background-color: #660033;
}
/***** FOOTER *****/
.footer {
	padding: 5px 0px 0px 0px;
	color: #660033;
	font-size: 10px;
	font-family: Arial, Verdana, Courier, sans-serif;
	text-align: center;
}
.footer a:link {
	color: #660033;
	text-decoration: none;
}
.footer a:visited {
	color: #660033;
	text-decoration: none;
}
.footer a:hover {
	color: #660033;
	text-decoration: underline;
}
.footer a:active {
	color: #660033;
	text-decoration: none;
}
/***************************************************/
/******************** HEADINGS *********************/
/***************************************************/
h1 {
	margin: 0px;
	padding: 0px;
	color: #FDF5E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
}
h1 a:link {
	color: #FDF5E0;
	text-decoration: none;
}
h1 a:visited {
	color: #FDF5E0;
	text-decoration: none;
}
h1 a:active {
	color: #FDF5E0;
	text-decoration: none;
}
h1 a:hover {
	color: #FDF5E0;
	text-decoration: none;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #FDF5E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
}
h2 a:link {
	color: #FDF5E0;
	text-decoration: underline;
}
h2 a:visited {
	color: #FDF5E0;
	text-decoration: none;
}
h2 a:active {
	color: #FDF5E0;
	text-decoration: none;
}
h2 a:hover {
	color: #FDF5E0;
	text-decoration: underline;
}
h3 {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	text-transform: uppercase;
	color: #FDF5E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	line-height: 19px;
}
h3 a:link {
	color: #FDF5E0;
	text-decoration: none;
}
h3 a:visited {
	color: #FDF5E0;
	text-decoration: none;
}
h3 a:active {
	color: #FDF5E0;
	text-decoration: none;
}
h3 a:hover {
	color: #FDF5E0;
	text-decoration: underline;
}
/***** MAIN TEXT *****/
.text {
	margin: 0px;
	padding: 15px;
	color: #660033;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.text a:link {
	color: #660033;
	text-decoration: underline;
}
.text a:visited {
	color: #660033;
	text-decoration: underline;
}
.text a:active {
	color: #660033;
	text-decoration: underline;
}
.text a:hover {
	color: #660033;
	text-decoration: underline;
}
