@CHARSET "ISO-8859-1";

.RightBackground {
	position:				absolute;
	top:					0px;
	left:					50%;
	margin-left:			-232px;
	
	width:					100%;
	height:					100%;
	
	background-color:		#29404a;
	
	border-width:			0px 0px 0px 1px;
	border-style:			solid;
	border-color:			#505d63;
}

.SiteLayer {
	position:				absolute;
	left:					50%;
	top:					50%;
	margin-left:			-480px;
	margin-top:				-276px;
	width:					960px;
	height:					505px;
}
.LeftLayer {
	position:				absolute;
	left:					50%;
	top:					50%;
	margin-left:			-480px;
	margin-top:				-276px;
	width:					248px;
	height:					505px;
}
.RightLayer {
	position:				absolute;
	left:					50%;
	top:					50%;
	margin-left:			-232px;
	margin-top:				-276px;
	width:					712px;
	height:					505px;
}

#SiteBackground {
}

#TheSlide {
	position:				absolute;
	left:					50%;
	top:					50%;
	margin-left:			-480px;
	margin-top:				-276px;
	width:					960px;
	height:					505px;
}

#MenuLayer {
	position:				absolute;
	left:					50%;
	top:					50%;
	margin-left:			-232px;
	margin-top:				229px;
	height:					15px;
	width:					712px;
	
	padding:				15px 0px 15px 0px;
	
	font-family:			arial;
	font-size:				14px;
	color:					#FFFFFF;
	text-align:				center;
}
#MenuLayer a {
	color:					#FFFFFF;
	text-decoration:		none;
}
#MenuLayer a.mselected {
	color:					#FF5258;
	font-weight:			bold;
}
#MenuLayer a:hover {
	color:					#D45258;
	text-decoration:		none;
}

#ContentLayer {
	width:					692px;
	height:					455px;
	padding:				10px;
	
	overflow-y:				auto;
	overflow-x:				hidden;
}

.SecondaryMenu {
	position:				absolute;
	left:					50%;
	top:					50%;
	margin-left:			-232px;
	margin-top:				199px;
	height:					30px;
	width:					716px;
		
	text-align:				center;
	font-size:				13px;

	background-color:		#253a43;
	filter:					alpha(opacity=0);
	-moz-opacity:			.0;
	opacity:				.0;
	
}
.SecondaryMenu a {
	color:					#FFFFFF;
}
.SecondaryMenu a:hover {
	color:					#D45258;
	text-decoration:		none;
}
.SecondaryMenu a.active {
	color:					#FF5258;
	text-decoration:		none;
	font-weight:			bold;
}

#TheSlide {
}

.LeftHover {
	background-color:		#253a43;
	filter:					alpha(opacity=75);
	-moz-opacity:			.75;
	opacity:				.75;
}
.LeftBar {
	width:					190px;
	padding:				0px 29px 0px 29px;
}


