body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F4EFE1;
	margin:0px
}
.shadow-left {
	background:url(images/left.gif) top left repeat-y;
	width:4px;
}
.shadow-right {
	background:url(images/right.gif) top left repeat-y;
	width:4px;
}
.shadow-top {
	background:url(images/top.gif) top left repeat-x;
}
.shadow-bottom {
	background:url(images/bottom.gif) top left repeat-x;
}
.container {
	background:#ffffff;
}
.header {
	background:url(images/header-bg.gif) top left repeat-x;
}
.menu-bottom {
	background:url(images/menu-bottom.gif) top left repeat-x;
	border-right:#E3DCCE solid 1px;
}
.menu-top {
	background:#FFF5E5 url(images/menu-top.gif) top left repeat-x;
	border-right:#E3DCCE solid 1px;
	vertical-align:top;
}
.menu-bg{
	background: url(images/logo-bottom.jpg) no-repeat top left;
}
.menu{
	padding-left:8px;
	padding-right:8px;
	font-size:14px;
}
.menu a, menu a:visited {
	color:#000000;
	border-bottom:#AC7710 solid 1px;
	display:block;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
}
.menu a:hover, menu a:visited:hover {
	background:#FFF9EE;
}
.content-bottom {
	background:url(images/content-bottom.gif) top left repeat-x;
}
.content-top {
	background:url(images/content-top.gif) top left repeat-x;
}
.content {
	background: url(images/q-bottom.gif) top right no-repeat;
	font-size:12px;
	padding:15px;
	vertical-align:top;
}
.footer {
	background:#EDC96C url(images/copyright-bg.gif) repeat-x top left;
	font-size:10px;
	padding: 20px 8px 8px 8px;
}
.footer a, .footer a:visited{
	color:#000000;
}
.footer a:hover, .footer a:visited:hover{
	color:#555555;
}
.disclaimer {
	font-size:10px;
	margin:10px;
}
.highlight-box{
	background:#986509 url(images/highlight-bg.jpg) top left no-repeat;
	border:solid 1px #999999;
	padding:8px;
	color:#FFFFFF;
	font-size:11px;
}
.highlight-box h1 {
	font-size:13px;
	font-weight:bold;
	background:none;
	padding-left:0px;
	color:#FFFFFF;
	margin-bottom:5px;
}
.highlight-box p {
	margin-bottom:8px;
	margin-top:10px;
}
.highlight-box a, .highlight-box a:visited{
	color:#FFFFFF;
}
.highlight-box a:hover, .highlight-box a:visited:hover{
	color:#FFF5E5;
}

h1 {
	font-size:20px;
	font-weight:normal;
	background:url(images/heading-underline.gif) no-repeat bottom left;
	padding-left:8px;
	margin-top:0px;
}
h3{
	font-size:14px;
	color:#AE7710;
	margin-bottom:0px;
}
a, a:visited{
	color:#785C08;
}
a:hover, a:visited:hover{
	color:#AE7710;
}
.ContactForm{
	clear:both;
	margin-top:10px;
}
.ContactTitle{
	font-size:14px;
	color:#AE7710;
	font-weight:bold;
}
.ContactEntrylabel{
	text-align:right;
	font-size:12px;
	font-weight:bold;
}