﻿#Content p, #Content h1, #Content h2, #Content h3
{
	margin-left: 30px;
	margin-right: 30px;
}

#Content h1
{
	margin: 10px 0px 10px 0px;
	height:35px;
	color: #333;
	font-size: 24px;
	text-align: right;
	padding-right:35px;
	letter-spacing: -1px;
	text-transform: lowercase;
	border-bottom: solid 1px #6a9b4f; 
	/* 	font-size:18px; 	color:#000000; 	font-weight:normal; 	margin-bottom:5px; 	margin-top:5px; 	width:530px; 	border-bottom:dotted 1px #333333; */
}
#Content h2
{
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 3px;
}
#Content ul
{
	margin-left: 70px;
	margin-right: 30px;
}
.flashBanner, .flash
{
	margin-left: 30px;
	margin-right: 30px;
}
.col1
{
	width: 50%;
	float: left;
}
.col2
{
	width: 50%;
	float: left;
}
label, input, textarea, select, radio, check
{
	display: block;
}
