
html, body
{
	margin: 20px;
	font-family: verdana, sans-serif;
	color: #585858;
	font-size: 11px;
	background-color: #EFEFEF;
}

a
{
	color: #39759C;
}

a:hover
{
	color: #39759C;
	text-decoration: none;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#container
{
	width: 740px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
}

#header
{
	padding: 20px;
	background-color: #39759C;
	width: 700px;
	height: 60px;
	margin: 0px;
}

#menu
{
	background-color: #39759C;	
	width: 740px;
	height: 30px;
	margin: 0px;
	
}

#content_left
{
	float: left;
	width: 450px;
	margin: 0px;
	padding: 20px;
}

#content
{
	margin: 0px;
	padding: 20px;	
}

#content_right
{
	border-left: 1px dashed #EAEAEA;
	float: left;
	width: 200px;
	margin-top: 40px;
	padding: 20px;
}

#footer
{
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	background-color: #CCCCCC;
	color: #FFFFFF;
	width: 730px;
	height: 30px;
	font-weight: bold;
}

.clear
{
	clear: both;
}

.lhc_left
{
	width: 150px;
	float: left;
}

.lhc_right
{
	width: 300px;
	float: left;
}


ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li
{
	float: left;
}

li a
{

	font-family: verdana, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	
	display: block;
	padding: 8px 5px 5px 5px;
	background-color: #39759C;
	width: 100px;
	text-align: center;
}

li a:hover
{

	font-family: verdana, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	
	display: block;
	padding: 8px 5px 5px 5px;
	background-color: #39759C;
	width: 100px;
	text-align: center;
}

li a.active
{
	font-family: verdana, sans-serif;
	color: #585858;
	font-size: 12px;
	text-decoration: none;
	
	display: block;
	padding: 9px 5px 7px 5px;
	background-color: #FFFFFF;
	width: 100px;
	text-align: center;
}

li a.active:hover
{
	font-family: verdana, sans-serif;
	color: #585858;
	font-size: 12px;
	text-decoration: underline;
	
	display: block;
	padding: 9px 5px 7px 5px;
	background-color: #FFFFFF;
	width: 100px;
	text-align: center;
}

h1
{
	font-family:verdana,arial,helvetica;
	font-size:14pt;
	color:#39759C;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
}

h2
{
	font-family:verdana,arial,helvetica;
	font-size: 12pt;
	color:#585858;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
}

h3
{
	font-family:verdana,arial,helvetica;
	font-size: 9pt;
	color:#585858;
	font-weight:bold;
	margin: 0px 0px 3px 0px;
}

h4
{
	font-family:verdana,arial,helvetica;
	font-size: 7.5pt;
	color:#39759C;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

INPUT
{
	border: 1px solid #CCCCCC;
	width: 200px;
}

TEXTAREA
{
	border: 1px solid #CCCCCC;
	width: 200px;
	height: 80px;
}