body {
	background-color: #9fd0a3;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006666;
}
a {
	font-size: 12px;
	color: #006666;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006666;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: underline;
	color: #006600;
}
#container {
width: 800px;
background-color:#FFFFFF;
padding:5px;
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
}
#bar {
background-color: #54878a;
height: 15px;
margin-bottom: 8px;
}
#titleleft {
float: left;
width: 330px;
display:block;
margin-bottom: 8px;
}
#titleright {
float: right;
width: 451px;
display:block;
margin-bottom: 8px;
}
#contentleft {
float: left;
width: 210px;
display:block;
margin-top: 5px;
margin-bottom: 8px;
}
#contentright {
float: right;
width: 560px;
display:block;
margin-top: 5px;
margin-bottom: 8px;
}
h3 {
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
background-color:#a8cccd;
color: #006569;
font-size:12px;
padding:3px;
margin-top:2px;
margin-bottom: 5px;
}