@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(images/bg_top.jpg) top repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 1.63em;
	text-align: center;
	color: #2c2c2c;
}
a img {
	border: none;
}
#wrap {
	background: url(images/bg_bottom.jpg) bottom repeat-x;
}
#page {
	margin: 0 auto;
	width: 800px;
	text-align: justify;
}
#header {
	float: left;
	margin: 12px 0 0 0;
	height: 99px;
	width: 800px;
}
#menu {
	float: left;
	margin: 0 0 1px 0;
	padding: 0 0 0 3px;
	height: 43px;
	width: 795px;
	background: url(images/menu_off.jpg) repeat-x;
	border: solid;
	border-color: #c2c2c2;
	border-width: 1px;
	text-align: center;
}
#banner {
	float: left;
	height: 326px;
	width: 800px;
}
#content {
	float: left;
	width: 800px;
	padding-bottom: 60px;
}
#left {
	float: left;
	margin: 0 36px 0 0;
	width: 240px;
}
#right {
	float: left;
	width: 524px;
}
#footer {
	clear: left;
	padding-top: 27px;
	height: 101px;
	width: 800px;
	color: #fff;
}
#footer-menu {
	float: right;
	font-weight: 11px;
}
#logo {
	float: left;
	margin: 15px auto auto 0;
}
#slogan {
	float: right;
	margin: 69px 0 0 auto;
}
h5 {
	border-bottom: 1px dotted #535353;
	margin: 30px 0;
}
p {
	padding-bottom: 1em;
}
ul {
	margin-left: 11px;
}
ol {
	margin-left: 18px;
}
a:link, a:visited {
 	color: #2c2c2c;
	text-decoration: none;
}
a:hover {
	color: #fc5300;
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
 	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.textbold {
	font-weight: bold;
}
.textorange {
	color: #fe7200;
	font-weight: bold;
}
.textleft {
	text-align: left;
}
.textform {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 1.63em;
	text-align: left;
	color: #2c2c2c;
}
.formbutton {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.63em;
	text-align: center;
	color: #2c2c2c;
}
#orangelink a:link, #orangelink a:visited {
 	color: #f45000;
	text-decoration: none;
}
#orangelink a:hover {
	color: #f45000;
	text-decoration: underline;
}
.small {
	font-size: 9px;
	line-height: 1.2em;
}