body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
	line-height: normal;
	margin: 0px;
	color: #000000;
}

/*changed body to #Body so that the FCKEditor has a white background
(FCKEditor does not pick up #body details) */
#Body
{
	background: #003000;
}


td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
	color: #ECAB13;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #66CC33;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 24pt;
 color: #336633;
}

h2{
 font-size: 18pt;
 color: #336633;
}

h3{
 font-size: 16pt;
 color: #336633;
}

h4{
 font-size: 14pt;
 color: #336633;
}

/* Not used
	h5{
	 font-size: 30pt;
	 color: #336633;
	}

	h6{
	 font-size: 36pt;
	 color: #336633;
	}
*/

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	line-height: normal;
}
p, .paragraph
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
}

a.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #9900CC;
}

a:link.navLink
{
	color: #9900CC;
}

a:visited.navLink
{
	color: #9900CC;
}

a:hover.navLink
{
	color: #336633;
}

a:active.navLink
{
	color: #336633;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #336633;
}

/* Main Navigation */
#navigation 
{
	margin: 10px 0px;
	text-align: center;
	color: #33CC33
}
.navigation-active 
{
	color: #33CC33; 
	font-weight: bold; 
}
.navigation-inactive 
{
	font-size: 12px; 
	font-weight: bold; 
	color: #ECAB13; 
}

#ContentPane, 
#dnn_ContentPane a 
{
	color: #EABA15;
}

/* Bottom Navigation */
.navigation-bottom 
{
	margin: 10px 0px;
	text-align: center;
	color: #33CC33
}
.navigation-bottom-active 
{
	color: #33CC33; 
	font-weight: bold; 
}
.navigation-bottom-inactive 
{
	font-size: 12px; 
	font-weight: bold; 
	color: #ECAB13; 
}

#ContentPane a:link, 
#dnn_ContentPane a:link
{
	text-decoration: underline;
	color: #0000ff !important;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

#ContentPane a:visited, 
#dnn_ContentPane a:visited
{
	text-decoration: underline;
	color: #800080 !important;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
#ContentPane a:hover,
#dnn_ContentPane a:hover
{
	text-decoration: underline;
	color: #ff0000 !important;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

#SideBar a:link, 
#dnn_SideBar a:link
{
	text-decoration: underline;
	color: #0000ff !important;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

#SideBar a:visited, 
#dnn_SideBar a:visited
{
	text-decoration: underline;
	color: #800080 !important;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
#SideBar a:hover,
#dnn_SideBar a:hover
{
	text-decoration: underline;
	color: #ff0000 !important;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
/******** Main Navigation ********/
#navigation
{
	display: block;
	float: none;
	margin-top: 6px;
	margin-bottom: 5px; /*reduced for breadcrumbs */
	/*background: url(img/menu-subbg.png);*/
}
.nav-container
{ /* Entire menu container */
	
	background: #003000;
	width: 100%;
	margin: 0px auto;
	height: auto;
}
.nav-bar
{
	height: 20px;
	margin: 0px auto;
}
.nav-hoveritem
{ /* Hovered menu item */
	background: #005400;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding: 3px 1px;

	cursor: pointer;
	cursor: hand;
}

.nav-item
{ /* Submenus */
	/*TD if menu option for using tables is on*/
	background: #003000;
	color: #ECAB13;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding: 3px 1px;
}

.nav-rootitem
{ /* Selected Root Menu Item */
	/*TD if menu option for using tables is on*/
	background: #003000;
	color: #33CC33;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding: 3px; /*explicitly set padding for root menu items*/
}

.nav-icon
{
	text-align: center;
	width: 15px;
	padding: 0px;
}
.nav-submenu
{
	background: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	white-space: nowrap;
	padding: 1px;
	z-index: 1000;
	
	cursor: pointer;
	cursor: hand;
}
.nav-break
{
	height: 1px;
	font-size: 1px;
}

.nav-arrow
{
	font-family: webdings;
	font-size: 12px;
	padding: 0px;
	color: #ECAB13;
}
.nav-rootmenuarrow
{
	font-family: webdings;
	font-size: 12px;
	color: #ECAB13;
}

.nav-separator
{
	color: #ECAB13;
	font-size: 10px;
	padding: 0px 2px;
}


/* Site Tools */
#sitetools
{
	width: 750px;
	margin: 0px auto;
}
/*** login links ***/
#loginlinks
{
	float: right;
	padding: 3px;
}

.cleardiv
{
	clear: both;
}
































