@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #484099;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container  {
	width: 789px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/body_back.png);
} 
#header  {
	padding-left: 5px;
	padding-right: 5px;
	height: 50px;
	background-image: url(images/header_back.jpg);
} 
#address {
	width: 200px;
	margin-left: 170px;
}
#address2 {
	width: 200px;
	float: right;
	margin-right: 170px;
}


.headerTagLine {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #8B6305;
	font-size: 12px;
	text-align: center;
}

#sidebar1  {
	width: 200px;
	float: right;
	padding-right: 25px;
}
#masthead {
	width: 100%;
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.taxcredit {color: #FF9900}
.required {
	color: #FF0000
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484099;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #41398F;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DC8F37;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DC8F37;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #41398F;
	text-decoration: underline;
	font-weight: bold;
}





#main {
	width: 750px;
	background-image: url(images/body_back.gif);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -13px;
}
.imgright {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
.imgleft {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}


#calltoaction {
	float: right;
	width: 250px;
}

#mainContent  {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 250px;
	height: 100%;
} 
#mainContentIn {
	padding-right: 20px;
	padding-left: 20px;
	height: 100%;
}

#footer  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A47506;
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

