/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #003300;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: xx-large;
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
	text-align: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}
/************* HEADER STUFF ************/

#topspacer1 {
	width: 850px;
	height: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

#topspacer {
	width: 846px;
	height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topspacer h1 {
	margin: 4px;
	text-align: right;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}

#header_L1 {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#header_L1 h1 {
	margin: 0px;
	text-align: right;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}

#header_L1 p {
	text-decoration: none;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-right: 20px;
	padding-top: 0px;
}

#header {
	width: 846px;
	height: 220px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	background-color: #003300;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#header h1 {
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 36px;
	text-transform: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-weight: bold;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 846px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 43px;
	background-repeat: repeat-x;
	background-color: #003300;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	vertical-align: middle;
}

#menu li {
	display: inline;
}

#menu a {
	text-transform: none;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin: auto;
	background-repeat: no-repeat;
	background-position: right;
	padding: 6px;
	line-height: 43px;
	border: 2px solid #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #4AACFF;
}

/************* CONTENT ************/

#content {
	width: 846px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #003300;
	font-size: 22px;
	color: #FFFFFF;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	list-style-position: outside;
}

/************* FOOTER ************/

#footer {
	width: 846px;
	height: 20px;
	background-color: #003300;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
}

#footer2 {
	width: 850px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #003300;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
}

#footer2 a:link {
	color: #FFFFFF;
}

#footer2 a:visited {
	color: #FFFFFF;
}

#footer2 a:hover {
	color: #CCCCCC;
}

#footer2 a:active {
	color: #FFFFFF;
}

.contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
