body {
	margin: 0;
	padding: 0;
	background-color: #758500;
}



/* body nav */

a:link {
	color: #0033CC;
	text-decoration: none;
}

a:visited {
	color: #0033CC;
	text-decoration: none;
}


a:hover {
	color: #33CCCC;
	text-decoration: underline;
}
a:active {
	color: #333300;
	text-decoration: underline;
}




/* layout styles static  */


/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	}
	
#flashcontent {
	height: 100%;
	width: 100%;
	}
	
/* end hide */


body {
		height: 100%;
		margin: 0;
		padding: 0;
	}

h1 {
	color: #FFFFFF;
}


#container {
	width: 100%;
	position: relative;
}

#colWrapper {
	width: 1037px;
	background-image: url(../_images/index-colWrapper-bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	
}

#header {
	height: 316px;
	width: 1037px;
	background-image: url(../_images/indexHeader.jpg);
	background-repeat: no-repeat;
}


#colTitle {
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 15px;
	text-align: right;
	height: 25px;
	color: #979A00;
	font-weight: bold;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #E0E386;
	line-height: 12px;
	clear: both;
	padding-top: 25px;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	width: 800px;
}




#col1 {
	width: 200px;
	float: left;
	}


#colFull {
	margin: 0px;
	width: 750px;
	padding: 0px;
	text-align: left;
	float: left;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E369;

}

#colFullTextA {
	padding: 15px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}



#col2TextA {
	padding: 10px 40px 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 12px;
	text-align: justify;
	width: 57%;
}



#col1TextA {
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	line-height: 25px;
}


#navHeaderA {
	padding-top: 228px;
	
}


#navHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 15px;
	font-weight: bold;
}


#navHeader ul {
	margin: 0px;
	padding: 9px 0px 5px;
	list-style-image: none;
	list-style-type: none;
	height: 21px;
	width: 1024px;
	position: relative;

}


#navHeader a {
	padding-right: 0px;
	padding-left: 0px;
   
}


#navHeader li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	background-image: none;
	padding-right: 4px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
   
}

#navHeader a:link{
	color: #FFFFFF;
	text-decoration: underline;
}

#navHeader a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}


#navHeader a:hover {
	color: #FFFF00;
	text-decoration: none;
}

#navHeader a:active {
	color: #FF9900;
	text-decoration: none;
}

