@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	text-align: center;
}

.twoCol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #EAEFF2 url(images/bg-grad.jpg) repeat-x;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #666;
}

h6 {
	color: #71BF00;
	margin: 0;
	font-size: 16px;
}
a:link {
	color: #71BF00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.twoCol #container {
	width: 85%;
	max-width: 1000px;
	background: #FFFFFF;
	margin: 20px auto;
	border: 1px solid #999;
	text-align: left;
	min-width: 750px;
}

.twoCol #sidebar1 {
	float: left;
	width: 290px;
	background: #fff url(images/logo.gif) no-repeat 60px 0px;
	padding: 200px 0 0 0;
}

.twoCol #sidebar1 h3,
.twoCol #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}

.twoCol #mainContainer {
	margin: 77px 50px 0 290px;
}

.twoCol #header {
	clear: both;
	float: left;
	width: 100%;
}

.twoCol #masthead {
	margin: 0;
	font-size: 12px;
	line-height: 1.3em;
}

.twoCol #mainContent {
	margin: 60px 0 0 0;
}
#mainContent table  {
	margin-left: 23px;
}
#mainContent #buttons  {
	margin: 15px 95px;
}

/* Miscellaneous classes */
.fltrt { /* float an element right */
	float: right;
	margin-left: 8px;
}

.fltlft { /* float an element left */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
td {
	margin: 0px;
	padding: 1px 0px;
	height: auto;
}


.address1 {
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}

.twoCol #footer {
	clear: both;
	float: left;
	width: 94%;
	background: #71BF00;
	padding: 5px 0 5px 6%;
	color: #fff;
}

.text1 {
	color: #666;
	padding: 2px;
}

