@charset "utf-8";

/* CSS Document */


.chklist {
	list-style-image: url(images/checkmark-small.gif); 
	list-style-type: square;
	margin-top: 5px;
}
.chklist li {
	white-space: normal;
	display: list-item;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 3px;
}
body  {
	background: #666666;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
}
h1 {
	margin: 0px;
	font-style: normal;
	font-size: x-large;
	word-spacing: 1em;
	letter-spacing: 0.15em;
	color: #FFFFFF;
	vertical-align: middle;
}
h2 {
	font-size: large;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #003366;
}
h3 {
	color: #003366;
	margin-top: 12px;
	font-size: medium;
	margin-bottom: 5px;
}
 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
 #header {
	background-color: #006633;
	color: #FFFFFF;
	height: 75px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
 #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 23pt;
	font-weight: bold;
}
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-top: 2px;
	text-align: center;
}
 #mainContent {
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
#mainContentfull {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
 #footer {
	background-color: #006633;
	padding-top: 5px;
	padding-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.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;
}
.btn {
	font-size: x-large;
	font-family: "Times New Roman", Times, serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}
#start {
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}

#TaxEstimator {
	margin-top: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11pt;
	padding: 5px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	color: #003399;
	font-weight: bold;
}
.indx {
	padding: 2px;
	list-style-type: none;
	color: #000099;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	display: block;
	margin: 0px;
}
#indxline {
	margin-top: 10px;
	margin-bottom: 10px;
}

.indx li {
	margin-right: 5px;
	margin-left: 5px;
	line-height: 18px;
	text-align: left;
}
#footleft {
	width: 50%;
	float: left;
	text-align: left;
}
#footright {
	width: 50%;
	float: right;
}
#footright a {
	width: 50%;
	float: right;
	color: #FFFFFF;
}
.navm {
	width: 150px;
	float: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#navmenu {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-top: 30px;
	text-align: justify;
	padding: 0px;
}
#navmenu table {
	margin-right: auto;
	margin-left: auto;
}
#navmenu td {
	vertical-align: top;
	text-align: left;
}

#navmenu  table  th  {
	background-color: #525252;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 105%;
	text-align: center;
}

.bluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #0033CC;
	margin: 0px;
	padding: 0px;
}
.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FF6633;
	margin: 0px;
	padding: 0px;
}
.brownsmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#mainContent table {
	margin-right: auto;
	margin-left: auto;
}
