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

body {
	background-image: url(../images/top.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	margin: 0px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
a:link {color: #666;text-decoration: none;}
a:visited {text-decoration: none;color: #666;}
a:hover {text-decoration: underline;color: #666;}
a:active {text-decoration: none;color: #666;}

.navLinks a:link {color: #999;text-decoration: none;}
.navLinks a:visited {color: #999;text-decoration: none;}
.navLinks a:hover {color: #fff;text-decoration: none;background-color:#F3AD54;}
.navLinks a:active {color: #999;text-decoration: none;}

.topNav a:link {color: #fff;text-decoration: none;}
.topNav a:visited {color: #fff;text-decoration: none;}
.topNav a:hover {color: #000;text-decoration: none;background-color:#F3AD54;}
.topNav a:active {color: #fff;text-decoration: none;}

#wrapper {
	width: 759px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#title {
	height: 64px;
	width: 759px;
}
#navBar {
	height: 21px;
	width: 759px;
	padding-top: 7px;
	color: #999;
}
#container {
	min-height: 515px;
	width: 100%;
	background-color: #CFCFCF;
	text-align: center;
}
#secondContainer {
	min-height: 515px;
	width: 100%;
	background-color: #FFF;
	text-align: center;
	padding-top: 10px;
}
#centerCont {
	width:759px;
	margin-right: auto;
	margin-left: auto;
}
#leftCol {
	float: left;
	width: 500px;
	text-align: left;
}
#footer {
	background-color: #FFF;
	width: 100%;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/baseBorder.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
}
#rightCol {
	float: right;
	width: 259px;
}
#content {
	float: left;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 10px;
}
#baseNav {
	width: 759px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
}
.navLinks {
	display:inline;
	font-weight: bold;
	padding: 2px;
}
ul {margin:0; padding:0;}
li {margin:0;}
.baseList {
	padding-top: 40px;
}
.footerTxt {
	color: #666;
	width: 759px;
	margin-right: auto;
	margin-left: auto;
}
.footerHead {
	font-size: 12px;
	font-weight: bold;
	color: #F7A308;
}
.head1 {
	font-size: 24px;
	font-weight: normal;
	color: #F7A308;
}
h1,h2,h3,h4,h5,h6 {margin:0}
p {margin-top:10px;}
.rightNav {
	float: right;
	width: 249px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.rightNavLinks {
	list-style:none;
	padding-top: 6px;
	padding-bottom: 2px;
	height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	padding-left: 25px;
	background-image: url(../images/listarrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightNavLinksHead {
	list-style:none;
	padding-top: 6px;
	padding-bottom: 2px;
	background-image: url(../images/stripes.png);
	background-repeat: repeat-x;
	height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
	text-align: left;
	padding-left: 7px;
}
.searchBox {
	float: right;
	width: 150px;
	text-align: right;
	color: #000;
}
.topNav {
	float: right;
	color: #fff;
	padding: 2px;
	margin-top: 40px;
}
