body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color:#330000;
	font-size: 100%;
	padding: 0;
	}
#wrapper{
	width: 760px;
	margin:10px auto;
	height: 700px;
	}
#banner {
	height:127px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	}
	#banner p {
		margin:11px 0px 5px 0px;
		}
#nav{
	text-align: center;
	background-color: #333333;
	height: 10px;
	width:720px;
	position:inherit;
	margin:0 20px;
	}
	#nav ul{
		padding: 0;
		margin: 0;
		background-color:#333333;
	}
	#nav ul li{
		display: inline;
		padding: 0;
		margin:0px 5px;
	}
	#nav ul li a{
		font-size: 80%;
		color: #FFFFFF;
		background-color:#333333;
		text-decoration: none;
		padding: 0 5px 0 5px;
//		border-right: 1px solid #000000;
		text-align: center;
		width: 9em;
	} 
	#nav ul li a:hover, #nav ul li a:focus{
		background-color: #990000;
	}
#contentF {
	margin:10px 0 0 0 ;
	padding:10px 10px;
	color:#FFF;
}
	#contentF a {
		text-decoration:none;
		color:#FFF;
		}
	#contentF a:hover, #contentF a:focus {
		text-decoration:underline;
		}

	#contentF p{
		font-size: 80%;
		margin: 10px;
	}	

#content {
	margin:10px 0 0 0 ;
	padding:10px 10px;
	background-color:#FFFFFF;
	color:#333333;
}
	#content a {
		text-decoration:none;
		color:#666666;
		}
	#content a:hover, #content a:focus {
		text-decoration:underline;
		}

	#content p{
		font-size: 80%;
		margin: 10px;
	}	
	#content h1{
		font-size: 130%;
		color:#333333;
		padding: 0;
		margin: 20px;
	}
	#content h2{
	font-size: 110%;
	padding: 0;
	text-decoration:none;
	font-weight:normal;
	margin: 15px;
	}
	#content h4 {
		font-size: 80%;
		font-style: normal;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
	}
	#content h3 {
		font-size: 95%;
		font-weight: bold;
		color:#333333;
		margin-left: 10px;
	}
	#content ul li, #content ol li {
		font-size: 80%;
	}
#footer{
	background-color:#000;
	color:#FFFFFF;
}
	#footer p{
		font-size: 70%;
		margin:0px;
		text-align:center;
		padding: 10px;
}

#fp_table p {
		font-size:20px;
		margin:45px 10px;
	}
	#fp_table a {
		text-decoration:none;
		}
	#fp_table a:hover, #fp_table a:focus {
		text-decoration:underline;
		}

// class 

.rbox {
	float:right;
	margin:10px;
	}

.leftimage{
	float: left;
	margin:10px 10px;
}
.rightimage{
	float: right;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
}
.clearit{
	clear: both;
	display: block;
	margin-top: 10px;
}

//tags 
