body {
	background-image: url(../images/baseTemplate/bkgrnd.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: e3ca8a;
}



	a{
		color:#6699CC;
		text-decoration:none;
	}
	
	img{
		border:0px;
	}
	#mainContainer{
	width:155px;
	margin:0px;
	text-align:left;
	background-color:#FFFFFF;
	/*z-index: 3;*/
	}
	
	#leftContainer{
	width:155px;
	float:left;
	padding-left:0px;
	padding-right:0px;
	height:100px;
	/*z-index: 2;*/
	}
	
	#contentContainer{
		width:155px;
		float:left;
	}
	.ad{
		clear:both;
		text-align:center;
		padding:0px;
	}	
	
	/* END PAGE CSS */
	#flyout_menu{
	font-family:arial;	/* Font for main menu items */
	font-size: 12px;
	font-weight: bold;
	width:160px;	/* Width of main menu */
	visibility:hidden;
	border:4px solid #8EA1AF;	/* air around main menu*/
	/* border-bottom:4px solid #8CA2AD;	Sub Bottom border width and color */
	text-indent: 8px;
	/*z-index: 1;*/
	}
	#flyout_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#flyout_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#flyout_menu ul li ul{	/* Styling for no javascript enabled */
		padding-left:0px;
	}
	#flyout_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#FFFFFF;	/* text color */	
		height:22px;	/* 22 pixel height */
		line-height:22px;	/* 22 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		/*  border-top:0px solid #E1CD82;	Top border */
		border-bottom:1px solid #E1CD82;	/* Bottom border width and color on main menu */
		background-color:#8EA1AF;	/* background color */
		margin:0px;	/* A little bit of air */
		padding:2px;	/* Air between border and text inside */
		
		display:block;
	}
	#flyout_menu	li a:hover,#flyout_menu .activeMainMenuItem{
	color:#FFFFFF;  /* mouseover text color */
	background-color:#547690; /* mousover background color */
	}
	.flyout_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #777777;/* Sub Border width and color */
	background-color:#F0E7C1;
	font-family:Arial;
	font-weight: bold;
	text-align:left;
	vertical-align:middle;	/* Align text in the middle */
	border-bottom:1px solid #777777;	/* Sub Bottom border width and color */
	border:4px solid #F0E7C1;	/* air around sub menu*/
	}
	.flyout_subMenu ul{
		margin:3px;
		/*padding:3px;*/ /* padding for slide-out menus */
	}
	.flyout_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.flyout_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#6C6C6C;	/* text color */
		height:18px;	/* 16 pixels height */
		line-height:18px;	/* 16 pixels height */
		width:120px;		/* Sets Width For Slide-Out Menus */
		/*padding:2px;*/	/* 3px of "air" inside */
		border-bottom:1px solid #8B9EAC;	/* puts line under sub menu items Bottom border width and color */
		display:block;	/* Display as block - you shouldn't change this */
	}
	.flyout_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#E1CD82;	/* sets slide-out menu mouseover text color  */
	background-color:#8EA1AF;	/* sets mouseover background color */	
	}





a:link 
{
color: #689a37;
text-decoration: none;
}

a:visited 
{
text-decoration: none;
color: #689a37;
}

a:hover
{
text-decoration: underline;
color: #689a37;
}

a:active 
{
text-decoration: none;
color: #689a37;
}


#Container {
	/* site content container */
	width: 800px;
	margin: 0 auto;
		}


.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #969787;
	font-weight: bold;
}
.footerText a {
	color: #969787;
	text-decoration: none;
}
.footerText a:hover {
	color: #038DC0;
	text-decoration: none;
}
.xs
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #555555;
}

.subhead1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #689a37;
}
.subhead2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #008cbf;
}
.flashatbottom {
	z-index: -10;
}
