body {
	margin-top: 20px;
}

#layer {
	width: 900px;
	height: 800px;
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid black;
	text-align: center;
}

.logo_link {
	text-decoration: none;
	color: black;
}

#logo_block {
	width: 900px;
	height: 45px;
	border: 0px solid black;
	font-size: 33px;
	font-weight: bold;
}

#logo_bar {
	width: 900px;
	height: 20px;
	background: #99cc33;
	border: 0px solid black;
	font-size: 12px;
	text-align: right;
}

#logo_bar_link {
	text-decoration: underline;
	color: black;
	font-size: 12px;
	color: black;
}

#partner_link_block {
	width: 900px;
	border: 0px solid black;
	text-align: left;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.red {
	color: red;
	font-weight: bold;
}

.green {
	color: #99cc33;
	font-weight: bold;
}


.hightlight {
	color: white;
	background: red;
	font-weight: bold;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

.partner_link {
	color: black; 
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: white;
	text-decoration: none;
}

.partner_link:visited {
	color: black; 
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: white;
	text-decoration: none;
}

.partner_link:hover {
	color: #99cc33; 
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: white;
	text-decoration: none;
}


#menu_block {
	width: 250px;
	height: 1100px;
	border: 1px solid #99cc33;
	text-align: left;
	background: #D0E1AD;
}

#menu_bar {
	width: 250px;
	height: 20px;
	border: 0px solid gray;
	background: #99cc33;
}

.menu_item {
	position: relative;
	top: 10px;
	line-height: 2em;
}

.menu_link {
	color: black;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.menu_link:hover {
	color: #99cc33;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#content_block {
	margin-top: -1080px;
	margin-left: 270px;
	border: 0px solid black;
	width: 620px;
	height: 1100px;
}

#bottom_block {
	margin-left: -400px;
	width: 900px;
	height: 20px;
	border: 0px solid black;
}

.heading {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #99cc33;
	border-right: 1px solid #99cc33;
	background: #D0E1AD;
	padding-left: 3px;
}

#tiny {
	font-size: 9px;
}

a {
	color: blue;
	font-weight: bold;
}

