@charset "utf-8";
/* CSS Document */


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#0f3105;
	background-image:url(/new/images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
	
h1 {
	font-size: 24px;
	color:#0f3105;
	padding:0px;
	margin:0px;
	}

.siteborder {
 	border-left:#c5c5c5 2px solid;
	border-right:#c5c5c5 2px solid;
 	}
 
.photoborder {
	border: #911212 3px solid;
	}
	
.ratesborder {
	border:#000000 1px solid;
	text-align:center;
	}
	
.ratestop {
	color:#FFFFFF;
	}
 
.content {
	font-size:12px;
	color:#0f3105;
	padding:10px;
	}
	
	.content a {
		color:#911212;
		font-weight:bold;
		}
		
	.content a:visited {
		color:#911212;
		font-weight:bold;
		}
	
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin:15px;
	color:#FFFFFF;
	line-height:15px;
	text-align:center;
	}
	
	.footer a {
		color:#FFFFFF;
		}
		
	.footer a:visited {
		color:#FFFFFF;
		}
		
.subnav {
	font-size:12px;
	padding:5px;
	padding-top:0px;
	padding-bottom:15px;
	text-align:center;
	color:#000000;
	}
	
	.subnav a {
	color:#000000;
	}
	
	.subnav a:visited {
	color:#000000;
	}