BODY {margin:50px 0px 10px 0px;}

BODY, TD {
	font-family: "Trajan Pro",Georgia, "Times New Roman", Times, serif; 
	font-size:14px;
	color:#000000;
}

A {
	color:#017e3c;
	text-decoration:none;
}
A:hover {
	color:#b3b86f;
	text-decoration:underline;
}

H1 {
	font-size:24px;
	color:#017e3c;
	font-weight:bold;
	margin:10px 0px;
	padding:0px;
	font-family: "Trajan Pro",Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
}

H2 {
	font-size:18px;
	color:#919651;
	font-weight:bold;
	margin:10px 0px;
	padding:0px;
	font-family: "Trajan Pro",Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
}
H2 A, TD.contenarea H2 A{color:#919651; text-decoration:none;}

HR {
	color:#000000;
	text-align:center;
	width:75%;
	background-color:#000000;
	height:1px;
	border:none;
}

/* SPLASH STYLES */

TD.splashwrap {
	border-left:2px solid #d9df88;
	border-right:2px solid #d9df88;
}
TD.splashline {
	background-color:#e6e8cc;
	text-align:center;
	padding:2px auto 2px auto;
	color:#017e3c;
	font-size:18px;
	font-weight:bold;
}
TD.splashline A, TD.splashline A:hover {
	color:#017e3c;
}
TD.splashbuttonwrap {
	padding:18px 5px;
}

TD.splashbuttonwrap TD {
	background-color:#017e3c;
	padding:10px 5px;
	text-align:center;
	color:#FFFFFF;
}
TD.splashbuttonwrap A, TD.splashbuttonwrap A:hover {
	color:#FFFFFF;
}
TD.splashfooter {
	text-align:center;
	font-size:15px;
	font-variant:small-caps;
	border-bottom:2px solid #d9df88;
}

/* END SPLASH STYLES */

TD.footer {
	background-image:url('images/footer_bg.gif');
	background-repeat:repeat-x;
	padding-bottom:18px;
	text-align:center;
	font-size:15px;
	font-variant:small-caps;
	background-position:bottom;
}

TD.contentwrap {
	border-left:3px solid #dfe3ad;
	border-right:3px solid #dfe3ad;
	padding:18px 10px 6px 6px;
	z-index:100;
}
TD.contenarea {
	padding-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.4;
	font-variant:normal;
}
TD.contenarea TD {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:normal;
}
TD.contenarea A {
	text-decoration:underline;
}

/* MENU STYLES */

.suckerdiv ul{
margin: 0;
padding: 5px 0px 5px 10px;
list-style-type: none;
width: 230px; /* Width of Menu Items */
background-color:#017e3c;
font-size:15px;
z-index:100;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 230px; /*sub menu width*/
top: 0;
visibility: hidden;
background-color:#d5da95;
padding:5px;
font-size:14px;
z-index:100;

}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFFFFF;
text-decoration: none;
padding:3px 3px 3px 20px;
}

.suckerdiv ul li a:hover{
background-image:url('images/bullet.gif');
background-repeat:no-repeat;
background-position: left 50%;
color:#FFFFFF;
text-decoration:none;
}

.suckerdiv ul li ul li a{
color:#017e3c;
padding:3px;
}
.suckerdiv ul li ul li a:hover{
color:#017e3c;
background:none;
text-decoration:underline;
}

.suckerdiv .subfolderstyle{
}

	
/* Holly Hack for IE \*/
 * html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */



/*home page menu*/


#navigation{
background: #017e3c;
width:790px;
height:48px;
padding:0px 0px 0px 0px;
position:relative;
margin:0px auto 0px auto;
z-index:10;
font-size:13px;
margin:10px 5px 10px 5px;

}


/*------------------------------------*\
	NAV
\*------------------------------------*/

#nav{
	margin:0px auto 0px auto;
	list-style:none;
	font-weight:200;
	/*margin-bottom:10px;*/
	/* Clear floats */
	float:left;
	width:100%;
	position:relative;
	z-index:10;


}
#nav li{
	float:left;
	margin:0px auto 0px auto;
	position:relative;
	padding:10px 20px 0px 0px;
	
}

#nav a{
	display:block;
	padding:0px 2px; 0px 2px;
	color:#fff;
	background:#017e3c;
	text-decoration:none;
	text-align:center;
	height:38px;
	margin:0px auto 0px auto;
	
}

#nav a:hover{
	color:#ffffff;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	

	background:#017e3c;
	list-style:none;
	position:absolute;
	text-align:center;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	z-index:20;
}
#nav ul li{
	padding:0px 0px 0px 0px;
	float:none;
	width:200px;
	margin:0px 0px 0px 0px;
	
	
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	padding:2px 0px 2px 0px;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0px; /* Bring back on-screen when needed */
	top:45px;
	padding:0px 0px 0px 10px;
	text-align:left;
	
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */

text-decoration:underline;

}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
	color:#ffffff;
	text-align:left;
	background: #017e3c;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#017e3c;
	color:#ffffff;
	text-decoration:underline;
}




/* End home page menu*/








TD.children, TD.children *{font-family:"Comic Sans MS", sans-serif;}
TD.teens, TD.teens * {font-family:Verdana, Arial, Helvetica, sans-serif;}

UL.bigbuttons {margin:0px; padding:0px; list-style-type:none; width:100%;}
UL.bigbuttons LI {float:left; width:150px; margin:0px 5px; background-color:#017e3c; color:#FFFFFF; padding:6px; text-align:center; font-weight:bold;}
UL.bigbuttons A, UL.bigbuttons A:hover {text-decoration:none; color:#FFFFFF;}

.clear {clear:both;}

TD.panorama{
padding:10px;
font-family: Georgia, "Times New Roman", Times, serif; 
font-size:14px/16px;
color:#ffe96f;
}
TD.panorama a:link{
color:#ffe96f;
text-decoration:underline;
}

TD.panorama  a:visited{
color:#ffe96f;
text-decoration:underline;
}

TD.panorama  a:hover{
color:#ffe96f;
text-decoration:underline;
}

TD.panorama  a:active{
color:#ffe96f;
text-decoration:underline;
}





.normal{
font-variant:normal;
}