/* Scrollbar */
body {
	scrollbar-face-color:#FFFFFF; 
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#666666;
	scrollbar-track-color:#666666;
	scrollbar-arrow-color:#666666;
	}

body {
	margin: 0;
	background-color: #364022;

	}

/* Main Body Text */

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	}

/* Main Link Styles */

a:link {
	color: #666666;
	text-decoration: underline;
	}
	a:hover {
		color: #000000;
		text-decoration: underline;
		}
	a:active {
		color: #666666;
		text-decoration: underline;
		}
	a:visited {
		color: #666666;
		text-decoration: underline;
		}
	a:visited:hover {
		color: #000000;
		text-decoration: underline;
		}

/* --------CUSTOM TEXT--------- */

/* - footer - */
.footer {
	font-size: xx-small;
	color: #666666;
	}

	a.footer:link {
		color: #666666;
		text-decoration: underline;
		}
	a.footer:hover {
		color: #000000;
		text-decoration: underline;
		}
	a.footer:active {
		color: #666666;
		text-decoration: underline;
		}
	a.footer:visited {
		color: #666666;
		text-decoration: underline;
		}
	a.footer:visited:hover {
		color: #000000;
		text-decoration: underline;
		}

/* - forms - */

.forms {
	background-color: #E2E2E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #364022;
	font-weight: bold;
	text-transform: uppercase;
	}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	}
.white {
	font-weight: bold;
	color: #FFFFFF;
	}

/* -layout- */
.left {
	background-image: url(../images/interior/left_repeat.gif);
	width: 25px;
	background-repeat: repeat-y;
	background-position: right;
	}

.right {
	background-image: url(../images/interior/right_repeat.gif);
	width: 25px;
	background-repeat: repeat-y;
	background-position: left;
	}

ul {
	list-style-image: url(../images/interior/bullet.gif);
	}

.calloutbox {
	}
	table.calloutbox {
		margin: 15px;
		}
	td.calloutbox {
		background-image: url(../images/interior/callout_bg.jpg);
		background-repeat: repeat-y;
		background-position: right;
		padding: 10px;
		border: 1px solid #CFCFD2;
		}
.calloutheader {
	font-weight: bold;
	color: #333333;
}
.levels1 {
	color: #CC6600;
}
.level2 {
	color: #364022;
}
.level3 {
	color: #885B00;
}
.level4 {
	color: #336666;
}
.level5 {
	color: #633652;
}
.level6 {
	color: #870C05;
}

body.mceContentBody 
{
    background: #ffffff;
}