body {
	background-color: #200100; /*  Purple background color outside  table*/
	padding-bottom: 0;
	}

#banner {
	margin-top: .1em; /*space above banner*/
	}

#mainnav {
	font-size: small;
	font-weight: normal;
	background: #6D7300; /*  Green background color inside main nav table*/
	border-left: 1px solid #808080; /*  Gray*/
    border-right: 1px solid #808080;
	text-align: center;	
	}

#mainnav td {
	font-size: small;
	font-weight: bold;
	background: #C26E3F; /*  Peach background color inside row of table*/
	border-right: 0px solid #808080; /*  Gray*/
	border-top: 0px solid #808080;
	border-bottom: 1px solid #808080;
	text-align: center;
	}
		
#content {
	background-color: #6D7300; /*  Green background color inside table*/
	font-size: small;
        color: #fff;
	border-right: 1px solid #808080; /*  Gray*/
	}

	
#primarycontent {
	text-align: left; 
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-left: 1px solid #808080; /*  Gray*/
	
	font-weight: normal;
        }	
	
#sidebar {
	text-align: left; 
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: x-small;
	background-color: #6D7300;/*  Green*/
	}

#footer {
	text-align: left; 
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: x-small;
	border-top: 1px solid #808080; /*  Gray*/
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	background-color: #C26E3F;/*  Peach background color inside row of table*/
	color: #ffffff;
	}



img{
	display: block;
	border: 0;
	}

p,  td {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	margin-top: 0em;
	margin-bottom: 1em;
	text-align: left;
	}

h1, h2, h3 {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
	margin-top: 0em;
	}

h1 {
	font-size: large;
	font-weight: bold;
	color:#200100;/*  purple*/
	}

h2 {
	font-size: medium;
	font-weight:bold;
	color: #200100;/*  purple*/
	}

h3 {
	font-size: small;
	font-weight: bold;
	color: #fff;/*  white*/
	}

li, ul, o1 {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	background: transparent;
	margin-top: 0em;
	}

ul {
	list-style-type: square;
	padding: 0;
	margin-left: 2em;
	}


#mainnav td a:link,  #mainnav td a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #fff;/*  white*/
	background: #6D7300;/*  Green*/
	display: block;
	}

 
#mainnav td a:hover {
	font-weight: normal;
	text-decoration: none;
	color:#200100;/*  purple*/
	background: #6D7300;/*  Green*/
	}

#mainnav td a:active {
	font-weight: normal;
	text-decoration: none;
	color: #fff;/*  white*/
	background: #6D7300;/*  Green*/
	}

	#primarycontent a:link,  #primarycontent a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #fff;/*  white*/
	background: transparent;
	}

 
#primarycontent a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #200100;
	background: transparent;
	}

#primarycontent a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #fff;/*  white*/
	background: transparent;
	}
 

#primarycontent li  a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #200100;/*  white*/
	background: transparent;
	}

#primarycontent li a:active {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	}


#footer a:link,  #footer a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;/*  white*/
	background: transparent;
	}

 
#footer a:hover {
	font-weight: normal;
	text-decoration: underline;
	color:#BDB76B;/*  Light Green*/
	background: transparent;
	}

#footer a:active {
	font-weight: normal;
	text-decoration: none;
	color: #6D7300;/*  Green*/
	background: transparent;
	}






