html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 12px 0 0 0;
	font: 96.4% Verdana, Arial, Helvetica, sans-serif;
	color: #2b3f1b;
	background: #87b364 url('images/bg.jpg') repeat;

}

#wrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 1024px;
	background: url('images/wrapper.jpg') repeat-y;
}

#header {
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/header.jpg') no-repeat;
	width: 1024px;
	height: 336px;
}

#header2 {
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/header2.jpg') no-repeat;
	width: 1024px;
	height: 336px;
}

.headercontent {
	text-align: left;
}

.header2content {
	text-align: left;
}

#topnav {
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/topnav.jpg') no-repeat;
	width: 1024px;
	height: 41px;

}

/* Used in single column layouts */

#bodycolumn {
	margin: 0px auto; /* fix to center in firefox */
	width: 1024px;
}

.bodycolumncontent {
	padding: 4px 30px 0px 30px;
	min-height: 100px;
}

/* Used in two column layout with left navigation */
#body1 {
	width: 800px;
	float: right;
}

#body2 {
	float: left;
	width: 224px;
}

.body1content {
	padding: 4px 30px 5px 0px;
	min-height: 400px;
}

.body2content  {
	padding: 4px 0px 5px 30px;
}

/* Used in two column layout with right navigation */
#body4 {
	width: 700px;
	float: left;
}

#body5 {
	float: right;
	width: 324px;
}

.body4content {
	padding: 4px 0px 5px 30px;
	min-height: 400px;
}

.body5content  {
	padding: 4px 30px 5px 0px;
}



/* Used in three column layouts */
#body1b {
	width: 824px;
	float: left;
}

#body1c { 
	width: 600px;
	float: right;
}

#body2b {
	width: 212px;
	float: left;
}

#body3 {
	width: 200px;
	float: right;
}

.body1bcontent {
	padding: 4px 6px 5px 0px;
}

.body2bcontent {
	padding: 4px 0px 5px 40px;
}

.body3content {
	padding: 4px 40px 0 0;
}

#footer {
	clear: both;
	margin: 0px auto; /* fix to center in firefox */
	background: url('images/footer.jpg') no-repeat;
	height: 100px;
	width: 1024px;
}

#footerleft {
	float: left;
	width: 824px;
}

.footercontent {
	padding: 20px 0px 0px 130px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}

.footercontent a:link, .footercontent a:visited  {
	padding: 4px 4px;
	color: #ffffff;
	text-decoration: underline;
}

.footercontent a:active, .footercontent a:hover {
	padding: 4px 4px;
	color: #f39949;
	text-decoration: none;
	background-color: transparent;
}

#footerright {
	float: right;
	width: 100px;
	padding-right: 30px;
	padding-top: 50px;
}



/* End of Layout CSS */

/* Start General Styles */
img {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style-image: url('images/bullet.png');
	line-height: 200%;
}

ol {
	line-height: 200%;
}

p {
	margin: 6px 0;
	line-height: 125%;

}

a:link, a:visited {
	color: #486a2d;
	text-decoration: underline;
}

a:active, a:hover {
	color: #ea6e00;
	text-decoration: none;
}

h1 { 
	color: #486a2d;
	font-size: 100%;
	text-align: left;
	font-family: Verdana;
	padding: 0;
	margin: 6px 0;

}

h2 {	
	font-size: 150%;
	color: #ea6e00;
	text-align: left;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	padding: 0;
	margin: 6px 0;

}

h3 {	
	font-size: 145%;
	color: #3667a3;
	text-align: left;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	padding: 0;
	margin: 6px 0;

}

h4 { 
	font-size: 135%;
	color: #3667a3;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	padding: 0;
	margin: 6px 0;
}

h5 { 
	font-size: 125%;
	color: #ea6e00;
	font-weight: bold;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	padding: 0;
	margin: 6px 0;
}

h6 { 
	font-size: 125%; 
	color: #486a2d;
	font-weight: bold;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	padding: 0;
	margin: 6px 0;

}

.clear {
	clear: both;
}

/*  The invisible class is used for a small Top of Page link that can't be seen.  */

#invisible {
	color: #678b49;
	font-size: .1%;
}

#invisible a:hover {
	color: #678b49;
}

.topofpage {
	padding: 0 0 4px 0;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	
}

.topofpage a:link, .topofpage a:visited  {
	padding: 4px 4px;
	color: #ffffff;
	text-decoration: underline;
}

.topofpage a:active, .topofpage a:hover {
	padding: 4px 4px;
	color: #f39949;
	text-decoration: none;
	background-color: transparent;
}

.block1 {
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border: 2px solid #486a2d;
	background-color: #678b49;
	padding: 6px;
}

.block2 {
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	background-color: #3667a3;
	padding: 6px;
}

.block3 {
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	background-color: #ea6e00;
	padding: 6px;
}

blockquote {
	color: #486a2d;
	background-color: #dddddd;
	border: 2px solid #486a2d;
	font-style: italic;
	font-weight: bold;
	padding: 6px;
}

.tiny {
	font-size: 80%;
}

.imageleft {
	float: left;
	padding: 8px;
}

.imageright {
	float: right;
	padding: 8px;
}

.news1 {
	padding: 4px;
	display: block; 
	width: 180px;
	color: #b1d7fb;
	font-weight: bold;
	text-align: center; 
}

.news2 {
	padding: 4px;
	display: block; 
	width: 180px;
	color: #a6caac;
	font-weight: bold;
}


/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0px none;
	list-style-type: none;
	display: block
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0px none;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url('images/spacer.gif');
	margin-left:-30px; margin-right:0; margin-top:-10px; margin-bottom:0; padding-left:30px; padding-right:30px; padding-top:10px; padding-bottom:30px
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}


/* menu structure */

.art-menu
{
	padding: 11px 6px 0px 20px;
}

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 30px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 90px;
	background-image: url('images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:4px;
}

.art-menu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.art-menu a .t 
{
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
	color: #FFFFFF;
	padding: 0 19px;
	margin: 0 4px;
	line-height: 30px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-30px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-30px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-30px;
}
.art-menu a:hover .t
{
	color: #FFFFFF;
}

.art-menu li:hover a .t
{
	color: #FFFFFF;
}

.art-menu li:hover>a .t
{
	color: #FFFFFF;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -60px;
}

.art-menu a.active .t
{
	color: #000000;
}


/* end MenuItem */
