body {
	background-color : #000000;
	color : #000000;
	text-align : center;
	margin-top : 0px;
	padding: 0px;
	vertical-align : middle;
	font-family: arial, helvetica;
	font-size: 15px;
}
.osano-cm-widget {
    display: none;
}
.designContainer {
	width : 900px;
	margin-right : auto;
	margin-left : auto;
	margin-top : 0px;
	padding : 0px;
	text-align : left;
}
.header {
	background: #000000 url('../images/header_default.png') top center no-repeat;
	height: 114px;
	position: relative;
}
.header a 
{
    text-decoration: none;
    color: #FFFFFF;
}
.header a:hover
{
    text-decoration: underline;
}

.headerLogo {
	position: absolute; 
	top: 4px; 
	left: 270px;
}

.headerByline 
{
    position: absolute; 
    top: 65px; 
    left: 445px; 
    color: #FFFFFF; 
    font-style: italic; 
    font-weight: bold;
    font-size: 11pt;
}

.headerPhoto
{
	top: -1px;
	position: absolute;
	left: 660px;
}
.hashes {
	position: absolute;
	top: 120px;
}
.navigation {
	
	background: #DFDFDF url('../images/navigation_border.gif') bottom left repeat-x;
	position: relative;
	padding: 0px;
	height: 19px;
	padding-left: 20px;
}
.navigationBorderImage {
	position: absolute; 
	top: -1px;
}
.contentContainer {
	background: #FFFFFF url('../images/border_main.gif') repeat-y;
}
.content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px; /* make sure we clear the image */
	min-height: 400px;
	line-height: 1.2;
}
.content .leftBar{
    float: left;
    width: 175px;
}
.content .adHeaderContainer {
    height: 90px;
    padding: 0 0 0 0;
}
ul.chevrons
{
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}
ul.chevrons a
{
    padding-left: 15px;
    text-decoration: none;
    background: #FFFFFF url('../images/red_chevrons.gif') center left no-repeat;
}
.content .rightContent{
    float: left;
    width: 675px;
}
.footer {
	background: #000000 url('../images/border_bottom.gif') top center no-repeat;
	height: 60px;
	position: relative;
	color: #FFFFFF;
	padding-top: 30px;
}
.footerPhoto {
	position: absolute; 
	top: -30px; 
	left: 40px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.navigation a {
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}
.navigation a:hover {
	color: #660000;
}

.content a {
	color: #660000;
}

.content a:hover {
	color: #D4150C;
}

.content h2 {
	border-bottom: solid 3px #D4150C;
	background: url('../images/hashes_header.gif') right 85% no-repeat;
	font-style: italic;
    padding-right: 100px;
}

.content h2 a, .content ul.linklist a
{
    text-decoration: none;
}

.content h2 a:hover, .content ul.linklist a:hover
{
    text-decoration: underline;
}

.rightContent li
{
    padding-top: 5px;
}

.roundrect {
    border-radius: 10px; 
    padding: 15px;
}