html
{
	height: 100%;
}
body
{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	background-color: white;
	height: 100%;
}
img
{
	border: 0;
	vertical-align: middle;
}

#framework
{
	min-height: 100%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
* html #framework
{
	height: 100%;
}
h1
{
	font-size: 1.5em;
	font-weight: normal;
	color: #2F598C;
	
}
h2
{
	font-size: 1.3em;
}
h3
{
	font-size: 1.1em;
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: underline;
}

p
{
	margin-bottom: 1em;
	margin-top: 0.5em;
	padding-top: 0;
	padding-bottom: 0;
}

#head
{
	height: 170px;
	background-image: url(img/logo6.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#head #left
{
	float: left;
	width: 360px;
	padding-top: 40px;
}
#head #left .logo
{
	float: left;
}
#head #left .hotButtons
{
	margin-left: 230px;
	height: 22px;
	padding-top: 15px;
	padding-left: 15px;
	margin-top: 10px;
	margin-top: expression('-67px');
	clear: expression('left');
	border-left: 1px solid #999999;
	z-index: 500;
}
#head #left .hotButtons img
{
	margin-left: 5px;
	margin-right: 5px;
}
#head #menu
{
	margin-left: 200px;
}
#head #menu a
{
	float: left;
	height: 88px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 2px;
	
	text-decoration: none;
}
#head #menu a:hover
{
	background-image: url(images/menu_hover_bg.gif);
	
}
#head #menu a img
{
	margin-top: 68px;
}
#head .separator
{
	float: right;
	width: 3px;
	background-position: center 69px;
	background-repeat: no-repeat;
	height: 88px;
}

#main
{
	margin-left: 10px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	min-height: 100%;
	
}

#main_left
{
	float: left;
	width: 200px;
	margin-left: 0px;
	margin-right: 40px;
	padding-top: 0px;
	margin-top: 0px;
	height: 600px;
	text-align: justify;
	padding-right: 15px;
	/*border-right: 1px solid #999999;
	z-index: 500;*/
}
#main_left a
{
	font-size: 0.9em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #80a91d;
	text-decoration: underline;
	text-align: right;
}
#main_left_img
{
	background-image: url(img/news1.gif);
	background-repeat: no-repeat;
	padding: 3px;
	float: left;
	width: 55px;
	height: 34px;
}
#main_right
{
	padding: 0px;
	margin-top: 0px;
	margin-top: expression('-20px');
	
}

#main_right a
{
	font-size: 1em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #80a91d;
	text-decoration: underline;
	text-align: right;
}		
#main_right li
{
	padding-left: 0px;
	
}	
#bottom
{
	vertical-align: bottom;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-top: 0px;
	clear: both;
}
#bottom .articles a
{
	
	text-align: center;
	padding-bottom: 10px;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
#bottom .sape a
{
	
	text-align: center;
	padding-bottom: 8px;
	color: #80a91d;
	text-decoration: none;
	font-size: 10px;
}