﻿html
{
	/*margin: 0px;
	height: 100%;
	background-color: #000000;
	...*/
	background-image: url('../../../County/Images/DesignImages/SiteBody.jpg');
	background-position: center;
	background-repeat: repeat-y;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;	
}
body
{
	margin: 0px auto auto auto;
	padding: 0px;
	height: 100%;
	width: 940px;
	color: #000000;
	background-color: #f6f3f3;
	font-family: Arial, Helvetica, sans-serif;
}
.detailMainTitle
{
	font-size:1.2em;
	font-family:Arial,Helvetica, Sans-Serif;
	color:#990000;
	font-weight:bold;
	line-height:.9em;
	padding-top:10px;
}
.detailTitle
{	
	font-size: 1.2em;
	color: #999966;
	font-variant: normal;
	font-weight: 600;
	text-align: center;
	line-height: 2em;
}
.detailLabel
{
	font-size: .95em;
	font-variant: normal;
	font-weight: 600;
	text-align:left;
}
.detailLabelCentered
{
	font-size: .95em;
	font-variant: normal;
	font-weight: 600;
	text-align:center;
}
.detailInformation
{
	font-size: .85em;
	font-variant: normal;
	text-align:left;
}
.detailInformationSp
{
	line-height:.95em;
}
.detailInformationLg
{
	font-size:.90em;
	font-variant: normal;
	text-align:left;
	line-height:.8em;
}
.detailInformationItalic
{
	font-size: .85em;
	font-variant: normal;
	text-align:left;
	font-style: italic;
}
.detailInformationItalicCentered
{
	font-size: .85em;
	font-variant: normal;
	text-align:center;
	font-style: italic;
	width: 100%;
}
.detailRegion
{
	font-size: small;
	line-height: 2.5em;
	font-variant: normal;
	text-align:left;
	width:98%; 
	padding-left:2%;	
}
.detailLeftCol
{
	clear:left; 
	float:left; 
	width:23%;
}
.detailRightCol
{
	float:left; 
	width:75%;
}
.linkItem a:link
{
	font-size: .9em;
	font-weight:600;
	color:Black;
	text-decoration:none;
	line-height: 1.5em;
}
.linkItem a:visited
{
	color: #333333;
	line-height: 1.5em;
	text-decoration:none;
}
.linkItem a:hover
{
	color: #660000;
	line-height: 1.5em;
	background-color: #FFFFFF;
	text-decoration:underline;
}
.detailQuicklaunch
{
	font-size:.9em;
	color: #003399;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5em;
}
.detailQuicklaunchSp
{
	font-size:.1em;
	line-height:.1em;
}
.detailBodytable
{
	margin-left:15px;
}

