@charset "utf-8";

html {overflow-y: scroll;}

body {
	background-color: #e9e9e9;
	background-image: url(images/grad_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
}

.LogoBox {
	height: 107px;
	width: 800px;
	position: relative;
	background-position: 0px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.MainBodyBox {
	width: 800px;
	background-position: right bottom;
	margin: 0 auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	background-image: url(images/rocks.jpg);
	background-repeat: no-repeat;
}

p, h1, h2, h3, h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
	color: #242953;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #111A37;
}
.MainBodyBox .BodyTextBox li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3 {
	font-size: 12px;
	color: #333333;
}
h4 {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
p {
	font-size: 12px;
	color: #333333;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(images/indentbg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.jpg) center center repeat-x;
}.BodyTextBox {
	float: left;
	width: 60%;
	padding: 0px;
	clear: none;
	left: 0px;
	top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.BodyNewsBox {
	float: right;
	width: 35%;
	padding: 0px;
	clear: none;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.BodyTextBoxBig {
	width: 97%;
	padding: 10px;
}
.MoreInfo {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.Stroke {
	border: 1px solid #23497A;
}
.nospace {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-right: auto;
	width: 700px;
	margin-left: auto;
	padding-top: 15px;
	text-align: center;
}
