body {
	background-color:#9f8e79;
	margin-left: 0px;
	margin-right: 0px;
	}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#container {
	background-color:#ffffff;
	width:775px;
	}

#header {
	background-image:url(../assets/header.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:100px;
	}
	
#header h1 {
	display:none;
	}

#bar {
	color:#ffffff;
	background-color:#1c4251;
	height:20px;
	}
	
#bar span {
	line-height:20px;
	vertical-align:middle;
	}

	
#content {
	background-color:#ffffff;
	padding:5px;
	}
	
#content #leftCol {
	float:left;
	width:550px;
	clear:left;
	text-align:left;
	}

#content #rightCol {
	float:right;
	width:210px;
	clear:right;
	}
	
#content div.leftSubCol {
	float:left;
	width:210px;
	clear:left;
	margin-bottom:5px;
	}

#content div.rightSubCol {
	float:right;
	width:330px;
	clear:right;
	margin-bottom:5px;
	}
	
#content div.fullCol {
	text-align:left;
	clear:both;
	margin-bottom:5px;
	}
	
#content .sandBox {
	border:1px solid #544634;
	background-color:#e7ded6;
	}
	
#content .sandBox h2 {
	background-color:#9f8e79;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	text-align:left;
	border-bottom:1px solid #544634;
	color:#ffffff;
	margin:0;
	padding:5px;
	font-weight:normal;
	background-image:url(../assets/smalllogo.gif);
	background-repeat:no-repeat;
	background-position:right center; 
	}

#content .sandBox p {
	padding:5px;
	margin:0;
	}
	
#footer {
	background-image:url(../assets/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	clear:both;
	height:130px;
	padding:10px;
	}

#footer p, #footer a:link, #footer a:visited {
	color:#4d4d4d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:none;
	}
	
#footer a:hover, #footer a:active {
	color:#333333;
	text-decoration:underline;
	}	
	
#footer p.designer img {
	border:0;
	margin:5px;
	}
	
#footer span.jelogo {
	font-family:"Courier New", Courier, monospace;
	font-size:20pt;
	color:#ffffff;
	font-weight:bold;
	}
	
.owners {
	font-size: 12pt;
	font-weight: bold;
	}
	
.email {
	font-size: 8pt;
	}

.font8 {
	font-size:8pt !important;
	}