* {
	margin: 0px;
	padding: 0px;
}

div, h1, h2, p, td, li, a, input {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #505050;
}

body { text-align: center; }

img {
	vertical-align: middle;
	border-style: none;
}

table { border-collapse: collapse; }

#container {
	width: 850px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#page_top {
	height: 4px;
	background-color: #E9E9E9;
}
#page_top_bottom {
	height: 2px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #424242;
}

#header img {
	float: left;
	margin-bottom: 10px;
}
#header img.logo { margin-top: 18px; }

#left {
	clear: both;
	float: left;
	width: 240px;
	margin-right: 10px;
}

#menu {
	list-style-type: none;
}
#menu li {
	height: 22px;
	margin-bottom: 3px;
	padding-left: 30px;
	background: #216F3B url(../images/menu_disc.jpg) left center no-repeat;
}
#menu li div { padding-top: 2px; }
#menu li a {
	display: block;
	margin-right: 15px;
	padding: 2px 7px 3px 7px;
	font-weight: 700;
	text-decoration: none;
	color: #FFFFFF;
}
#menu li a:hover { background-color: #3F8D59; }

#left div.separator {
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #424242;
}
#left div.box { margin-bottom: 10px; }
#left div.box h1 {
	margin-bottom: 1px;
	padding: 6px 10px 6px 10px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	font-weight: 700;
	color: #333333;
}
#left div.box div.content {
	padding: 10px;
	border: 1px solid #999999;
	background-color: #ECECEC;
}
#left div.box div.content h2 {
	margin-bottom: 5px;
	font-weight: 700;
}
#left div.box div.content div {
	height: 20px;
	margin-bottom: 5px;
	background-color: #CCCCCC;
}
#left div.box div.content div span {
	position: absolute;
	margin: 3px 0px 0px 10px;
	font-weight: 700;
	color: #FFFFFF;
}
#left div.box div.content div div { background-color: #216F3B; }
#left div.box div.content td { padding: 4px; }
#left div.box div.content input.submit {
	padding: 4px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	font-weight: 700;
	color: #333333;
}

#center {
	float: left;
	width: 600px;
}
#center h1 {
	margin-bottom: 1px;
	padding: 6px 10px 6px 10px;
	border: 1px solid #999999;
	background-color: #216F3B;
	font-weight: 700;
	color: #FFFFFF;
}
#center div.content {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #999999;
}
#center div.content p {
	margin-bottom: 10px;
	text-align: justify;
}
#center div.content ol, #center div.content ul {
	padding: 0px 30px 10px 30px;
	text-align: justify;
}
#center div.content table td {
	padding: 2px;
	border: 1px solid #000000;
}
#center div.content img { margin: 5px; }

#footer {
	clear: both;
	border-top: 1px dotted #424242;
	padding-top: 8px;
	text-align: center;
}
#footer li {
	display: inline;
	margin: 0px 5px 0px 5px;
}
#footer li a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#footer li a:hover { color: #333333; }
#footer p {
	padding: 8px;
	font-size: 10px;
	color: #A4A4A4;
}
