@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/backgroundBar.jpg);
	background-repeat:repeat-x;
	margin:0;
	color: #000066;
	font-family: Tahoma, Geneva, sans-serif;
	}
a {
	text-decoration:none;
}
.clear {
	clear:both;
}
img {
	border:none;
}
	
	#wrapper {
	width: 965px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#head {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
}
#bodyWrap {
	background-image: url(../images/BG_Main2.jpg);
	background-repeat: no-repeat;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	height: 485px;
	margin-top: 3px;
}
#navCol {
	float: left;
	width: 183px;
	padding-left: 7px;
	height: 480px;
	margin-top: 5px;
	margin-right: 5px;
	padding-top: 5px;
}
.footer {
	color: #333;
	font-size: 82%;
}

#contentCol {
	background-image: url(../images/BG_Content.jpg);
	background-repeat: no-repeat;
	height: 470px;
	width: 703px;
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
	font-family: Tahoma, Geneva, sans-serif;
}
#navCol ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navCol li {
	list-style-type: none;
	display: block;
}
.navButtons {
	margin-top: 3px;
	background-image: url(../images/Button.png);
	background-repeat: no-repeat;
	height: 37px;
	line-height: 34px;
	text-decoration: none;
	width: 176px;
	text-align: left;
	padding-left: 10px;
}
.padRight {
	padding-right:112px;
}
#navCol a{
	color:#FFF;
	text-decoration: none;
	height: 38px;
}
#navCol a:visited {
	color:#FFF;
	text-decoration: none;
}
#navCol a:hover {
	color:#Dbe5b8;
	text-decoration: none;
}
#navCol a:active {
	color:#FFF;
	text-decoration: none;
}
#contentCol h1 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0px;
	font-size: 180%;
	margin-top: 20px;
}
#contentCol h2 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0px;
	font-size: 150%;
	margin-top: 20px;
}
#contentCol h3 {
	font-family: "Times New Roman", Times, serif;
	margin-top: 5px;
	font-size: 130%;
}
.description {
	font-weight: normal;
	padding-bottom: 8px;
	font-style: normal;
}

