﻿
* { margin: 0; padding: 0; }

.Clearfix:after 
{
    content: "."; 
    display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.Clearfix 
{
	display: inline-block;
}

* html .Clearfix 
{
	height: 1%;
}
.Clearfix 
{
	display: block;
} 


body {
	background: url(../images/body.jpg) repeat-x top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #363636;
}

.Wrapper {
	position: relative;
	width: 740px;
	padding: 0px 10px 20px 10px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/bkg_wrapper.jpg) no-repeat top;
}

a:link, a:visited {
	color: #005DAB;
	text-decoration: none;
}

a:hover, a:active {
	color: #B1953A;
	text-decoration: none;
}


.Header {
	width: 700px;
	height: 106px;
	padding: 0px 20px 0px 20px;
}


.Nav 
{
	width: 700px;
	height: 30px;
	padding: 0px 20px 0px 20px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #B7B7B7
}

.Nav a:link, .Nav a:visited 
{
	color: #363636;
	text-decoration: none;
	font-weight: bold;
}

.Nav a:hover, .Nav a:active 
{
	color: #005DAB;
	text-decoration: none;
	font-weight: bold;
}


.Content {
	width: 700px;
	padding: 0px 20px 30px 20px;
}

.Content .Float
{
	float:left;
}

.Content a:link, .Content a:visited {
	color: #005DAB;
	text-decoration: none;
}

.Content a:hover, .Content a:active {
	color: #B1953A;
	text-decoration: none;
}

.Content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 9px;
}

.Content .ContentHome {
	width: 700px;
	padding: 36px 0px 0px 0px;
}

.Content .ContentHome h2 {
	padding-bottom: 12px;
}

.Content .ContentHome .ContentBlock {
	padding-bottom: 12px;
}

.Content .ContentHome .divider {
	width: 700px;
	height: 3px;
	margin: 15px 0px 30px 0px;
	background: url(../images/content_divider.gif) no-repeat;
}

.Error
{
	float:left;
	clear:left;
	width:700px;
	color:#800;
	padding:5px;
}

.Message
{
	float:left;
	clear:left;
	width:700px;
	color:#0a0;
	padding:5px;
}

.Row
{
	clear:left;
	float:left;
	background-color:#fff;
	width:700px;
}

.Pad
{
	padding:5px;
}

.Row .Label
{
	width:95px;
	float:left;
}

.Row .Value
{
	float:left;
	width:200px;
}

.Title
{
	width:700px;
	float:left;
	clear:left;
	font-size:small;
	font-weight:bolder;
}

.Alt
{
	clear:left;
	float:left;
	width:700px;
	background-color:#eee;
}

.Row .Title .Item
{
	font-size:small;
	float:left;
}

.Item
{
	font-size:smaller;
	float:left;
}






.Footer {
	width: 700px;
	margin: 0px 20px 0px 20px;
	border-top: #C2C2C2 solid 2px;
	padding: 6px 0px 0px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

.Footer p {
	float: right;
	text-align: right;
}
