body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background: #D8701F;
}

#banner {
	background: #D66E1C url(../media/graphics/header-bg-repeater.gif) repeat-x;
	height: 118px;
	width: 100%;
}

#header {
	margin: 0px auto;
	width: 950px;
	height: 119px;
}

img.logographic {
	float: left;
}

img.logotext {
	float: left;
	position: relative;
	left: 15px;
	top: 28px;
}

#wrapper {
	background: #FFFFFF;
	width: 100%;
	border-bottom: 2px solid #d84c15;
}

#main {
	background: url(../media/graphics/content-bg.gif) no-repeat;
	margin: 0px auto;
	width: 995px;
	padding-top: 2px;
	padding-bottom: 10px;
}

#nav {
	background: url(../media/graphics/nav-repeater.gif) repeat-x;
	margin: 0px auto;
	height: 34px;
	width: 933px;
	padding-left: 20px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-left: 2px solid #FFFFFF;
	height: 34px;
}

#nav li {
	float: left;
	height: 34px;
	display: block;
}

#nav li a {
	float: left;
	display: block;
	height: 34px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	padding-top: 9px;
	padding-right: 13px;
	padding-left: 13px;
	border-right: 2px solid #FFFFFF;
}

#nav li a:hover,
#nav li.active a {
	background: url(../media/graphics/nav-repeater-over.gif) repeat-x;
}

.clearer {
	clear: both;
}

#content {
	margin: 20px auto;
	width: 905px;
}

#column-left {
	float: left;
	width: 255px;
}

#column-right {
	float: left;
	width: 220px;
}

#column-middle {
	float: left;
	width: 388px;
	padding-right: 40px;
}

.box {
	background: #ececec;
	padding: 10px 15px 15px;
	float: left;
	width: 188px;
	margin-bottom: 15px;
	border: 1px solid #c7c7c7;
}

#footer {
	margin: 0px auto;
	width: 995px;
	color: #F2CDAC;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#footer a {
	color: #FBEEE3;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	border-bottom: 1px solid #D9711F;
	color: #D9711F;
	font-size: 20px;
	padding-bottom: 5px;
}

p {
	line-height: 20px;
	margin: 0px 0px 10px;
}

h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
	font-size: 14px;
}
#content ul {
	margin: 15px 0px 15px 35px;
	padding: 0px;
}

#content li {
	line-height: 20px;
	margin-bottom: 5px;
}

#content a {
	color: #D8701F;
}

#content a:hover {
	color: #B8621B;
}

img.bordered {
	border: 1px solid #CCCCCC;
}
