/* @override http://localhost:9004/resources/style.css */

body,td,th {
	color: #333333;
	font: 13px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body {
	background: #b5b18b url(backgroundtop.gif) repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #973A00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #973A00;
}
a:hover {
	text-decoration: underline;
	color: #973A00;
}
a:active {
	text-decoration: none;
	color: #973A00;
}

/* @group Structure */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#textheader {
	background-image: url(header_logo.gif);
	width: 800px;
	height: 58px;
}

#imageheader {
	background-image: url(header_image.jpg);
	width: 800px;
	height: 133px;
}

#mainbody {
	padding: 20px;
	background-color: #ffffff;
}

#columnone {
	width: 265px;
	margin-right: 30px;
	float: left;
}

#columntwo {
	width: 265px;
	margin-right: 30px;
	float: left;
}
#columntwonomargin {
	width: 265px;
	float: left;
}

.banner {
	padding-bottom: 20px;
}

#columnfull {
	width: 560px;
	margin-right: 30px;
	float: left;
}

#sidebar {
	width: 170px;
	float: left;
}

#footer {
	background: url(../footer.gif) repeat-x;
	width: 800px;
	height: 50px;
	padding-top: 21px;
	color: #000;
	font-size: 9px;
}

/* @end */
p {
	margin-bottom: 1em;
}

.dateline {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 0;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
}

h2 {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 5px;

}

h3 {
	font-size: 16px;
	font-weight: bold;
}

.disclaimer {
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
}

.readmore {
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	background: url(../bullet_link.gif) no-repeat;
	padding-left: 13px;
}

.maintitle {
	margin-bottom: 20px;
}

.contentitem {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5d5d5;
	clear: both;
}

.contentitem .thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.contentitem h3 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

.videocontentitem {
	margin-bottom: 30px;
	clear: both;
}

#sidebar .links {
	font-size: 11px;
	line-height: 13px;
}


