	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.0em;
		background-color: #004834; /* #CCCCCC;*/
	}
	
	h1 {
		color: #963A2A;
		font-size: 1.5em;
	}
	
	h2 {
		color: #963A2A;
		font-size: 1.2em;
	}
	
	.red {
		color: #963A2A;
	}
	
	.bold {
		font-weight: bold;
	}
	
	a {
		color: #963A2A;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	#frame {
		width: 800px;
		text-align: left;
		border: solid 1px #999999;
		border: solid 10px #963A2A;
		/*border-left: solid 10px #D0161D;
		border-right: solid 10px #D0161D;
		border-top: 0px;
		border-bottom: 0px; */
	}
	
	#header {
		height: 135px;
		background-image:url(../images/header.jpg);
		background-repeat: no-repeat;
	}
	
	#menu {
		height: 24px;
		line-height: 22px;
		vertical-align: middle;
		background-image: url(../images/mnubar_tile.jpg);
	}
	
		#menu a {
			background-image:url(../images/mnubar_tile.jpg);
			height: 24px;
			width: 97px;
			float: right;
			clear: none;
			color: #58595B;
			font-weight: bold;
			text-decoration: none;
			text-align:center;
			font-size: 0.8em;
			
			border-right: solid 1px #ffffff;
		}
		
		#menu a:hover {
			background-image: none;
			background-color: #963A2A;
			color: #ffffff;
		}
		
		#menu a.on {
			/*background-image:url(../images/mnubar_on.jpg);*/
			background-image: none;
			background-color: #963A2A;
			color: #ffffff;
		}
		
		#main {
			background-image: url(../images/gradbg.jpg);
			background-repeat: repeat-x;
			background-color:#FFFFFF;
		}
		
		.breaker {
			clear: both;
		}
		
		#mainleft {
			width: 604px;
			float: left;
			clear: none;
			color: #58595B;
			font-size: 0.8em;
			background-color:#FFFFFF;
		}
		
		#mainright {
			width: 196px;
			float: left;
			clear: none;
			background-color: #E6E7E8;
			color: #6E6F71;
			font-size: 0.7em;
		}
		
		a.LinkRight {
			color: #666666;
		}
		
		a.LinkRight:hover {
			color: #FF0000;
		}
		
		#propertyleft {
			width: 212px;
			float: left;
			clear: none;
			color: #6E6F71;
			font-size: 0.7em;
			margin-right: 4px;
		}
		
			#propertyleft a, #propertyleft a:link {
				display: block;
				margin-bottom: 10px;
				font-size: 1.2em;
				font-weight: bold;
			}
		
		#propertyright {
			width: 582px;
			float: left;
			clear: none;
			color: #6E6F71;
			font-size: 0.7em;
		}
		
		.slideshowbg {
			background-color: #F1F1F2;
			height: 480px;
		}
		
		.padding20 {
			padding: 20px;
		}
		
		.padding10 {
			padding: 10px;
		}
		
		.notoppadding {
			padding-top: 0px;
		}
		
		.splitter {
			height: 44px;
			display:block;

		}
		
		#footer {
			background-color: #004834;
			/* height: 24px;*/ 
			color: #ffffff;
			line-height: 22px;
			vertical-align: middle;
			font-size: 0.7em;
			padding: 5px;
			padding-top: 3px;
			background-repeat:repeat-y;
			line-height: 15px;
		}
		
			#footer a {
				color: #ffffff;
				text-decoration: none;
			}
			
#printheader {
	display: none;
}