body {
	font: normal 9pt Tahoma, sans-serif;
	margin: 10px 0 10px 0;
	padding: 0;
	color: #444444;
	background: #175d81 url(img/body_bg.gif) repeat-x;
}

img {
	border: 0;
}

a {
	color: #0046b7;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	background: #ffffff;
}

#header {
	overflow: hidden;
	height: 1%;
	background: #ffffff url(img/header_bg.gif) right top no-repeat;
	border-bottom: 2px solid #ff6600;
}

#header .graphic {
	float: left;
}

#header h1 {
	float: left;
	font: bold 25pt Arial, sans-serif;
	margin: 0;
	padding: 15px 0;
	width: 323px;
	text-align: center;
}

#search-box {
	display: inline;
	float: right;
	width: 550px;
	height: 37px;
	margin: 9px 10px 0 0;
	text-align: center;
}

#adlines {
	float: right;
	width: 550px;
	height: 18px;
	margin-right: 10px;
	text-align: center;
	padding-top: 6px;
}

#content {
	overflow: hidden;
	height: 1%;
	padding-top: 10px;
	background: url(img/wrap_bg.gif) repeat-y;
}

.normal-banner {
	margin: 10px 0;
	width: 468px;
	height: 60px;
	background-color: #dddddd;
}

.main-banner {
	float: right;
	margin: 0 0 15px 15px;
	width: 300px;
	height: 250px;
	background-color: #dddddd;
}

#left {
	float: left;
	width: 155px;
	padding: 0 5px 10px 0;
}

#left ul {
	font-size: 10pt;
	list-style: none;
	margin: 0;
	padding: 10px 0 15px 5px;
}

#left li {
	padding: 5px 0 5px 12px;
	background: url(img/li_bg.gif) 0 11px no-repeat;
}

#left form {
	margin: 0;
}

#left #opt-in {
	width: 140px;
	padding: 1px 5px 10px 10px;
	background-color: #ffcb99;
	border-top: 3px solid #ff6600;
	border-bottom: 3px solid #ff6600;
}

#left #opt-in input.fixed {
	width: 130px;
}

#left #opt-in p {
	margin: 0;
	padding: 7px 0px;
}

#middle {
	float: left;
	width: 480px;
	padding: 0 10px;
}

.article .header {
	overflow: hidden;
	height: 1%;
	background: url(img/article_bg.gif) left 90% repeat-x;
}

.article .header a {
	display: block;
	float: left;
	background: #ffffff url(img/article_left.gif) left 90% no-repeat;
	padding: 0 5px 0 10px;
}

.article .header span {
	display: block;
	float: right;
	background: #ffffff;
	padding-left: 5px;
}

.article p {
	border-left: 5px solid #e3e3e3;
	padding-left: 15px;
	text-align: justify;
}

#right {
	float: right;
	width: 120px;
	padding: 1px 5px 15px 5px;
}

#vertical-banner {
	width: 120px;
	height: 600px;
	margin: 0 auto;
	background-color: #dddddd;
}

#footer {
	clear: both;
	text-align: center;
	border-top: 2px solid #ff6600;
	background: #e3e3e3 url(img/footer_left.gif) left bottom no-repeat;
}

#footer .corner {
	padding: 5px 0px;
	background: url(img/footer_right.gif) right bottom no-repeat;
}

#footer p {
	margin: 0;
	padding: 5px 0;
}

.right {
	text-align: right;
}