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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #9d9d75;
	background-image: url(../images/gradientBackground.png);
	margin: 0px;
	background-repeat: repeat-x;
	padding: 0px;
	width: 100%;
	text-align:center;
}
/*Begin Container*/
/*Begin Header*/
#container {
	position: relative;
	width: 850px;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
}

.header {
	background-image: url(../images/Logo.png);
	width: 252px;
	top: 0px;
	height: 51px;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	left: 0px;
	}
.topNavBar {
	margin: 0px;
	padding: 0px;
	height: 51px;
	width: 598px;
	top: 0px;
	left: 252px;
	position: absolute;
}
/*1 Main Section*/

.topMainMidSec {
	background-image: url(../images/topMainMidSec.png);
	height: 24px;
	width: 850px;
	position: absolute;
	left: 0px;
	top: 51px;
}
.midMainSec {
	background-image: url(../images/midMainSecRepeat.png);
	height: 433px;
	width:850px;
	position: absolute;
	left: 0px;
	top: 75px;
	background-repeat: repeat-y;

}
.paddingMainSec {
	height: 433px;
	width:780px;
	padding-left:40px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;	
}
.bottomMainSec {
	background-image: url(../images/botMainMidSec.png);
	height: 42px;
	width: 850px;
	position: absolute;
	left: 0px;
	top: 507px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #201101;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #201101;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #201101;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

