﻿body {
	background: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: lighter;
}
/* layout */
#pad {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1000px;
	width: 1px;
}
#header {
	background: url(images/header.png) center no-repeat;
	width: 100%;
	height: 125px;
	margin: 0 auto;
	text-align: center;
}
#menu {
	background: #d7d7d7;
	width: 100%;
	height: 45px;
	font-size: 16px;
}
#main {
	background: url(images/mainbg.png) center repeat-y;
	width: 100%;
	min-height: 500px;
	height: auto;
	text-align: center;
}
#content {
	background: url(images/contentbg.png) repeat-x;
	width: 800px;
	margin: 0 auto;
	min-height: 600px;
	overflow: visible;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 1;
	text-align: left;
}
#footer {
	background: #d7d7d7;
	padding-top: 15px;
	width: 100%;
	height: 60px;
	text-align: left;
}
#footertext {
	margin: 0 auto;
	width: 800px;
	padding-left: 30px;
	padding-right: 30px;
}
#footer p {
	font-size: 9px;
	color: #888888;
}

/* menu */
#menu ul {
	width: auto;
	float: left;
	text-align: center;
	list-style: none;
}
#menu li {
	float: left;
	display: inline;
}
#menu a {
	width: 110px;
	float: left;
	display: block;
	height: 31px;
	text-align: center;
	padding-top: 14px;
	font-size: 16px;
	color: #676767;
	font-weight : normal;
	text-decoration: none;
}
#menu a:hover {
	color: #000000;
	background: url(images/menuhover_notch.png) center no-repeat;
	text-decoration: none;
	font-weight : normal;
}
#menu a:hover.currentpage {
	color: #000000;
	background: url(images/menucurrentpage_notch.png) center no-repeat;
	text-decoration: none;
	font-weight : normal;
}
#menu .currentpage {
	background: url(images/menucurrentpage_notch.png) center no-repeat;
	color: #000000;
}
.align_center {
	margin-right: auto;
	margin-left: auto;
}
.align_left {
	float: left;
	display: inline;
}
.align_right {
	float: right;
}
.main_content {
	width: 800px;
}
.img_hdr {
	float: left;
	display: block;
	padding-bottom: 15px;
}
.img_pad {
	padding-bottom: 40px;
}
.img_pad_left {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
p, font, td {
	font-family: arial, geneva, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
	padding-top: 9px;
	padding-bottom: 16px;
}
p.story {
	padding-bottom: 16px;
}
hr {
	height: 1px;
	border: 0;
	color: #CCC;
	background-color: #CCC;
}
h1 {
	color: #444;
	font-weight : lighter;
	font-size: 20px;
	display: block;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 8px;
}
table.requestform td {
	padding: 2px 0px;
	vertical-align: middle;
}
a:link {
	/* color: #447; */
	color: #c95c27;
	text-decoration: none;
}
a:visited {
	/* color: #77a; */
	color: #cf7c53;
	text-decoration: none;
}
a:hover {
	color: #000; /*font-weight:bold;*/;
	text-decoration: underline;
}
