/* CSS Document */

* {
	behavior: url(iepngfix.htc);
	margin: 0 auto;
	padding: 0;
	border: 0;
}
body {
	background: #CCCEE4;
}
#wrap {
	width: 850px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
}
#topbar {
	width: 810px;
	height: 37px;
	min-height: 37px;
	line-height: 37px;
	background: url(../images/topbar.jpg) repeat-x;
	text-align: right;
	padding: 0 20px;
}
#header {
	width: 100%;
	height: 144px;
	min-height: 144px;
	background: #FFF;
	border-bottom: 5px solid #CCCEE4;
}
#logo {
	float: left;
	padding: 10px;
}
#flash {
	float: right;
}
#menubar {
	width: 100%;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	background: url(../images/menubar.jpg) repeat-x;
	text-align: center;
}
#maincontent {
	width: 100%;
	background: #C1C4DD url(../images/mainback.jpg) repeat-x;
	overflow: hidden;
}
#footer {
	width: 100%;
	height: 29px;
	min-height: 29px;
	background: url(../images/footerbar.jpg) repeat-x;
	clear: both;
}
#footercontent {
	padding: 7px 20px 0 20px;
	text-align: center;
}
#content {
	padding: 30px;
}
.menubuttons {
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.menubuttons a:link, .menubuttons a:visited, .menubuttons a:active {
	text-decoration: none;
	padding: 0 12px;
	color: #FFFFFF;
}
.menubuttons a:hover, .menubuttons a:visited:hover, .menubuttons a:active:hover {
	text-decoration: none;
	padding: 0 12px;
	color: #000273;
}
.copyright {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.text {
	font: 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000273;
}
.images {
	border: 1px solid #FFFFFF;
	margin: 0 10px 3px 10px;
}
#map {
	width: 450px;
	float: right;
}