body,td,th {
	font-size: 0.9em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: underline;
	color: #0066FF;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.2em;
	color: #0066CC;
}
h2 {
	font-size: 1.1em;
	color: #000000;
}
h3 {
	font-size: 1em;
	color: #0066CC;
}
#container {
	text-align: left;
	margin: 0px auto;
	height: 100%;
	width: 800px;
}
#header {
	float: left;
	height: 86px;
	width: 800px;
}
#menu {
	background: url(menu_bg.png) repeat-y;
	float: left;
	height: 140px;
	width: 180px;
	margin-right: 1px;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}
#menu a:visited {

	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}
#menu a:hover {


	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
	font-size: 0.9em;
}
#menu a:active {



	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}
#menu ul {
	list-style: none;
	text-align: right;
}
#menu li {
	padding-right: 10px;
	padding-top: 3px;
}
#splash {
	float: left;
	height: 140px;
	width: 619px;
}
#left {
	float: left;
	width: 180px;
	padding-right: 1px;
	padding-top: 10px;
}
#main {
	float: left;
	width: 604px;
	padding: 10px 5px 10px 10px;
	height: auto;
	text-align: justify;
}
.img {
	border: 1px solid #666666;
	margin: 5px;
}
