body {

	font-family: Calibri, sans-serif;
	font-size: 11pt;
	background: #faf3eb;
	margin:0;
	padding:0;
}
#container ul {
	margin:0;
	padding:0;
}
#container .searchBlock li {
	display:inline;
	margin-right: 10px;
	font-weight: bold;
	color: #ff4a12;
}
#container a {
	font-weight: normal;
	color: black;
	text-decoration: none;
}
#container a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.searchBlock {
	width:100%;
	padding: 20px 0;
	background: white;
}
#searchInput {
	padding:3px 5px 0;
	height:21px;
	width:250px;
	border:1px solid black;
	background:none;
}
#redLine {
	width: 100%;
	color: #000000;
	background: #f7d8a1;
}
#redLineGlow {
	margin:0 auto;
	text-align: left;
	width: 1024px;
	height: 30px;
	background: url(/img/glow.png) no-repeat center center;
	padding: 14px 0 0 30px;
	font-weight: bold;
	font-size: 11pt;
}
#redLineGlow span {
	text-shadow: #ffffff 1px 1px 0;
}
#redLineGlow a {
	color: #000000;
	font-weight: bold;
}
#redLineGlow a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#content {
	text-align: left;
	width: 1028px;
	margin: 0 auto;
	background: url(/img/contentBG.png) repeat-y;
}
#contentBottom {
	text-align: right;
	padding:8px 380px 0 0;
	height:54px;
	width:648px;
	background: url(/img/contentBottom.png) no-repeat bottom;
}
#content dt {
	padding: 0 0 20px;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
}
#content dd {
	padding: 20px 0;
	font-size: 11pt;
}
#content .marked {
	color:#ff6600;
	font-weight: bold;
}
#content .marked a:link, #content .marked a:active, #content .marked a:visited{color:#ff6600; text-decoration:underline; font-weight:bold;}
#content .marked a:hover{color:#ff6600; text-decoration:none;}
/*#leftBlock {
	width:669px;
	padding: 25px 40px 6px;
}
#rightBlock {
	width:349px;
	padding: 20px;
}*/
#leftBlock {
	margin-right:355px;
	padding:30px;
}
#rightBlock {
	float:right;
	width:310px;
	padding:20px;
}
#advertise {
	height: 250px;
	background: url(/img/man.png) no-repeat right bottom;
}
h3, h2, h1 {
	margin:0;
	padding:0;
}
h3 { float: left; }
#learnMore {
	margin: 40px 0;
	background: url(/img/learnMore.png) no-repeat top center;
	padding: 70px 0 0 60px;
	font-size: 13pt;
}
#container #learnMore ul {
	list-style-image: url(/img/list.png);
}
#container table.footer {
	width:800px;
	font-size: 8pt;
	color:#aaaaaa;
}
#container table.footer a {
	font-size: 8pt;
	color:#777777;
}
#container .news a, #container .openNews a {
	color:#ff6600;
	font-weight: bold;
}
#container .news span, .openNews span {
	font-size:10pt;
}
#container .openNews dd {
	padding:5px;
}
.spacer {
	height:50px;
}
#contactForm table {
	width:400px;
}
#contactForm input {
	width:250px;
	height:18px;
	border:1px solid black;
	background:none;
}
#contactForm #message {
	width:250px;
	border:1px solid black;
	background:none;
}
#contactForm #sendButton {
	width:auto;
	height:auto;
	border:none;
	margin:10px 5px 0 0;
}
#formError {
	padding: 10px;
	border: 1px solid #ce4100;
	background: #fff3ee;
}
#formError ul {
	margin:0;
	padding: 0 20px;
}
#formError li {
	color: #ce4100;
	list-style: disc;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}