/* This is the just zeroing out the margins */body {	background-color: #FFFFFF;	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;}/* These are just the default links for any unspecified link */a:link {text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	color: #000000;	font-size: 12px; }a:active {	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	color: #660000;	font-size: 12px; }a:visited {	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	color: #000000;	font-size: 12px; }a:hover {	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	color: #000000;	font-size: 12px; }/* These are the specifications for the all the links in the body of every page (so keep it neutral color) */a.bodylinks:link { 	color:#000000; 	font-size: 12px; 	text-decoration: underline;	font-weight: bold; 	font-family: Arial, Helvetica, sans-serif;}a.bodylinks:active { 	color:#000000; 	font-size: 12px; 	text-decoration: underline;	font-weight: bold; 	font-family: Arial, Helvetica, sans-serif;}a.bodylinks:visited { 	color:#000000; 	font-size: 12px; 	text-decoration: underline;	font-weight: bold; 	font-family: Arial, Helvetica, sans-serif;}a.bodylinks:hover { 	color:#000000; 	font-size: 12px; 	text-decoration: normal; 	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;}/* These are various styles for various pages */.style1 {	color: #FFFFFF;	font-size: 12px;	font-weight: normal;	font-family: Arial, Helvetica, sans-serif;}.style2 {	color: #000000;	text-align: center;	font-size: 13px;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;}.bainsheldon{	color: #000000;	font-size: 11px;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;}/* This is a container */div#homecontainer {	font-family: arial, helvetica, sans-serif;	font-size: 11px; 	color: #000000; 	border-right-style:strong;	border-right-width:1px;	border-right-color:#ff00000;}div#box{	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	color: #000000;	padding:7px;	align: center;	text-align:center;	vertical-align:top;	width: 385px;	height: 28px;	margin-left: 2px;}/* This is a container for the content on one of the pages */div#content{	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	color:#000000;	padding:7px;	padding-left:14px;	align:center;	text-align:left;	vertical-align:top;	width:385px;	height:320px;	}div#leftnav{	font-family:Arial, Helvetica, sans-serif;	font-size:12px;	font-weight: normal;	color: #000000;	padding:3px;	text-align:left;	vertical-align:top;	width:194px;	margin-left: 2px;}/* This is the container for the side images */div#sideimages{	color: #FFFFFF;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;	padding:3px;	text-align: center;	vertical-align:middle;	width:194px;	margin-left: 2px;}/* This is the container for the tabs in the body of the main page */div#homepagetab{	background-image:url("images/tabred.gif");	background-repeat:no-repeat;	text-align:center;	vertical-align:middle;	width:170px;	height:30px;	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;}