@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 10pt;
	font-family: Tahoma,sans-serif;
	color: black;
	text-align: center;
	background: #f4f5f0;
}

#wrapper {
	color: #303030;
	margin: 0 auto;
	width: 750px;
	background: #d9ebc3 url(../img/bg.jpg) no-repeat;
}

#header {
	height: 100px;
}
#header h1 {
	padding: 20px 0;
	margin-left: 20px;
	text-align: left;
	color: #ff8040;
	font-size: 18px;
	background: transparent;
}
#header #description {}
#header h2 {}

#side {
	padding: 20px;
	line-height: 1.8em;
	width: 140px;
	color: #000000;
	float: right;
	text-align: right;
	font-size: 9pt;
}
ul.menu {}
ul.menu li {
	color: #000000;
	font-size: 0.9em;
	display: block;
	background: #a6cca1;
	border: blue 1px solid;
	margin: 10px 5px 5px 5px;
	padding-right: 2px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 140px;
	text-transform: uppercase;
}
ul.menu li:hover {
	background: #f0b600;
	text-decoration: none;
}
ul.menu li a {}
ul.links {
	margin-top: 50px;
	list-style: none;
}
ul.links li {
	text-align: left;
	display: block;
	background: #a6cca1;
	border: blue 1px solid;
	margin: 10px 5px 5px 5px;
	padding: 5px 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 132px;
	font-size: 10px;
	line-height: 1.1em;
}
ul.links li:hover {}
ul.links li a {
	display: block;
	font-size: 12px;
}
ul.links li a:hover {}

#main-content {
	margin: 10px 0 0 5px;
	padding: 7px;
	line-height: 1.8em;
	text-align: justify;
	width: 525px;
	color: #07294b;
	min-height: 350px;
	background: transparent;
}
.content {
	margin-bottom: 15px;
}
.content p{
	padding: 5px 0;
}
.title {
	font-size: 16pt;
	color: #316424;
	background: transparent;
}


#footer {
	background: url(../img/foot.gif);
	width: 750px;
	height: 23px;
}
#footer p {}
a {
	text-decoration: none;
	color: #1267bc;
	background: transparent;
}

a:hover {
	text-decoration: underline;
	color: black;
	background: transparent;
}

