/* removed by Steve */
@media all {                 /* hide from Netscape 4 */
}
#main {
	width: 572px;
	margin: 10px auto;
	text-align: left;
}
#backgroundTop {
	background: url(images/body_background_top.jpg) no-repeat left bottom;
	width: 100%;
	height: 65px;
}
#backgroundBottom {
	background: url(images/body_background_bottom2.jpg) no-repeat left bottom;
	width: 100%;
	height: 14px;
}
#backgroundRepeater {
	background: url(images/body_background_repeater.jpg) repeat-y left top;
	width: 100%;
}
#backgroundRepeater2 {
	background: url(images/body_background_repeater2.jpg) repeat left top;
	width: 100%;
}
#backgroundRepeaterContentContainer {
	width: 572px;
	margin: 0px auto;
}

/*content area 1 links*/

.contentArea {
	color: CC0000;
}
.contentArea a, .contentArea a:visited, .contentArea a:link, .contentArea a:active {
	text-decoration: none;
	color: #CC0000;
}

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

.contentArea ul li {
	color: #CC0000;
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-type: circle;
	text-decoration: none;
}

/*conent area 2 links*/

.contentArea2 {
	color: CC0000;
}
.contentArea2 a, .contentArea2 a:visited, .contentArea2 a:link , .contentArea2 a:active {
	text-decoration: none;
	color: #CC0000;
}
.contentArea2 a:hover {
text-decoration: underline;
	color: #CC0000;
}

.contentArea2 ul li {
	color: #CC0000;
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-type: circle;
	text-decoration: none;
}


/*fonts*/

#column2 {
	width:250px;
	text-align:left;
	height:100%;
	margin-left:0px;
	margin-top:0px;
	float: right;
}
