/*this sets the generic text*/body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	margin: 0px;/* down from top*/	padding-top: 0px;	padding-right: 0%;	padding-bottom: 0px;	padding-left: 0px;	}.body_sm {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 18px;	margin: 0px;/* down from top*/	padding-top: 0px;	padding-right: 0%;	padding-bottom: 0px;	padding-left: 0px;	} td, p, ul { 	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #333;	text-decoration: none; }  h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/ h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/  h1 { font-size: 16px; }/*assigns the size percentages assigned to the header properties, % is based off font size assigned in body tag at top*/ h2 { font-size: 14px;/*assigns the size percentages assigned to the header properties*/  }  .mainTable {	border: 1px solid #1E7915;/* this is the size and the color of the outer border*/	line-height: 1em; /* */	 } /*Pads each table cell in modern browsers*/.mainTable td { 	padding: 0px; }  /* this assigns settings to the text inside this ID*/.maincontent { 	border-left: 0px solid #1E7915;/* this is the size and color of the inner table borders*/ 	font-size: 100%;	color: #666666;	verticle-align: top;	/*/*/font-size: 100%; /* */ } /*this is  changes the current page link, but you can't use this on a template unless you keep the nav an editable region*/ .current a { 	color: #FFFFFF !important; 	background-color: #5FBA51!important; 	border: 1px solid #5FBA51 !important; /* */ } #quickbox {	width: 275px;	border: 1px solid #fff;	border-spacing: 0px;	margin-right:0;	margin-left:0;	margin-top:0px;	margin-bottom:10px;	padding:0px;}.data {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666;/*text color*/	background-color: /* this is bk color of cell*/ }  .data_sm {    font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #666;	padding:0px/*top*/ 5px /*right*/  0px /*bottom*/ 10px/*left*/;}.title {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px;	color: #10361b;/*text color*/	font-weight: bold;	padding: 0px/*top*/ 0px /*right*/  0px /*bottom*/ 0px/*left*/;	background-color: /* this is bk color of cell*/ }.details {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666;/*text color*/	padding:5px/*top*/ 0px /*right*/  5px /*bottom*/ 5px/*left*/;	background-color: /* this is bk color of cell*/ }.detailsBold {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666;/*text color*/	padding:0px/*top*/ 0px /*right*/  0px /*bottom*/ 0px/*left*/;	font-weight: bold;	background-color: /* this is bk color of cell*/ }	a:link {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	line-height: normal;	font-weight: normal;	font-variant: normal;	text-transform: none;	color: #666;	text-decoration: none;}a:visited {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: #000;	text-decoration: none;}a:hover {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: #0000FF;	text-decoration: underline;}a:active {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: normal;	color: #000099;	text-decoration: none;}/*assigns diff text settings and bk color to the bottom row of table*/  .footer {	background-color: #5FBA51;/* this is color of bottom cell*/ 	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold; 	padding:5px 5px 5px 5px;	color: #ffffff;/* this is color of text in cell*/ 	background-image: url(shim.gif);	text-align: right; }  /*this creates 3rd style for a horizontal nav html links, specific to a different ID*/  .footer a { 	padding: 3px; 	border: 0px solid #fff; 	text-decoration: none; 	line-height: 1em; 	width: 150px; /* */ }/*this  gives a seperate look for html links on the page specific to this ID's tags*/   .footer a:link, #footer a:visited { 	text-decoration: none;	color: #FFFFFF; }  /*This is the link roll over effects */ .footer a:hover, #footer a:active { 	text-decoration: none;	color: #177A00;/*This is the text color... duh*/ 	background-color: #D7EAD5;/*bk color*/ 	border: 0px solid #000; }/*This kills the bullets on the unordered list */  .footer ul { 	padding-left: 1em; 	margin-left: 1em; 	list-style-type: none; /*removes bullets from a list*/ } 