body {
	margin: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.linkcontainer td{
	filter:alpha(Opacity=70);
	opacity: .7;
	background: #000000;

	-moz-opacity: .7;
}
td.middle_spacer {
	width: 800px;
	background: #8000FF;

}
td.shadow_right {
	background-image: url(../images/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
td.shadow_left {
	background-image: url(../images/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
td.body_content {
	padding: 15px;
	background: #171614 repeat;
	color: #8000FF;
	font: 18px Geneva, Arial, Helvetica, sans-serif;



}
td.below_header{
	height: 50px;
	color: #D70000;
	padding: 5px;
	background: #171614;
	font-size: 18px;


}
td.main_content_box {
	background-color: #000000;
}

td.horizontal_column {
	background-color: #000000;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 100px;
	display: table-cell;
	vertical-align: top;
}
td.bottom_link_container {
	background-color: #000000;
	text-align: center;
	color: #9900FF;
	padding: 5px;
}

td.horizontal_center {
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
	height: 100px;
	display: table-cell;
	vertical-align: top;
	background: #000000 url(../images/header2.jpg) no-repeat;

}
td.header_column {
	height: 150px;
	vertical-align: middle;
	color: #000000;
	font-size: large;
	background-image: url(../images/header.jpg);
	background-position: top;
}
td.left_content {
	width: 200px;
	padding: 5px;
	vertical-align: top;
        background: #000000;
	background: url(../images/bg_content.jpg) repeat;
	color: #FF8000;
	font-size: 12px;



}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #8000FF;
	line-height: 50px;
	font-size: 14px;

}
a.main_link:hover{
	background-color:#333333;
	color: #CC0000;
}
a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-weight: bold;
	text-decoration: none;
	color: #FF8000;
}
a.bottom_link:hover{
	color: #CCCCCC;
}
div.bottom_content{
	color: #FFFFFF;
	padding: 5px;
}
div.navigation {
	height: 50px;
	vertical-align: middle;
	text-align: center;





}
.centerline {
	width: auto;
}