@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #999966;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 495px;
	overflow: hidden;
}
.oneColFixCtrHdr #container #header {
	height: 100px;
	width: 800px;
}
.oneColFixCtrHdr #container #navbar {
	float: left;
	height: 190px;
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	overflow: hidden;
	display: inline;
	background-color: #666666;
}
.oneColFixCtrHdr #container #flash {
	float: right;
	height: 190px;
	width: 600px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.oneColFixCtrHdr  #container  #photo  {
	float: left;
	height: 170px;
	width: 170px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: inline;
	overflow: hidden;
}
.oneColFixCtrHdr #container #text {
	float: right;
	height: 160px;
	width: 580px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #999933;
	line-height: 25px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: none;
}
.activity {
	color: #990000;
}
.oneColFixCtrHdr #container #block2 {
	height: 180px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.oneColFixCtrHdr #container #block1 {
	height: 190px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.oneColFixCtrHdr #container #footer {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 800px;
	overflow: hidden;
	float: none;
	clear: both;
}
.oneColFixCtrHdr #container #activities {
	float: right;
	height: 150px;
	width: 560px;
	padding: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #999966;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.oneColFixCtrHdr  #container  #activities_table {
	float: right;
	height: 160px;
	width: 560px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #999933;
	line-height: 20px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	clear: none;
}

td img {display: block;}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
