@charset "utf-8";
/* CSS Document */
body {
	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 */
	color: #F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-image: url(bg.gif);
	background-position: 95px top;
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #mainContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #771F27;
	border-right-color: #771F27;
	border-left-color: #771F27;
	margin: 0px;
	height: 100%;
	border-bottom-color: #771F27;
}
#header {
	background-color:#000000;
	height: 61px;
	vertical-align: 50%;
	background-image: url(header-bg.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	top: 0px;
	margin: 0px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-color: #771F27;
	border-right-color: #771F27;
	border-left-color: #771F27;
	border-bottom-style: none;
}
#headerContainer {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: italic;
	vertical-align: 50%;
}
#headerMenu {
	position:relative;
	height: auto;
	width: 80px;
	padding: 0px;
	float: right;
	top: -32px;
	right: 0px;
	text-align: right;
}
#headerMenu a:link,a:visited{
	color:#CCCCCC;
	text-decoration: none;
}
#headerMenu a:hover,a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
div#nav {
	width: 700px;
	margin-left: 110px;
}
ul#point-list {
	overflow: hidden;
	list-style: none;
	background-color: #000;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

ul#point-list li {
	display: block;
	float: left;
	margin:0px;
	width:137px;
	border: 1px solid #771F27;
}

ul#point-list li a {
	display: block;
	font-size: 1.2em;
	color:  #F7D01C;
	text-decoration:none;
	margin: 0px;
	text-transform: uppercase;
	height: 25px;
	padding-top: 7px;
	padding-bottom: 3px;
}

ul#point-list li.selected a{
	color: #F7D01C;
	background-color: transparent;
	background-image: url(images/feature_title_bg_over.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 25px;
}
ul#point-list li a:hover {
	color:#F6C01D;
	background-color: #771F27;
	text-decoration: none;
}
ul#point-list li.selected a {
	font-weight: bold;
}

#mainContent a:link,a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
#mainContent a:hover,a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
h1,h2,h3 {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	color: #F6C01D;
}
h1 {
	font-size:2.2em;
}
h2 {
	font-size:1.7em;
}
p {
	font-size:1.2em;
	margin: 0px;
	padding-top: 10px;
	line-height: 1.35em;
	text-decoration: none;
}
td.menu {
	border:1px #400000 solid;
}
img.right {
	margin-left:10px; 
	border:#F7D01C 1px solid;
	float:right;
}
.floatLeft {float:left;}
.floatRight {float:right;}
#footerContainer {
	background-color:#000000;
	font-size: 0.8em;
	color: #999999;
	font-style: italic;
	vertical-align: middle;
	text-align: left;
	padding-left: 25px;
	border-left-color: #771F27;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #771F27;
	border-bottom-color: #771F27;
	border-bottom-style: solid;
	height: 17px;
	padding-top: 20px;
	border-top-color: #771F27;
	padding-bottom: 5px;
}
#footerContainer a,a:link,a:visited {
	color:#CCCCCC;
}
.style2 {
	font-size: 2.15em
}
table.menu {
	border:1px #400000 solid;
}
