﻿body 
{
	background-image:url(/resources/images/background.gif);
	background-repeat:repeat-x;
	background-color:#2f2f2f;	
	text-align:center;
	padding:0px;
	margin:0px;
}


a.menu:link, a.menu:visited, a.menu:active, a.menu:hover
{
	color:#d1bb76;
	font-family:Verdana;
	font-size:14px;
	text-decoration:none;
	background-repeat:no-repeat;
	padding-left:16px;
	background-position:0px 3px;
}

a.red:link, a.red:visited, a.red:active, a.red:hover
{
	color:#5d0705;
	font-family:Verdana;
	font-size:12px;
	line-height:22px;
	text-decoration:none;
	font-weight:bold;
	background-repeat:no-repeat;
	padding-left:14px;
	background-position:0px 2px;
}

h1 
{
	font-family:Arial;
	font-size:36px;
	color:#5d0705;
	font-weight:normal;
	margin:0px;
	padding:0px;
	padding-top:0px;
	background-repeat:no-repeat;
	padding-left:40px;
	background-position:0px 0px;
	padding-bottom:20px;
	line-height:38px;

}

h2, a.h2link:link, a.h2link:active, a.h2link:visited, a.h2link:hover
{
	font-family:Arial;
	font-size:24px;
	color:#5d0705;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-bottom:10px;
	line-height:30px;
	text-decoration:none;
}

a.h2link:link, a.h2link:active, a.visited:link, a.h2link:hover 
{
	margin-top:0px;
}

.mainPlaceholder 
{
	width:950px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

.titleImageContainer
{
	padding-top:50px;
	padding-bottom:30px;
}

.menuColumn 
{
	width:120px;
	padding-top:110px;
	float:left;
}

.centerColumn 
{
	width:830px;
	float:left;
}

.centerPlaceholder 
{
	clear:both;
}

.contentBlock 
{
	width:828px;
	background-color:#e5db9e;
	border:1px solid #090909;
	padding:10px;
}

.mainContentText 
{
	padding:20px;
	font-family:Verdana;
	font-size:12px;
	/*float:right;*/
	line-height:22px;
	clear:both;

}

.mainContentPicture 
{
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}

.articleImage1
{
	border-top: 1px solid #090909;
	border-bottom: 1px solid #090909;
	border-left: 1px solid #090909;
}

.articleImage2
{
	border-top: 1px solid #090909;
	border-bottom: 1px solid #090909;
	border-right: 1px solid #090909;
}


.mainContentRightColumn 
{
	float:right;
	width:180px;
}

.mainContentLeftColumn 
{
	float:right;
	width:608px;
}

.mainContentLeftColumnContent 
{
	width:160px;
	padding-left:20px;
	padding-top:20px;
	
}

.footerPlaceholder 
{
	padding-top:0px;
	padding-bottom:30px;
	padding-left:180px;
	clear:both;
}

.footerContent, a.footer:link, a.footer:active, a.footer:hover, a.footer:visited
{
	color:#c2c2c2;
	font-family:Verdana;
	font-size:10px;
	
}

.articleSummaryPlaceholder 
{
	clear:both;
	width:100%;
	margin-bottom:20px;
}

.articleSummaryPlaceholderImage 
{
	float:left;
	padding-right:20px;
	width:100px;
}

.articleSummaryPlaceholderText 
{
	float:left;
	width:480px;
}

.externalLinkPlaceholder 
{
	clear:both;
	width:100%;
	margin-bottom:20px;
}

.externalLinkPlaceholderImage 
{
	float:left;
	padding-right:20px;
	width:90px;
}

.externalLinkPlaceholderText 
{
	float:left;
	width:490px;
}

.centerPlaceholder:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.contentBlock:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.mainContentText:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.articleSummaryPlaceholder:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.externalLinkPlaceholder:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

