.center  a:link {
	color:#113C32;
	text-decoration:underline;
}
.center  a:visited{
	color:#113C32;
	text-decoration:underline;
}   
.center  a:hover{
	color:#22705E;
	text-decoration:none;
}
.center  a:active{
	color:#22705E;
	text-decoration:underline;
}
.sidebar  a:link {
	color: #98CD9C;
	text-decoration:none;
}   
.sidebar  a:visited{
	color: #98CD9C;
	text-decoration:none;
}   
.sidebar  a:hover{
	color: #67AB6B;
	text-decoration:underline;
} 
.sidebar  a:active{
	color: #67AB6B;
	text-decoration:none;
}
img {
	border-style: none;
	position:static;
	z-index:2;
}
body {
	background-image: url('main/natfl225.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: arial, verdana;
	font-size: 10pt;
	overflow:scroll;
	text-align: justify;
	
}
hr {
	
	background-image: url('main/natfl225.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	border-style:solid;
	border-color:#558567;
	width:80%;
	height:4px;
}
ul {
	list-style-image:url("main/bullet.gif");
}
#front {
	border-style:solid;
	border-width: 1px;
	border-color:#558567;
	position:static;
	z-index:0;
}
#base {
	position:relative;
	padding:5px 10px 5px 10px;
}
.sidebars {
}
.center {
}
textarea, input {
	background-color: #113C32;
	color: #98CD9C;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border:none;
	width:200px;
}
div.master {
	margin:30px;
}
div.titleleft {
	background-color: #113C32;
	color: #98CD9C;
	width:200px;
	height:200px;
	float:left;
	position:relative;
}
div.title {
	background-color: #98CD9C;
	color: #113C32;
	margin-left:210px;
	margin-right:210px;
	//margin-left:207px;
	//margin-right:207px;
	height:200px;
	float:none;
	position:relative;
}
div.titleright {
	background-color: #113C32;
	color: #98CD9C;
	width:200px;
	height:200px;
	float:right;
	position:relative;
}
div.frontleft {
	background-color: #113C32;
	color: #98CD9C;
	width:200px;
	margin-top:10px;
	float:left;
	position:relative;
}
div.front {
	background-color: #98CD9C;
	color: #113C32;
	margin-top:10px;
	margin-left:210px;
	margin-right:210px;
	float:none;
	position:relative;
	
}
div.frontright {
	background-color: #113C32;
	color: #98CD9C;
	border: 0px;
	width:200px;
	margin-top:10px;
	float:right;
	position:relative;
}
div.frontbottom {
	background-color: #98CD9C;
	color: #113C32;
	font-size: 10pt;
	margin-top:10px;
	margin-left:210px;
	margin-right:210px;
	position:relative;
	text-align:center;
	
}
p {
	text-indent: 20px	
}
p:first-letter {
	font-size: 16pt;
}