html, body {
	background-color: #fff;
}
body {
	margin: 0 auto;
	font: normal 12px Arial;
	color: #333;
}
#container {
	width: 100%;
	text-align: center;	/* ie won't center! */
}
#main {
	width: 860px;
	margin: 30px auto 0 auto;
	text-align: left;
}
#logorow {
	border-style: solid;
	border-width: 0 0 5px 0;
	border-color: #1b7abf;
}
#menu {
	height: 52px;
	background-color: #fff;
	padding: 5px 0 0 0;
}
#main_menu {
	font: normal 11px Arial;
}
#submenus {
	padding: 5px;
	border-style: solid;
	border-color: #999;
	border-width: 1px 0 0 0;
}
.submenu_block {
}
div.menu_off {
	display: block;
	padding: 0 10px;
	color: #333;
}
div.menu_on {
	display: block;
	padding: 0 10px;
	color: #e02026;
}
a.menu_off, a.menu_on {
	display: block;
	font: normal 11px Arial;
	text-transform: uppercase;
	text-decoration: none;
}
a.menu_on {
	color: #e02026;
	border-style: solid;
	border-color: #999;
	border-width: 0 0 4px 0;
}
a.menu_off {
	color: #333;
	border-style: solid;
	border-color: #fff;
	border-width: 0 0 4px 0;
}
a.submenu {
	font: normal 11px Arial;
	color: #e02026;
	text-transform: uppercase;
	padding: 0 20px 0 0;
	text-decoration: none;
}
.pagetitle {
	margin: 0 0 10px 0;
}
p {
	font: normal 12px Arial;
	color: #333;
	line-height: 17px;
}
.container {
	padding: 0 38px;
	line-height: 17px;
}
.block1 {
	border-color: #999;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.block2 {
	border-color: #1b7abf;
	border-style: solid;
	border-width: 1px 0 0 0;
	padding: 10px 0;
	margin: 10px 0 0 0;
}
.header1 {
	margin: 0 0 5px 0;
	font: bold 14px Georgia;
	color: #333;
}
.header2 {
	margin: 0 0 10px 0;
	font: bold 16px Georgia;
	color: #1b7abf;
	font-style: italic;
}
.header3 {
	font: bold 18px Georgia;
	color: #333;
	text-transform: uppercase;
}
a.main {
	font: normal 12px Arial;
	color: #e02026;
	text-decoration: underline;
}
a.main:hover {
	text-decoration: none;
}
a.header1 {
	font: bold 14px Georgia;
	color: #e02026;
	text-decoration: underline;
}
a.header1:hover {
	text-decoration: none;
}
#footer {
	margin: 25px 0 0 0;
	border-style: solid;
	border-color: #1b7abf;
	border-width: 0 0 4px 0;
}
.footer_text {
	font: normal 10px Arial;
	color: #666;
}
a.footer_text {
	font: normal 10px Arial;
	color: #666;
}
a.footer_text:link, a.footer_text:active, a.footer_text:visited {
	text-decoration: underline;
}
a.footer_text:hover {
	text-decoration: none;
}
.footer_blank {
	border-style: solid;
	border-color: #e02026;
	border-width: 0 0 4px 0;
}
