
body {
	background-color:Black;
	color: #7F7F7F;
	font-family: tahoma, arial;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

* html body {
}

img {
	border: 0px;
}

a:link
{
    color: #353535;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
	
a:visited { 
	color: #9D9D9B;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:link { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
	
#footer a:visited { 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;	
}
	
#footer a:hover, #footer a:active { 
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: underline;
}

#banner {
	clear: both;
	height: 150px;
	width: 776px;
}
.boxcontainer
{
    margin: 5px;
    padding: 0 20px 15px 20px;
    border: 1px solid #999999;
}

#container
{
    margin: 0px auto;
    text-align: left;
    width: 776px;
    background-image: none;
    background-color: #CACACA;
}

#content {
	clear: both;
	width: 576px;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat;
}

#footer {
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	height: 43px;
	padding-top: 20px;
	text-align: center;
	width: 776px;
}

#headlines {
	background: #1F1F1F;
	height: 199px;
	padding: 10px;
	width: 254px;
}

#left {
	float: left;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 80px;
	width: 176px;
}

#logo {
	height: 72px;
	width: 776px;
}

#nav {
	clear: both;
	display: block;
	height: 43px;
	width: 776px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
}
#right {
	float: left;
	width: 274px;
}

#right p {
	margin-top: 0px;
}

* html #right p {
	margin-top: -5px;
}

#stats {
	background: #494949;
	padding: 10px;
	width: 254px;
}

* html #stats {
	height: 170px;
}

.date {
	color: #827961;
	font-weight: bold;
}

.flt-lft {
	float: left;
	margin-right: 20px;
}

.flt-rgt {
	float: right;
}

.heading1 {
	background: url(images/heading-bg-1.gif) no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 12px;
	padding-left: 40px;
	padding-top: 4px;
	width: 181px;
}

* html .heading1 {
	margin-bottom: 5px;
}

.heading2 {
	background: url(images/heading-bg-2.gif) no-repeat;
	color: #909090;
	display: block;
	font-family: arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 5px;
	padding-left: 38px;
	padding-top: 4px;
	width: 161px;
}
#centercolumn{
	float: right;
	width: 570px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */

	padding-top:30px;
}
#leftcolumn
{
    position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
    width: 200px; /*** Critical left col/divider dimension value ***/
    padding-top: 30px;
    top: 0px;
    left: 0px;
}

.sidebarcontainer{
	margin:5px;
	padding:6px;
	font-size:smaller;
}
div.readmore {
	text-align:right;
	font-size:0.9em;
}

h1, h2, h3, h4, h5, h6 {color:#444444;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  {margin: 1em 0;}
#breadcrumbs{
	position:absolute;
	top:5px;
	left:25px;
	font-size:1.0em;
}
#breadcrumbs a {
	color:#000000;
	text-decoration:underline;
}
#breadcrumbs a:hover {text-decoration:none;}
.teaser
{
    margin-top: 0;
    color: #000000;
    font-size: 1.5em;
    font-weight: normal;
}
