html {
	height: 100%;
}
body {	
	height: 100%;
	margin: 12px 0 0 0;
	background-color: #eee;
	font-family: 'times roman', serif;
	font-size: 13px;
	color: #666666;
}
/* LINKS */
a:link, a:visited, a:active {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #00cccc;
	text-decoration: none;
}
div.container {
	width: 792px;
	height: 100%;
	background-color: #eee;
	text-align: center;
	border: solid 1px #ccc;
}
div.header {
	width: 792px;
	height: 150px;
	text-align: left;
	background-color: #fff;
}
div.nav {
	width: 792px;
	height: 24px;
	text-align: center;
	background-color: #fff;
}
div.content {
	width: 792px;
	height: 456px;
	text-align: center;
	background-color: #fff;
}
div.content_left {
	width: 239px;
	height: auto;
	float: left;
	background-color: #fff;
	text-align: right;
	padding: 6px 0 0 0;
}
div.content_right {
	width: 483px;
	height: auto;
	float: right;
	background-color: #fff;
	text-align: left;
	overflow: auto;
	padding: 6px 24px 0 0;
}
div.footer {
	width: 792px;
	height: auto;
	text-align: center;
	font-size: 9px;
	padding: 6px 0 0 0;
}
p {
	margin: 0 0 6px 0;
}
p.small {
	margin: 36px 0 6px 0;
	font-size: 9px;
}
h1 {
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 6px 0;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 6px 0;
}
.pic {
	border: solid 1px #ccc;
}
img.graphic {
	border: 0;
}
li.points {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 6px 0;	
}
/* NAVIGATION */
#menu {
	width: 100%;
	padding: 2px 0 2px 0;
	margin: 0 auto;
	list-style-type: none;
	font-size: 9px;
	font-weight: bold;
}
#menu li {
	float: left;
	width: 113px;
	height: 15px;
	line-height: 15px;
}
#menu a {
	display: block;
	width: 113px;
	height: 15px;
	line-height: 15px;
	float: left;
	color: #006666;
	background: #b2efef;
	text-align: center;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}
#menu a:hover {
	color: #6f4a25;
	background: #d3c8bd;
}
/* ---------- */
.frm {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #164BA0;
    background-color: #D1D1D1;
    border: 1px solid #83AAD3;
}
