html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
.thrColFixHdr #navmenu A:link {text-decoration: none; color:#CCCCCC}
.thrColFixHdr #navmenu A:visited {text-decoration: none; color:#FFFFFF}
.thrColFixHdr #navmenu A:active {text-decoration: none; color:#FFFFFF}
.thrColFixHdr #navmenu A:hover {text-decoration: underline; color: white;}

.thrColFixHdr #footer A:link {text-decoration: none; color:#CCCCCC}
.thrColFixHdr #footer A:visited {text-decoration: none; color:#FFFFFF}
.thrColFixHdr #footer A:active {text-decoration: none; color:#FFFFFF}
.thrColFixHdr #footer A:hover {text-decoration: underline; color: white;}

.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(images/page_bg.gif);
	text-align: center;
	padding-bottom: 10px;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	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 */
}
.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background-color: #000000;
	padding-right: 10px;
	padding-left: 20px;
	font-family: "Courier New", Courier, monospace;
	color: #FDFFF2;
	height: 170px;
	background-image: url(../assets/images/lights_up_close.jpg);
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #EEFFC9;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.thrColFixHdr #navmenu {
	background-color: #635143;
	font-family: "Courier New", Courier, monospace;
	margin-top: 5px;
	margin-right: 8px;
	padding: 15px;
	color: #999999;
	text-transform: capitalize;
	border: 2px solid #FFFFFF;
	font-size:16px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #EEFFC9;
}
.thrColFixHdr #mainContent {
	background-color: #FFFFFF;
	margin-bottom: 0;
	margin-left: 175px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 1px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #635143;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.style1 {
	font-size: 12px;
	text-decoration: none;
}
a:link {
	color:#660000;
	text-decoration: underline;
}
a:visited  {
	color:#660000;
	text-decoration: underline;
}
a:hover  {
	text-decoration: none;
	color:#666666;
}
a:active {
	color:#660000;
	text-decoration: none;
}
.style3 {font-size: 10px}
.style4 {
	color: #EEFFC9;
	font-weight: bold;
}
.style5 {color: #CCCCCC}
.style6 {color: #EEFFC9; }
body,td,th {
	color: #333333;
}




#outer {
	background: top left url(images/page_bg_top.gif) repeat-x;
	padding-top: 20px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}
#body-bot {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(images/body_bg_bot.jpg);
}
#body-top {
  background: url(images/body_bg_top.gif) no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
}

/** logo **/

#logo {
  width: 25em;
  text-align: center;
}
#logo h1 {
	color: #6F7033;
	font: 24px "Arial narrow", arial, sans-serif;
	line-height: 1;
	padding-top: 0.8em;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/

#nav {
	margin-top: 18px;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(images/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #FFA405;
}

/** green box **/
#gbox {
	width: 431px;
	margin-top: 47px;
	margin-left: 22px;
	background-image: url(images/body_bg_bot.jpg);
}

#gbox-bg  { background: url(images/green_bg.gif) repeat-y; }
#gbox-grd { background: bottom url(images/green_grad_bot.jpg) repeat-x; }
#gbox-top { background: url(images/green_top.gif) no-repeat; height: 24px; }
#gbox-bot { background: bottom left url(images/green_bot.gif) no-repeat; height: 23px; }

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
}

#features {
  background: #EDF0C4;
  padding: 14px;
  margin: 0 -14px;
}
#features h2 {
  position: relative;
}
#features ul {
  float: left;
  width: 49%;
  margin: 1em 0;
  padding: 0;
}
#features li {
  list-style: square;
  margin-left: 12px;
}

/** footer **/

#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#newsletter h2, #events h2 {
  color: #fff;
}
#newsletter .text {
  width: 125px;
}
#newsletter form {
  margin: 0.3em 0 0.6em 0;
}
#newsletter p {
  margin: 0.3em 0;
  font-size: 10px;
}
#newsletter a {
  color: #000;
}

#events {
  margin-left: 6%;
  width: 38%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** grey box **/

#greybox {
  background: url(images/grey_bg.gif) repeat-y;
  width: 326px;
  position: absolute;
  top: 292px;
  left: 457px;
}
#greybox-top {
  background: url(images/grey_img.jpg) no-repeat;
  padding-left: 165px;
  padding-top: 18px;
}
#greybox-bot {
	padding-bottom: 4px;
	background-image: url(images/grey_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#greybox h2 {
  font: bold 12px arial, sans-serif;
  color: #E4EE6A;
  line-height: 1.5;
}
#greybox a {
  color: #fff;
}

#copyright {
	font-size: 9px;
	color: #fff;
	margin-top: 20px;
}

