body{
	margin:0px;
	padding:0px;
	background-image: url(../graphics/Backgrounds/bg3_main.jpg);
	
}

/* Banner and NavBar Container*/
.container_top {
	padding: 0;
	margin: 0;
	width: 1000px;
	height: 125px;
	
	}


/*.................Fonts*/


.font_main_white{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#EEEEEE;
	font-weight: normal;
}

.font_main_white_40_tran_dark{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#EEEEEE;
	font-weight: normal;
	background-image: url(../graphics/Backgrounds/background_40tran_dark.png);
	
}

.font_Header_16px_888888{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	color:#e5d39d;
	font-weight: bold;
}


.font_Header_18px_FFFFFF{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight: bold;
}

.table_MainContent{
	width:1035px;
	margin-left:25px;
	height: 100%;
}


/*..................Links*/

.a_NavBar18px{
	font-size:18px;
}

.a_EmailLarge18px{
	font-size:18px;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #EEEEEE;

}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:#EEEEEE;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:#e5d39d;
	
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	
}

/*................... Positioning / Graphics / Content */

.Banner_Bground{
	position:absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 80px;
	background-image: url(../graphics/Backgrounds/background_Banner_80px.png);
	z-index:1;
	
}

.main_logo{
	position:absolute;
	float:left;
	top: -15px;
	background-image:url(../graphics/grafik_BozLogo_B.png);
	height: 150px;
	width: 300px;
	z-index:50;

}

/*Navigation Bar*/

.NavBar_Bground{
	position:absolute;
	float:right;
	top: 80px;
	left: 0px;
	right: 0px;
	height:45px;
	background-image: url(../graphics/Backgrounds/background_Bottom_45px.png);
	z-index:10;

}

.NavBar{
	position:absolute;
	left:350px;
	top: 62px;
	height:45px;
	z-index:20;
}

.ContentTop_Background{
	position:relative;
	background-image:url(../graphics/Backgrounds/Background_ContentTop_h25px.png);
	top:75px;
	height:25px;
	width:100%;
}

.ContentBottom_Background{
	position: fixed;
	background-image:url(../graphics/Backgrounds/Background_ContentTop_h25px.png);
	height:25px;
	width:100%;
}

.ContentContainer{
	position:relative;
	top: 30px;
	width:1000px;
	
}

.ContentContainer_MainLeft{
	position:relative;
	padding:10px;
	top: 0px;
	width: 350px;
	float: left;
	background-image: url(../graphics/Backgrounds/background_50tran_dark.png);	
}

.ContentContainer_MainRight{
	
	position:relative;
	float:right;
	padding:15px;
	background-image:url(../graphics/Backgrounds/background_25tran_dark.png);
	width:550px;
		
}