html, body
{
	width: 100%;
	height: 100%;
}

body
{
	background: #ebe9e3;
}

*{
	margin: 0;
	padding: 0;
}

a { outline: none; }
a img { border: 0; }

div.pageOuter
{
	width: 100%;
	height: 100%;
}

div.pageInner
{
	width: 810px;
}

div.leftColumn
{
	width: 570px;
	background: #ffffff;
	float: left;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

div.rightColumn
{
	width: 205px;
	float: left;
	margin-left: 25px;
	text-align: left;
}

.searchForm input
{
	border: 1px solid #868582;
	width: 130px;
}

.searchForm img
{
	margin-bottom: -4px;
}

div.logoContainer
{
	height: 80px;
	width: 100%;
}

div.logoContainer img
{
	margin-left: 25px;
	margin-top: 20px;
}

div.newsTitleLine
{
	float: left;
	background: #f4f4f4;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
}

div.previewTitleDate
{
	float: left;
	margin-left: 25px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
}

div.previewTitleDate a
{
	color: #8f9091;
}

div.previewTitleDate a:hover
{
	color: #333333;
}

div.previewTitle
{
	float: left;
	margin-left: 35px;
	font-family: Arial;
	font-size: 14px; 
	color: #666666;
	font-weight: bold;
	width: 300px;
	text-transform: uppercase;
}

div.previewTitle a
{
	color: #666666;
	text-decoration: none;
}

div.previewTitle a:hover
{
	text-decoration: underline;
}

div.previewText
{
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	margin-left: 25px;
	margin-top: 15px;
	width: 520px;
	line-height: 18px;
	margin-bottom: 15px;
}

div.printableText
{
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	margin-left: 25px;
	line-height: 18px;
}

div.printableTitle
{
	margin-left: 35px;
	font-family: Arial;
	font-size: 14px; 
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}

div.previewText a
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

.pageSubtitles, .pageSubtitles a
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.rightColumnLink
{
	font-family: Tahoma;
	font-size: 11px;
	color: #8f9091;
	line-height: 16px;
}

div.pagingLink
{
	font-family: Tahoma;
	font-size: 11px; 
	color: #666666;
	text-align: right;
}

div.pagingLink a
{
	font-family: Tahoma;
	font-size: 11px; 
	color: #666666;
	text-decoration: none;
}

div.pagingLink span
{
	font-family: Tahoma;
	font-size: 11px; 
	color: #666666;
	font-weight: bold;
}

div.pagingLink a:hover
{
	color: #333333;
}

div.pagingLink img
{
	margin-bottom: -5px;
	margin-left: 5px;
	margin-right: 5px;
}

div.contactsForms
{
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	width: 500px;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

div.contactsForms a
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

div.contactsForms input
{
	width: 415px;
	border: 1px solid #d1d0d0;
	height: 18px;	
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

div.contactsForms textarea
{
	width: 415px;
	border: 1px solid #d1d0d0;
	height: 200px;	
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

div.contactsForms div
{
	margin-top: 10px;
}

div.contactsForms div div
{
	width: 80px;
	float: left;
	margin-top: 0px;
	height: 100%;
}

