body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #9bfd8e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #4f4f4f;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #4f4f4f;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #4f4f4f;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}

.literal {
font-weight: bold;
}

.regular {
font-weight: normal;
}

#top_page_spacer {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 18px;
	background: url(page_top.jpg);
	background-repeat: repeat-x;
}

#page_masthead {
	border: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	background: url(page_masthead.jpg);
	background-repeat: repeat-x;
	height: 181px;
}

#page_masthead_center {
	width: 800px;
	height: 181px;
	background: url(page_masthead_center.jpg);
	background-repeat: repeat-x;
}

#page_logo {
float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: url(page_logo.jpg);
	background-repeat: no-repeat;
	width: 298px;
	height:181px;
}

#page_menu_area {
float: right;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 502px;
	height:181px;
}

#page_intro {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 502px;
	height: 122px;
}

#page_clear {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 502px;
	height: 23px;
}

#main_page {
	border: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	height: 100%;
	background-color: #9bfd8e;
}

#page_content {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 100%;
	background-color: #edfdeb;
}

#inner_page_content {
	padding: 5px;
}

#bottom_page_spacer {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 800px;
	background: url(page_bottom.jpg);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 3px;
}

#page_main_menu {
	border: 0px;
	margin: 0px;
	padding: 0px;
		width: 502px;
		height: 36px;
}

#mainmenu_links {
height: 23px;
margin: 0px 10px 0px 10px;
}

#mainmenu_links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
   border: 0;
	border-collapse: collapse;
}

#mainmenu_links li {
	float: left;
	margin: 0;
	padding: 0;
   border: 0;
	display: inline;
	border-collapse: collapse;
}

a.mainmenu_navigation_active {
display: block;
vertical-align: middle;
text-align: center;
width: 82px;
height: 23px;
background-image: url(mainmenu_button.jpg);
background-repeat: no-repeat;
background-position: center;
font-size: 11px;
font-family: Tahoma,sans-serif;
color: #ffffff;
font-weight: bold;
text-decoration: none;
line-height: 23px;
}

a:hover.mainmenu_navigation_active {
display: block;
vertical-align: middle;
text-align: center;
width: 82px;
height: 23px;
background-image: url(mainmenu_button.jpg);
background-repeat: no-repeat;
background-position: center;
font-size: 11px;
font-family: Tahoma,sans-serif;
color: #ffffff;
font-weight: bold;
text-decoration: none;
line-height: 23px;
}

a.mainmenu_navigation {
display: block;
vertical-align: middle;
text-align: center;
width: 82px;
height: 23px;
font-size: 11px;
font-family: Tahoma,sans-serif;
color: #ffffff;
font-weight: bold;
text-decoration: none;
line-height: 23px;
}

a.mainmenu_navigation:hover {
display: block;
vertical-align: middle;
text-align: center;
width: 82px;
height: 23px;
background-image: url(mainmenu_button_inactive.jpg);
background-repeat: repeat-x;
font-size: 11px;
font-family: Tahoma,sans-serif;
color: #ffffff;
font-weight: bold;
text-decoration: none;
line-height: 23px;
}

#errortext {
	background-color: #FFA2A2;
	height: 20px;
	font-weight: bold;
	padding: 5px 10px 3px 10px;
	margin: 5px 0 5px 0;
}

#infotext {
	background-color: #C8FEFF;
	height: 40px;
	font-weight: bold;
	padding: 5px 10px 3px 10px;
	margin: 5px 0 5px 0;
}

td.box_header {
background-image: url(box_header.png);
background-repeat: no-repeat;
width: 387px;
height: 26px;
font-weight: bold;
}

td.box_content {
background-image: url(box_container.png);
background-repeat: repeat-y;
width: 387px;
}

td.box_footer {
background-image: url(box_footer.png);
background-repeat: no-repeat;
width: 387px;
height: 12px;
}