body {
	background-image: url(Images/BG Fade.jpg);
	background-repeat: no-repeat ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Header {
	margin-left: auto;
	margin-right: auto;
	width: 860px;
}

.Navi {
	background-color: #013D86;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 860px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.Holder {
	text-align: left;
	margin:auto;
	width: 860px;
	height: 100%;
}

.Content {
	margin-left: auto;
	clear: left;
	background-color: #ffffff;
	float: left;
	width: 860px;
	height: 100%;
}

.ContentLeft {
	position:relative;
	overflow:hidden;
	margin-left: auto;
	clear: left;
	background-color: #ffffff;
	float: left;
	width: 600px;
	height: 100%;
}

.ContentBoarder {
	position:relative;
	padding:5px;
	overflow:hidden;
	margin-left: auto;
	float: left;
	height: 100%;
}

.ContentRight {
	position:relative;
	padding:0px;
	overflow:hidden;
	margin-left: auto;
	background-color: #ffffff;
	float:right;
	width: 240px;
	height: 100%;
}

.OneC {
	background-color: #ffffff;
	padding:10px;
	float: left;
	width: 260px;
}

.TwoC {
	background-color: #ffffff;
	padding:10px;
	float: left;
	width: 270px;
}

.CENTERC {
	margin:auto;
	background-color: #ffffff;
	padding: 10px;
	width: 500px;
}

.ThreeC {
	background-color: #ffffff;
	padding:10px;
	float: right;
	width: 260px;
}

.cssnav {
	position: relative;
	background: url(Images/overbtn.jpg) no-repeat;
	white-space: nowrap;
	width: 107.5px;
	float: left;
}

.cssnav a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 107.5px;
	display: block;
	float: left;
	color: black;
}

.cssnav img {
	width: 107.5px;
	height: 25px;
	border: 0
}

* html a:hover {
	visibility:visible;
	width: 107.5px;
	height: 25px;
	border: 0;
}

.cssnav a:hover img {
	width: 107.5px;
	height: 25px;
	border: 0;
	visibility:hidden
}

.cssnav span {
	position: absolute;
	left: 0px;
	top: 7px;
	width: 107.5px;
} 

