body {
	background-color: #e6e6e6;
}

div {
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

p{
	margin: 0;
}

a {
	text-decoration: none;
	color: #d65310;
}

a:hover {
	text-decoration: underline;
}

div#background_wrapper {
	background-image: url('background.gif');
	background-repeat: repeat-y;
	width: 796px;
}

div#body_wrapper {
	width: 760px;
	border-bottom: 1px #666666 solid;
}

div#left_wrapper {
	width: 160px;
	float: left;
	height: 100%;
}

div#right_wrapper {
	width: 599px;
	float: right;
	border-left: 1px #000000 solid;
	height: 100%;
}

div#logo {
	width: 100%;
	height: 90px;
	background-image: url('logo.gif');
}

div#nav {
	background-image: url('div_header.gif');
	background-repeat: repeat-x;
	background-position: 0 top;
	padding-top: 50px;
	font-family: Calibri, "Lucida Sans", sans-serif;
	font-weight: bold;
	font-size: 16px;
	font-variant: small-caps;
	padding-left: 21px;
}

div#page_header {
	width: 100%;
	height: 90px;
}

div.body_content {
	background-image: url('div_header.gif');
	background-repeat: repeat-x;
	background-position: 0 top;
	padding: 11px 50px 25px 30px;
	clear: both;
}

div#footer {
	clear: both;
	width: 100%;
	color: #666666;
	font-size: 11px;
	text-align: center;
	padding-top: 28px;
	padding-bottom: 10px;
	background-image: url('div_footer.gif');
	background-repeat: repeat-x;
	background-position: 0 top;
}

div#footer a {
	color: #666666;
}

div#nav a {
	color: #000000;
}

div#nav a:hover {
	color: #d65310;
	text-decoration: underline;
}

div#nav span.active {
	color: #cdd942;
}

div.images {
	color: #666666;
	text-align: right;
	font-size: 9px;
}

div.threecolumn {
	width: 33%;
	float: left;
}

span.head {
	font-family: Calibri, "Lucida Sans", sans-serif;
	font-size: 14px;
	font-style: italic;
}

p.subnav {
	font-size: 14px;
	margin: 0 0 10px 26px;
	line-height: 12px;
}

p.indent {
	margin: 0 0 0 50px;
}

img.square_bullet {
	margin-right: 8px;
	width: 9px;
	height: 9px;
}

img.img_wrap_right {
	float: right;
	padding-left: 10px;
}

img.img_wrap_left {
	float: left;
	padding-right: 10px;
}

ul, dl {
	margin-top: 0;
	margin-bottom: 0;
}

br.clear {
	clear: both;
}
