body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background:url(images/bg_bottom.gif) repeat-x center bottom;
	
	
}

body, html {height:100%;}

body,div,table,td,span,a,p {
	font-family: Arial,Verdana, Tahoma, verdana;
	font-size: 12px;
	
}

a {
text-decoration:underline;
color:#054112;

}



.clear {
	clear: both;
}


#general {
	width: 100%;
	height:100%;
	margin: 0px 0px 0px 0px;
	background-image: url(images/bck.gif);
	background-repeat: repeat-x;
	background-position: 0px 71px;
	
	
}

#centergeneral
{
	width: 770px;
	height:100%;
	margin: 0px auto 0px auto;
}

#main
{
	width: 714px;
	height:100%;
	margin: 0px auto 0px auto;
	
}

#head_container {
	width: 100%;
	margin: 0px auto 0px auto;
	height: 14%;
	min-height:105px;
	z-index:0;
	background:url(images/bg_header.gif) repeat-x top center;
}

#content_container {
	width: 100%;
	margin: 2% auto 0px auto;
	height: 84%;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	background:#CCCCCC;
}


#head_logo {
	float: left;
	top:18px;
	left:11px;
	position:relative;
	height: 81px;
	width: 235px;
	margin-bottom:0px;
	z-index:2;
}

#head_text {
	float: left;
	top:0px;
	left:15px;
	position:relative;
	height: 70px;
	width: 450px;
	margin-bottom:0px;
	z-index:2;
}

#head_menu {
	float: left;
	top:10px;
	left:15px;
	position:relative;
	height: 30px;
	width: 450px;
	margin-bottom:0px;
	z-index:2;
	
}


#head_menu a {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:white;
}

#head_menu a:hover {
	text-decoration:underline;
	color:white;
}

#left_menu {
	padding:5px 5px 5px 5px;
	z-index:2;
	
}


#left_menu a {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:white;
}

#left_menu a:hover {
	text-decoration:underline;
	color:white;
}




