body {
	background-color: #C6B299;
	background-image: url('../images/background2.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #666;
	margin-bottom: 20px;
}
td.portrait {
	vertical-align: top;
	padding-right: 20px;
}
tr {
	padding-bottom: 200px;
}
table tr td p {
	font-size: 9pt;
}
img {
	border: 0px;
}
img.banner {
	margin-left: 10px;
	margin-bottom: 10px;
}
li {
	margin-bottom: 10px;
}
p.sideinfo {
	color: #999;
}
h1 {
	font-size: 12pt;
	color: #009999;
}
a {
	text-decoration: none;
}
/*
#color_strip {
	width: 100%;
	height: 3px;
	background-image: url('../images/color_strip.jpg');
}
*/


#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid #009999;
	padding: 10px;
	background-color: #fff;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
} 



#content {
	width: 900px;
}
#navigation {
	width: 900px;
	height: 35px;
	margin-top: 50px;
}
#navigation ul {
	list-style: none;
	line-break: strict;
}
#navigation li {
	float: left;
	padding-right: 42px;
	color: #fff;
	font-size: 12pt;
}
#navigation li a {
	color: #fff;
	text-decoration: none;
}
#navigation li a:hover {
	color: #00849A;
}
#navigation li:hover {
	color: #00849A;
}
#navigation li.selected {
	color: #544741;
}
#mainbody {
	width: 900px;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	min-height: 400px;
}
#leftcolumn {
	width: 230px;
	float: left;
	text-align: center;
	padding-left: 15px;
}
#rightcolumn {
	margin-left: 250px; 
	width: 600px;
	border-left: 2px dotted #ccc;
	padding-left: 30px;
}
#footer {
	color: #fff;
	text-align: center;
	font-size: 8pt;
	background-color: #83D4F0;
	padding-top: 10px; 
	padding-bottom: 10px;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_index {
	color: #968373;
	text-align: center;
	font-size: 8pt;
}
#footer_index a {
	text-decoration: none;
	color: #968373;
}
#footer_index a:hover {
	text-decoration: underline;
}
img.grouppic {
	margin-bottom: -20px;
}