#container {

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: lighter;
}

#content {
	margin: 0px;
	width: 904px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
body {
	background-color: #a0a0a1;
}
#main {
	margin: 0px;
	clear: both;
	width: 100%;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#text {
	width: 430px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: justify;
	position: relative;
}

#menu-left {
	float: left;
	width: 147px;
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#menu-left ul {
	list-style: none;
	width: 147px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 11px;
}	

#menu-left li {
	margin-bottom: 1px;
	padding: 0 5px 0 10px;
}

#menu-left li a {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	height: 20px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 0 10px;
	background: #fff;
	border-bottom: 1px solid #61a0e0;
	color: #000000;
	width: 130px;
}	
	
#menu-left li a:hover {
	color: #fdbe0e;
}

#menu-right {
	float: left;
	width: 190px;
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#menu-right ul {
	list-style: none;
	width: 190px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 11px;
}	

#menu-right li {
	margin-bottom: 1px;
	padding: 0 5px 0 10px;
}

#menu-right li a {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	height: 20px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 0 10px;
	background: #fff;
	border-bottom: 1px solid #fdbe0e;
	color: #000000;
}	
	
#menu-right li a:hover {
	color: #61a0e0;
}
a {
	color: #61a0e0;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: underline;
}
.style1 {font-size: 9px}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: lighter;
}

