body
{
	background: #839AC0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

#container
{
	margin: 0px auto;
	position: relative;
	width: 598px;
	border: 1px solid #093983;
	background: #fff;
}

#header
{
	width: 598px;
	height: 98px;
	background: #fff;
}
	
#title
{
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #093983; 
	clear: both;
}

#tagline
{
	position: absolute;
	top: 61px;
	left: 8px;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	color: #fff;
	float: right;
}

#dateline
{
	position: absolute;
	top: 65px;
	right: 25px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #fff;
}

#links
{
	position: absolute;
	top: 84px;
	right: 25px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6682B2;
}

#links a
{
	color: #6682B2;
	text-decoration: underline;
}

#subnav
{
position: absolute;
	top: 108px;
	left: 0;
	float: left;
	width: 150px;
	background: #fff;
	padding: 0 5px 0 5px;
	border-right: 1px solid #CCE0EB;
}

#nav {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #849CC2;
}

#nav a {
	color: #F68B21;
}

#nav ul {
	padding: 0;
	margin: 0 0 0 5px;
	list-style-type: none;
}
#nav ul li {
	padding-top: 2px;
}

#nav ul ul {
	list-style-type: disc;
	padding: 5px 0 0 1.5em;
}

#promos
{ padding: 0; }

#content
{
	clear: right;
	background: #fff;
	margin-left: 0px; /* changed for article template */
	padding-left: 5px;
	padding-right: 5px;
}


#article {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000; /*-- #0A3983; */
}

#article a {
	color: #F68B21;
	font-weight: bold;
}


h2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 20px;
	color: #000;
	padding: 0;
}

h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0A3983;
	padding: 0;
}
h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0A3983;
	padding: 0;
}


#border {
	border-bottom: 1px solid #CCDFEB;
	padding-top: 5px; 
	padding-bottom: 5px;
}

#footer {
display: block;
clear: both;
text-align: left;
	width: 598px;
	background: #DEE6F1;
	border-top: 1px solid #0A3983;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 5px;
	color: #244E91;
}

#footer p {
	padding-left: 5px;
	padding-right: 5px;
}

#footer a {
	color: #244E91;
}

#borderFooter {
	border-bottom: 1px solid #8CA3C7;
}
