/* CSS Document */

body{
font-family: Arial, Verdana, Helvetica, sans-serif;
background-color:#000000;
border-left: 0px;
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
}

.maincontainer {
width: 950px;
height: 100%;
top:-15px;
position:relative;
margin-left: auto;
margin-right: auto;
z-index:0;
}

.subcontainer {
width: 950px;
height: auto;
position: relative;
z-index:1;
text-align:center;
}

#topbar {
position:relative;
background-color: #000000;
height: 124px;
width: 950px;
z-index:2;
}

.TopBar_Left {
	float:left;
	background-color: #000000;
	height: 124px;
	width: 597px;
	z-index:2;

}

.TopBar_Right {
	float:right;
	background-color: #000000;
	height: 124px;
	width: 271px;
	z-index:2;
}

.TopBar_Right2 {
	float:right;
	background-color: #000000;
	height: 124px;
	width: 353px;
	z-index:2;
}

.navigation {
padding-top: 90px;
padding-left:95px;
} 


.headerimage {
	top:0px;
	left:0px;
	width:755px;
	border: 0px none;
	z-index:3;
	text-align:center;
}




.mainbody {
	top:0px;
	left:0px;
	width:754px;
	border: 0px none;
	z-index:3;
	text-align:left;
	background-color:#FFFFFF;
}

.blackbg_whitetext {
background-color:#000000;
color:#FFFFFF;
}

.tbl_border_black {
border: 1px #000000 solid;
}

.padding5 {
padding: 5px;
}

#bottom_bg {
background-image:url(assets/_global/bottom_background.gif);
height:142px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}
