@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
.oneColFixCtr #container {
	width: 1020px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;

}
/*.oneColFixCtr #mainContent {
	width: 679px;
	margin-top: -320px;
	padding-right: 10px;
		padding-left: 10px;
	padding-bottom: 0;
	margin-left: 281px;

	background-color: #FFF;

}*/
.oneColFixCtr #mainContent {
	width: 669px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
	background-color: #FFF;
	margin-left: 11px;
		padding-top: 20px;
	margin-bottom: 0px;
}
.oneColFixCtr #topContent {
	width: 700px;
	height: 356px;
	margin-top: 160px;
	padding-right: 10px;
	padding-bottom: 0;
	margin-left: 270px;
	background-image: url(images/top.jpg);

	background-repeat: no-repeat;
}
.oneColFixCtr #container #topContent #mainContent li {
		font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #333;
}

.oneColFixCtr #container #topContent #mainContent p {
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bottomnav  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
	height: 100px;
	width: 720px;
	background-image: url(images/bottomnav.jpg);
	text-align: center;
	padding-top: 25px;
	background-repeat: repeat-x;
}
.bottomnav a  {
	color: #CCC;
	text-decoration: none;
	}
	
#menu14 {
	width: 240px;
	left: 92px;
	top: 17px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
	margin-top: 40px
	}
	
#menu14 li a {
	font: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	height: 16px;
	text-decoration: none;
		list-style-image: none;
	list-style-type: none;
	}	
	
#menu14 li a:link, #menu14 li a:visited {
	color: #fff;
	display: block;
	background-color: #3F3F3F;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
		list-style-image: none;
	list-style-type: none;
	}
	
#menu14 li a:hover {
	color: #FFF;
	background-color: #A8C5E5;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	list-style-image: none;
	list-style-type: none;
	}	
h2 {
		font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color:#666;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color:#666;
}

table {
		font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #333;
}
.floatright {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
