﻿html, body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #4364B7;
	text-decoration: none;
}
a:visited {
	color: #4364B7;
	text-decoration: none;
}
a:hover {
	color: #4364B7;
	text-decoration: underline;
	font-style: italic;
}
a:active {
	color: #4364B7;
	text-decoration: none;
}
#top {
	height: 120px;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	background-image: url('../images/heading.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#menu {
	height: 50px;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 120px;
	background-color: #FFFFFF;
}
#main {
	width: 800px;
	padding-top: 170px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	right: auto;
	left: auto;
	overflow: auto;
	padding-right: 20px;
}
#bottom {
	height: 50px;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url('../images/footerbar.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.style_content {
	color: #202020;
	font-size: 12px;
}
.style_content_bold {
	color: #202020;
	font-size: 12px;
	font-weight: bold;
}
.style_content_h1 {
	color: #46A15F;
	font-size: 18px;
	font-weight: bold;
}
.style_content_h2 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.style_content_h3 {
	color: #46A15F;
	font-size: 15px;
	font-weight: bold;
}
.style_footer {
	color: #FFFFFF;
	font-size: 12px;
}
