﻿/*HTML Elements*/
html, form, body 
{
	margin:0px auto;
}

body, textarea
{
	font-family:Arial;
	font-size:8pt;
}

body
{
	background-color:#ccc;
}

a
{
	text-decoration:none;
}

img
{
	border:none;
}

/*Named Objects and Classes*/
div#main_content
{
	margin:0px auto;
	width:790px;
	background-color:#fff;
}

div#menu_container
{
	height:30px;
	background-color:#f1f1f1;
}

div#content
{
	min-height:400px;
}

div.top
{
	margin:0px auto;
	margin-top:20px;
	height:26px;
	width:790px;
	/*background-image:url(../images/top.gif);
	background-repeat:no-repeat;*/
}

div.bottom
{
	margin:0px auto;
	height:5px;
	width:790px;
	/*background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;*/
}

div.copy_box
{
	margin:0px auto;
	width:750px;
	font-size:8pt;
	color:#fff;
}

table.content_table
{
	margin:0px auto;
}

div.front_box
{
	margin:0px auto;
	margin-top:2px;
	background-color:#f1f1f1;
	font-size:8pt;
	width:260px;
	height:200px;
}

div.front_header
{
	padding:6px;
	font-weight:bold;
	background-color:#003d7e;
	color:#fff;
}

div.front_text
{
	padding:6px;
	text-align:justify;
}

div.left_box
{
	margin:0px auto;
	width:255px;
	height:400px;
	background-color:#ffffcc;
}

div.right_box
{
	margin:0px auto;
	width:255px;
	height:400px;
	background-color:#f1f1f1;
}

div.page_content
{
	margin:0px auto;
	margin-top:10px;
	min-height:400px;
	width:770px;
}

/*Client Login*/
div.client_box
{
	margin:0px auto;
	margin-left:2px;
	height:100px;
	width:260px;
	background-color:#f1f1f1;
}

div.client_text
{
	padding:6px;
}

div.client_label
{
	color:#003d7e;
	font-weight:bold;
}

.client_textbox
{
	width:95px;
}

.standard_header
{
	margin-bottom:4px;
	margin-left:12px;
	margin-top:6px;
	font-size:10pt;
	font-weight:bold;
	color:#003d7e;
}

.standard_text
{
	text-align:justify;
	width:450px;
	margin-left:12px;
}

.standard_box
{
	background-color:#f1f1f1;
	min-height:375px;
}

div.state_header
{
	color:#003d7e;
	font-size:14pt;
	font-family:Tahoma;
	font-weight:bold;
	margin-bottom:4px;
	margin-left:12px;
	margin-top:6px;
}

div.section_header
{
	color:#003d7e;
	font-size:12pt;
	font-family:Tahoma;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:2px;
}

.label
{
	font-weight:normal;
	color:#666666;
	padding-right:2px;
	font-family:Tahoma;
}

.tax_data
{
	font-family:Tahoma;
}

.link_style
{
	font-weight:bold;
}