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

<style type="text/css" media="all">

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}
h2 {
	color: #00CC33;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
a,  a:link {
  color: #239f3e;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #578557;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #017a20;
  text-decoration: underline;
}
a:focus {
  color: #017a20;
}
a:active {
  color: #004e2a;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	min-width: 1000px;
	text-align: left;
	width: 1000px;
	border: 2px solid #000000;
}
#header {
	background-color: #000000;
	background-image: url(images/header3.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	height: 150px;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
}
#navbar {
	background-color: #000000;
	height: 31px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006634;
	border-bottom-color: #006634;
	padding-left: 120px;
	background-image: url(CSSMenuWriter/cssmw_images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#content {
	background-image: url(images/bk_content.jpg);
	background-position: left top;
	background-repeat: repeat;
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
}
#frontslides {
	float: right;
	height: 288px;
	width: 384px;
	margin-right: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footer {
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #990000;
}
#footer a, #footer a:link {
  color: #FFFFCC;
}
#footer a:visited {
  color: #FFFFCC;
}
#footer a:hover {
  color: #FF9900;
}

.image {
	margin: 10px;
	padding: 3px;
	border: 1px dashed #CC0000;
}
</style>
<style type="text/css" media="print">

body {
  background-color: #fff;
  background-image: none;
  border-color: #000;
  color: #000;
}

</style>
#footertable {
	float: right;
	width: 200px;
}
