@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCC99 url(images/bg.jpg) repeat-y center;

	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 */
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #container {
	width: 895px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFCC;
	margin: 0px;
	padding: 20px 0px 15px 20px;
	min-height: 600px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	top: 0px;
} 
/* Beginning of Nav Bar. */
div#navbar {font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0em;
text-align: center;
background-color: #dedebc;
margin-top:15px;
margin-left:2px;
width: 178px;
background-image: url(images/button-bg.jpg);
text-indent: 0px;
background-repeat: repeat-x;
padding: 0}

#navbar ul li a:link, #navbar ul li a:visited {color: #776455;

border: 0;
margin: 0px;
padding: 0px;
display: table-row-group; 
}

#navbar ul li a:hover {color: #f1edeb;
background-color: #776455;
text-decoration: none;}

#navbar a.current {text-decoration: none;}

#navbar ul li {margin: 0px; padding: 0px; list-style-type: none; display: inline;}

#navbar ul {margin: 0px; padding: 0px;}
.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;
}
/* end of Nav Bar */

.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;
}
 /* This is for the Contact Area, It is a module Box */
 
#contact {
background: #CCCC99 url(images/contact-bg.gif) repeat-y center;
width: 182px;
}

#contact p{
font-family: Trebuchet, Georgia;
padding: 0px 10px 10px;
font-family: Trebuchet, Georgia;
font-style: italic;
color: #003300;
font-size: .9em;}


#sidehead {
background-image: url(images/contact_header.jpg);
width: 182px;
height: 27px;
background-repeat: no-repeat;}

#sidefoot {
background-image: url(images/footer.jpg);
width: 182px;
height: 17px;
background-repeat: no-repeat;}

#header {
width: 897px;
height: 107px;
background: #FFF url(images/header.jpg) no-repeat center center;}

h1 {
	font-family: Trebuchet, Georgia;
	font-style: italic;
	color: #003300;
	font-size: 1.2em;
	padding:0;
	margin: 0;
}

h2 {
font-family: Trebuchet, Georgia;
font-style: italic;
color: #003300;
font-size: 1.2em;
padding:0;
margin: 0;}

#mainContent img {
margin: 0em 10px 10em;
}
.form {
	border: 2px dotted #CCCCCC;
}

.formfield {
	border: 1px solid #000;
}

#footer {font: 10px Verdana, Helvetica, Arial, sans-serif;
color: #000000;}

#footer a {
text-decoration: underline;
color: #000;}

#footer a:hover {
text-decoration: none;
color: #000;
}

#footer a:visited {
text-decoration: underline;
color: #000;
}