/*Override and special styles for landing page */
#contentTable{
	border-right-width:0px;
	border-top:5px solid #000;
	margin-top:3px
}
.contentleft{
	border-right-width:0px;
	margin-right:0px;
}
#presentationArea{
	z-index:0; width:770px; background-color:#000000; color:#FFFFFF
}
#homeTable a {
	text-decoration:none
}

#homeTable a:hover {
	text-decoration:underline
}

.style1 {
	color: #000000
}
.contentborder_right{
	border-right:5px solid #000;
}
.contentborder_right_top{
	border-right:5px solid #000; border-top:5px solid #000;
}
.contentborder_top{
	border-top:5px solid #000;
}
.textcontent{
	padding:8px;
}