@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image:url(http://www.theamericanclassics.com/dev/Jersen/content/graphics/mainbacking.jpg);
	
	background-position:top center; 
}

.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px ;
	text-align: left; /* this overrides the text-align: center on the body element. */
}






.green1 {
	color: #5E937F;
	font-size: 14px;
}






.greenLink {
	font-size: 13px;
	color: #5E937F;
}
.greenLink a:link {
	text-decoration:none;
	color: #5E937F;
}
.greenLink a:visited {
	text-decoration:none; 
	color: #5E937F;
}
.greenLink a:hover {
	text-decoration:underline; 
	color: #5E937F;
}
.greenLink a:focus {
	text-decoration:none; 
	color: #5E937F;
}





.MenuSelect {
	font-size: 13px;
	color: #FFFFFF;
}
.MenuSelect a:link {
	text-decoration:none;
	color: #FFFFFF;
}
.MenuSelect a:visited {
	text-decoration:none; 
	color: #FFFFFF;
}
.MenuSelect a:hover {
	text-decoration:underline; 
	color: #FFFFFF;
}
.MenuSelect a:focus {
	text-decoration:none; 
	color: #FFFFFF;
}

.SubMenuSelect {
	font-size: 13px;
	color: #FFFFFF;
}
.SubMenuSelect a:link {
	text-decoration:none;
	color: #FFFFFF;
}
.SubMenuSelect a:visited {
	text-decoration:none; 
	color: #FFFFFF;
}
.SubMenuSelect a:hover {
	text-decoration:underline; 
	color: #FFFFFF;
}
.SubMenuSelect a:focus {
	text-decoration:none; 
	color: #FFFFFF;
}



.SubMenu2Select {
	font-size: 12px;
	color: #FFFF00;
	line-height: .7;
}
.SubMenu2Select a:link {
	text-decoration:none;
	color: #99CC99;
}
.SubMenu2Select a:visited {
	text-decoration:none; 
	color: #99CC99;
}
.SubMenu2Select a:hover {
	text-decoration:underline; 
	color: #99CC99;
}
.SubMenu2Select a:focus {
	text-decoration:none; 
	color: #99CC99;
}



.MenuSelectHightlight {
	color: #FF0;
	font-size: 13px;
}
.ProjectTitle {
	font-size: 24px;
	color: #000;
	text-align: center;
}
.ProjectDescription {
	font-size: 16px;
	color: #000;
	text-align: justify;
}
