	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #544B2D url(../images/bg_olive.jpg) fixed;
}

/*OVERALL FONT STYLE*/
p, th, td, li, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 160%;
	font-size: 11px;
	color:#8A8365;
}

p {
	margin-bottom : 8px;
	margin-top : 4px;
}
.bold {
	font-weight:bold;
	color:#8A8365;
}


ul {
	margin-bottom : 8px;
	margin-top : 4px;
	margin-left: 20px;
}

li {
	
	margin-left: 2px;
		list-style-position: outside;
	
	list-style-image: url(../images/radium/pinecone_bullet.gif);
	
}
	
/*OVERALL BOLD FONT*/
td b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 160%;
	font-size: 11px;
	font-weight: bold;
	color: #8A8365;
}


.footer1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8A8365;
}
.caption {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	color : #666666;
}


/*Headers  */
h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #7D7D06;
	background-color : transparent;
	font-weight : normal;
	margin-bottom : 6px;
	margin-top : 6px;
}

h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #7D7D06;
	background-color : transparent;
	font-weight : bold;
	margin-bottom : 2px;
	margin-top : 16px;
}
h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #7D7D06;
	font-weight : bold;
	margin-bottom : 2px;
	margin-top : 6px;
}


/*Overall Link style*/

a:link, a:visited, a:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #7D7D06;
}

a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	text-decoration: underline; 
	font-weight : normal;
	background-color: #E1DFC8;
}

/*Main Menu Style*/
a.navmain:link, a.navmain:visited, a.navmain:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #544B2D;
	text-decoration: none;
	font-weight : normal;
}

a.navmain:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #3C1D08;
	text-decoration: none;
	font-weight : normal;
	background-color: #E1DFC8;
}

.navmainon {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #666666;
	text-decoration: none;
	font-weight : normal;
	background-color: #eeeeee; 
}

/*Site Map and Secondary Navigation  Style*/

a.sitemap:link, a.sitemap:visited, a.sitemap:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	color : #666666;
	text-decoration: none;
}

a.sitemap:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	color : #666666;
	text-decoration: none;
	background-color: #eeeeee;
}

a.sitemapon:link, a.sitemapon:visited, a.sitemapon:active, a.sitemapon:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	color : #666666;
	text-decoration: none;
	background-color: #eeeeee;
}


a.sitemapbold:link, a.sitemapbold:visited, a.sitemapbold:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	color : #666666;
	text-decoration: none;
}

a.sitemapbold:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	color : #666666;
	text-decoration: none;
	background-color: #eeeeee;
}

