body {
	background: url(../images/carbon_small.png);
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	text-align: center;
}

div.banner {
	position: relative;
	float: right;
	right: -4px;
	top: -4px;
	margin-bottom: -4px;
/*	padding: -4px; */
	display: none;
}

div.caption {
	font-size: .8em;
	color: gray;
	width: 100%;
	text-align: center;
}

div.dontshow {
	display: none;
}

div.shoutout {
	width: 548px;
	padding: 4px;
	/*margin-left: -4px;*/
	/*margin-right: -4px;*/
	border: 1px solid gray;
	background-color: #fff602;
}

h3 {
	margin-top: 3px;
	margin-bottom: 10px;
}



img {
	border: 0;
}

p {
	padding-top: 0;
	padding-bottom: 1pt;
}

table {
	font-size: 10pt;
	text-align: left;
}

table.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	/*background-color: white;*/
	width: 750px;
	border-left: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
}

table.datatable {
	border-bottom: 1px solid gray;
}

table.datatable td {
	text-align: center;
	border-top: 1px solid gray;
}

table.datatable th {
	text-align: center;
}

table.datatable tr {
	
}

td {
	padding: 4px;
	vertical-align: top;
}

td.content {
	background-color: white;
	background-image: url(../images/wheel-and-pedal.png);
	background-repeat: no-repeat;
	width: 550px;
	/*border-right: 1px solid red;*/
}

td.contentfront {
	background-color: white;
	width: 550px;
	margin: 0;
	padding: 0;
}

td.content h2 {
	margin-top: 0px;
	margin-bottom: 6px;
}

td.content h3 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

td.content p {
	margin-top: 0;
	margin-bottom: 12px;
}

td.copyright {
	background-color: gray;
	color: white;
	font-size: 8px;
	font-weight: bold;
	font-family: Verdana;
	text-align: center;
}

td.header {
	/*background-color: #CC0000;*/
	color: white;
	/*background-image: url(../images/heading_winter.png);*/
	background-image: url(../images/heading.png);
	height: 96px;
	vertical-align: middle;
	padding-left: 26px;
	font-size: 12px;
	
}

td.header h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: normal;
}

td.nav {
	background-color: white;
	width: 200px;
	padding: 0;
	margin: 0;
	/*border-left: 1px solid red;*/
}

td.nav a {
	display: block;
	color: #3e578e;
	text-decoration: none;
	font-weight: bold;
	margin: 6px 6px 8px 2px;
	padding-left: 4px;
}

td.nav a:hover {
	background-color: #3e578e;
	color: #ffffff;
}

/*td.nav a:visited {
	color: #3e578e;
}*/

td.nav div.article_links {
	font-size: 12px;
}

td.nav h3 {
	margin: 6px 6px 8px 4px;
	font-weight: bold;
}

td.subheader {
	background: url(../images/red_small.png);
	color: white;
	padding-left: 26px;
	font-size: 12px;
}