@charset "UTF-8";
body {
	background: url(../img/back.png) repeat-x;
	background-color:#0071bc;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Avant-Garde, sans-serif;
	font-size: 16px;
	text-align:left;

}
h1 { font-size: 12pt }
h2 { font-size: 11pt }
h3 { font-size: 10pt }
h4 { font-size: 10pt }

a:link {
	color:#a40e0e;
	text-decoration: underline;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	
}


#header {
	 background: url(../img/header.png) no-repeat  top;
	 float: left;
	 width: 960px;
	height: 131px;
	 display: inline;
}

#contenttop {
	background: url(../img/contenttop.png) no-repeat;
	width: 960px;
	height: 82px;
	display: inline;
	margin-left:auto;
	margin-right:auto;
	float: left;
}

#mainContent {
	background: url(../img/mainback.png) repeat-y;
	width: 960px;
	display: inline;
	z-index:-1;
	float: left;
}

#centerCol {	
	display: inline;
	float: right;
	width: 595px;
	padding-right: 50px;
	
}

#leftCol {	
	display: inline;
	float: left;
	width: 230px;
    padding-right: 35px;
	padding-left: 50px;
	
}

#contentbottom {
	background: url(../img/contentbot.png) no-repeat;
	width: 960px;
	height: 79px;
	display: inline;
	float: left;
}
#footer {
	color:#000000;
	float: left;
	width: 100%;
	display:inline;
	font-size: 11px;
	text-align: center;
	margin-left:auto;
	margin-right:auto
}

#footertext{
	width:960px;
	display:inline;
	text-align:left;
	float:left;
}

#mainMenu {
	float: left;
	height: 29px;
	width: 100%;
	display: inline;	
	padding-top: 50px;
	position:relative;
	overflow:hidden;
}

#mainMenu ul {
	clear:left;
	float:left;
	list-style: none;
	padding: 0;
	margin: 0;
	left:50%;
	text-indent: 15px;
	position:relative;
	text-align:center;
	
}
#mainMenu ul li {
display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;

}
#mainMenu ul li a {
	font-family: "Avant-Garde", sans-serif;
	color: #0071bc;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	
}
#mainMenu ul li a:hover {
	color: #000000;
	text-decoration: underline;
}