/* CSS Document */

Body	{
	text-align: center;
	background-color: #6b9867;
	color: #6b9867;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}	


#main	{
	background-color: #000000;
	width: 760px;
	padding: 20px 0 50px 0;
	margin: 0 auto;
}

#content	{
	padding: 0 25px 25px 25px;
	text-align: justify;
}

#imagetable	{
	float: left;
	text-align: center;
	margin-right: 25px;
	height: 1000px;
	width: 200px;
	padding-top: 25px;
}

p.smalltext	{
	font-size: small;
	font-style: italic;
}

p.smalltextRight	{
	font-size: small;
	font-style: italic;
	text-align: right;
}


h1	{
	text-align: center;	
}


h2	{
	text-align: center;	
	color: #fff;
}

h3	{
	text-decoration: underline;
	color: #fff;
}

h4	{
	text-align: center;	
	color: #6b9867;
}

hr	{
	color: #6b9867;
	width: 100%;
}

.rateTable hr	{
	color: #6b9867;
	width: 75%;
}


.fleft	{
	float: left;
	padding: 0 25px 5px 0;
}

.fright	{
	float: right;
	padding: 0 0 5px 25px;
}

a	{
	color: #6b9867;
}

a:hover	{
	color: #666666;
}

a:visited	{
	color: #999999;
}

#gallerytable td {
	text-align: center;
}

#gallerytable img	{
	padding-bottom: 15px;
}

#devtemp	{
	color: #990000;
	background-color: #FFFFCC;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom:8px;
	padding-top: 5px;
	border-bottom: solid #990000 2px;
	margin-bottom:5px;
	font-weight:bold;
}

.navTable {
	width: 720px;
	border: 0;
}

.navTable td{
	width: 33%;
	border: 0;
	text-align: center;
}

img {
	border: 0;
}

.centertext {
	text-align: center;
}

.rateTable {
	background-color: #000000;
	width: 600px;
	border: 0;
	text-align: center;
}

.rateTableContent {
	text-align: center;
	padding: 5px;
}

.rateTable th {
	padding: 10px;
	font-weight: bold;
}

.rateTableColHead {
	padding: 10px;
	text-decoration: underline;
	font-weight: bold;
}

.rateTableContentbold {
	font-weight: bold;
}

#flplan {
	width: 100%;
	text-align: center;
}

