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

body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #faf8b6;
}


#container {
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 770px;  /* this will create a container 80% of the browser width */
	
	}
#content {
	width: 100%;  /* this will create a container 80% of the browser width */
	background-color: #FFFFFF;
	border: 1px solid #fecb0a; 
	text-align: left; 
	padding-top: 20px;

}
#main
{
width: 90%;
margin: 0 auto;
}

.bullet {
	text-indent: 20px;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
    }
#leftcol
{
width: 300px;
}

#nav {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
    padding: 0;
    background-color: #6cc99b;
    border: 1px solid #fecb0a;  }
	
#nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0; }
#nav li {
    margin: 0 auto;
	float: left;
	list-style: none;
	display: block;
	padding: 5px;
	}
#nav li a {
	padding: 8px 15px;
	text-decoration: none;
	color: #FFFFFF;
	
	}
#nav li a:hover {
  background-color: #fecb0a;

	}



#header {
width: 100%;
}
#footer {
width: 100%;
font-size: 70%;
margin: 0 auto;
}

#footer a
{
color: #000000;
text-decoration: underline;
}
.header {
	color: #FF9900;
	font-weight: bold;
}
a {
	color: #FF9900;
}
