@charset "UTF-8";
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, p, img, div, ol, ul, dl, li, dt, dd {
	margin: 0px;
	padding: 0px;
}
#basediv {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 814px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 2px solid #FF0000;
	overflow: visible;
	float: left;
}
#header  {
	height: 150px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-color: #FFFFFF;
	background-image: url(images/banner_graphic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	text-align: center;
	padding-top: 40px;
	line-height: 28px;
	padding-left: 200px;
}
#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	padding-top: 10px;
	padding-left: 200px;
}
#index {
	background-color: #FFFFFF;
	float: left;
	width: 200px;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#index  dl  {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 195px;
}
#index dt {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding-top: 8px;
}
#index dd {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-left: 15px;
}
#wrapper #index p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 15px;
	text-align: left;
	margin-top: 10px;
}

#index dl a:link, #index dl a:visited {
	margin-left: 0px;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	padding-left: 35px;
}
#index dl a:hover, #index dl a:active {
	margin-left: 0px;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	background-image: url(images/bullet_graphic.jpg);
	background-repeat: no-repeat;
	background-position: 15px -20px;
	display: block;
	color: #FF0000;
	padding-left: 35px;
}

#index p a:link, #index p a:visited {
	margin-left: 0px;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
#index p a:hover, #index p a:active {
	margin-left: 0px;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	display: block;
	color: #FF0000;
}


.holderBullets {
	background-image: url(images/bullet_graphic.jpg);
	background-repeat: no-repeat;
	background-position: 15px top;
	color: #000000;
	display: block;
}
.currentBullets {
	background-image: url(images/bullet_graphic_current.jpg);
	background-repeat: no-repeat;
	background-position: 15px top;
	color: #FF0000;
	display: block;
}
#mainContent {
	background-color: #FFFFFF;
	float: right;
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.bold {
	font-weight: bold;
}
#mainContent a:link, #mainContent a:visited {
	color: #0000CC;
	text-decoration: none;
}
#mainContent a:hover, #mainContent a:active {
	color: #990000;
	text-decoration: none;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	color: #CCCCCC;
	clear: both;
	padding-top: 20px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FF0000;
}
#optionalFooter {
	color: #FFFF66;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#index  p a img{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	text-align: center;
}
#optionalFooter a:link, #optionalFooter a:visited {
	color: #999999;
	text-decoration: none;
}
#optionalFooter a:hover, #optionalFooter a:active {
	color: #FF0000;
	text-decoration: none;
}
.italic {
	font-style: italic;
}

