* {
	padding: 0px; 
	margin: 0px;
}
body {
	background-color: #cccccc;
}
td {
	font-size: 9pt;
}
#mainSection {
	background-color: #cccccc;
	text-align: center;
}
#pageSection {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: auto;
	width: 800px;
}
#topSection {
	float: left;
	width: 100%;
}
#topLeftSection {
	background-color: white;
	float: left;
	height: 103px;
	position: relative;
	text-align: left;
	width: 425px;
}
#topRightSection {
	background-color: white;
	float: right;
	height: 103px;
	position: relative;
	width: 375px;
}
#searchSection {
	background-color: #666666;
	border-color: #666666;	
	border-radius: 10 10 0 0;
	border-style: solid;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font: 8pt;
	padding-bottom: 4px;
	padding-top: 5px;
	position: absolute;
	right: 0px;
	text-align: center;
	width: 190px;
}
#searchSection input {
	background-color: #dddddd;
	border-color: black;	
	border-style: solid;
	border-width: 1px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 20px;
	width: 125px;
}
#searchSection a {
	background-color: #cc2d30;
	border-color: #333333;	
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 18px;
	width: 18px;
}
#searchSection a:link {
	text-decoration: none;
}
#searchSection a:visited {
	text-decoration: none;
}
#searchSection a:hover {
	text-decoration: underline;
}
#menuSection {
	background-color: black;
/* DO NOT USE FLOAT IN THE MENUSECTION EVER */
/* CAUSES WEIRD BUG IN IE */
/* float: left; */
	height: 24px;
	text-align: left;
	width: 100%;
}
#bottomHomeSection {
	background-color: #666666;
	float: left;
/*overflow: auto;*/
	width: 100%;
}
#bottomSection {
	background-color: white;
	float: left;
/*overflow: auto;*/
	width: 100%;
}
#bottomLeftSection {
	background-color: #666666;
	float: left;
	text-align: left;
	width: 210px;
}
#bottomRightSection {
	background-color: white;
	float: right;
	width: 590px;
}
#bottomContentSection {
	background-color: white;
	float: right;
	width: 100%;
}
#blogSection {
	background-color: #cc2d30;
	border-color: #932023;
	border-style: solid;
	border-width: 5px;
	color: white;
	float: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-top: 15px;
	text-align: left;
	width: 170px;
}
#blogSection .shadow {
	filter: shadow(color=#333333,direction=135,strength=3);
	height: 1em;
}
#blogSection a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
#blogSection a:link {
	text-decoration: none;
}
#blogSection a:visited {
	text-decoration: none;
}
#blogSection a:hover {
	text-decoration: underline;
}
#blogSection #blogMainSection {
	margin-bottom: 5px;
	margin-left: 16px;
	margin-top: 5px;
}
#leftTextSection {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 20px;
	margin-left: 20px;
	text-align: left;
	width: 170px;
}
#leftTextSection a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#leftTextSection a:link {
	text-decoration: none;
}
#leftTextSection a:visited {
	text-decoration: none;
}
#leftTextSection a:hover {
	text-decoration: underline;
}
#networkingSection {
	background-color: white;
	border-color: #cc2d30;
	border-style: solid;
	border-width: 1px;
	color: #cc2d30;
	float: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 15px;
	text-align: left;
	width: 170px;
}
#networkingSection .shadow {
	filter: shadow(color=#222222,direction=135,strength=4);
	height: 1em;
}
#networkingSection img {
	vertical-align: middle;
}
#networkingSection a {
	color: #cc2d30;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
}
#networkingSection a:link {
	text-decoration: none;
}
#networkingSection a:visited {
	text-decoration: none;
}
#networkingSection a:hover {
	text-decoration: underline;
}
#networkingSection #networkingMainSection {
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
#stickerSection {
	color: white;
	float: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 15px;
	text-align: left;
	width: 170px;
}
#stickerSection img {
	margin-bottom: 10px;
}
#headerSection {
	background-color: #dddddd;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: left;
}
#titleSection {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}
#explanationSection {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
margin-left: 10px;
margin-top: 3px;
	text-align: left;	
}
.titleSection {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}
.titleHomeSection {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
}
#contentSection {
	background-color: white;
	float: left; /* IMPORTANT */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	text-align: left;
}
#contentSection table {
	margin-top: 15px;
}
#labelSection {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}
#bannerSection {
	float: left;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: left;
}
#hotTopicSection {
	float: left;
	height: 223px; /* 740 */
	line-height: 17px;
	margin-bottom: 10px;
	overflow: auto;
	text-align: left;
	width: 100%;
}
#positionSection {
	background-color: white;
	color: black;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
}
#positionSection #autoSection {
	float: left;
	margin-right: 20px;
	width: 176px;
}
#positionSection #autoSection #autoImageSection {
	background-image: url('automobile.jpg');
	background-repeat: no-repeat;
	background-color: white;
	border: black 1px solid;
	height: 87px;
	margin-bottom: 5px;
}
#positionSection #autoSection #autoImageSection a {
	display: block;
	height: 87px;
}
#positionSection #autoSection #autoTextSection {
	color: black;
	font-size: 9pt;
	font-weight: normal;
}
#positionSection #homeSection {
	float: left;
	margin-right: 20px;
	width: 176px;
}
#positionSection #homeSection #homeImageSection {
	background-image: url('homeowners.jpg');
	background-repeat: no-repeat;
	background-color: white;
	border: black 1px solid;
	height: 87px;
	margin-bottom: 5px;
}
#positionSection #homeSection #homeImageSection a {
	display: block;
	height: 87px;
}
#positionSection #homeSection #homeTextSection {
	color: black;
	font-size: 9pt;
	font-weight: normal;
}
#positionSection #workersSection {
	float: left;
	width: 176px;
}
#positionSection #workersSection #workersImageSection {
	background-image: url('workers-compensation.jpg');
	background-repeat: no-repeat;
	background-color: white;
	border: black 1px solid;
	height: 87px;
	margin-bottom: 5px;
}
#positionSection #workersSection #workersImageSection a {
	display: block;
	height: 87px;
}
#positionSection #workersSection #workersTextSection {
	color: black;
	font-size: 9pt;
	font-weight: normal;
	margin-bottom: 15px;
}
#clearSection {
	clear: both;
}
#navHomeSection {
	background-color: #dddddd;
	clear: both;
/*float: left;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
	text-align: center;
}
#navSection {
	background-color: #dddddd;
	clear: both;
/*float: left;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 15px;
	padding: 2px;
	text-align: center;
}
#copyrightHomeSection {
	background-color: white;
	color: #666666;
/*float: left;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
}
#copyrightSection {
	background-color: #666666;
	color: white;
/*float: left;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-top: 3px;
	text-align: center; /*left*/
}
a:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #cc2d30;
	text-decoration: none;
}
a:visited  {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #cc2d30;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
ul {
	margin-left: 15px;
}
.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}
#label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
margin-left: 10px;
	color: black;
}
.currentview {
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 12px;		
	font-weight: bold;	
	color: #808000;	
	text-decoration: none; 
}
.hoverlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: black;
}
.smselect {
	width: 15em;
}
.smmedselect {
	width: 23.5em;
}
.medselect {
	width: 31em;
}
.medlgselect {
	width: 38em;
}
.lgselect {
	width: 45em;
}
.textbox {
	width: 40em;
}
.askustextbox {
	width: 48em;
}
