﻿html, form, body 
{
	height:100%;
	margin:0px auto;
}

body
{
	font-family:Arial;
	font-size:14px;
	color:#4a4a4a;
	background-color:#f1efe2;
	background-repeat:repeat-x;
}

a
{
	text-decoration:none;
	color:#4c8d3a;
}

a:hover
{
	font-weight:bold;
}

div#background
{
	margin:0px auto;
	width:802px;
	min-height:600px;
	background-color:#fff;
	background-image:url(../Images/content_background.gif);
	background-repeat:repeat-y;
}

div#content
{
	width:780px;
	margin:0px auto;
}

div#content_footer
{
	height:30px;
	width:802px;
	background-image:url(../Images/content_bottom.gif);
	background-repeat:no-repeat;
	margin:0px auto;
}

div.default_header
{
	width:720px;
	margin:0px auto;
}

div.content_container
{
	width:720px;
	min-height:500px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:20px;
}

div.content_header
{
	font-weight:bold;
	font-size:18px;
}

div.bullet_item
{
	margin-bottom:8px;
}

div.copyright
{
	width:802px;
	text-align:center;
	margin:0px auto;
	margin-top:4px;
	font-size:12px;
	color:#7F7F7F;
}

div.bullet_items
{
	background-color:#f1f1f1;
	padding:10px;
	border:dotted 1px #ccc;
}

.link_bullet
{
	vertical-align:bottom;
}

span.label
{
}

td.label
{
	width:175px;
}

.requirement
{
	font-size:10px;
}

div.client_instructions
{
	width:720px;
	border-bottom:dotted 1px #ccc;
	background-color:#F1F1F1;
	margin:0px auto;
}

div.client_data
{
	width:525px;
	background-color:#F1F1F1;
	margin-top:20px;
}

table.client_data
{
	width:475px;
	margin-left:25px;
	margin-top:10px;
	margin-bottom:10px;
}

div.client_header
{
	font-weight:bold;
	padding:6px;
	font-size:16px;
	background-color:#171717;
	color:#fff;
}

div.client_header_secondary
{
	background-color:#ffffcc;
	padding:6px;
	font-weight:bold;
}

a.small_link
{
	font-size:10px;
}

div.testimonial
{
	padding:10px;
	background-color:#ffffcc;
	margin-bottom:10px;
	font-size:12px;
	width:500px;
}

div.message_container
{
	width:500px;
	margin:0px auto;
	padding-bottom:10px;
	color:Red;
}