/* 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 nav links */
a.nav:link {
	text-decoration: bold;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 17px; 
	text-decoration: none;
}
a.nav:active {
	text-decoration: bold;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 17px;
	text-decoration: none; 
}
a.nav:visited {
	text-decoration: bold;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 17px;
	text-decoration: none; 
}
a.nav:hover {
	text-decoration: bold;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 17px; 
	text-decoration: underline;
}
/* 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;
}
/* this controles the titles in the content of each page */
.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 the content header */
div#content_header {
	background-image:  url(../images/content_header.gif);
	background-repeat: no-repeat;
	height:26px;
	width:430px;
}
/* This is the content bg */
div#content_body{
	background-image:  url(../images/content_body.gif);
	width:430px;
}
/* This is the content container */
div#content_content{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px; 
	color: #000000; 
	width:380px;
	text-align:left;
}
/* This is the content footer */
div#content_footer{
	background-image:  url(../images/content_footer.gif);
	background-repeat: no-repeat;
	height:26px;
	width:430px;
}
/* This is the content header */
div#nav_header {
	height:36px;
	width:90px;
}
/* This is the content bg */
div#nav_body{
	width:100px;
	line-height:25px;
	text-align:left;
}
/* This is the content footer */
div#nav_footer{
	height:26px;
	width:100px;
}
#menu a, #menu a:visited {
  text-decoration:none; 
  color:#000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold; 
  display:block; 
  width:100px; 
  height:20px; 
  border-bottom:1px solid #000000;
  padding:2px;
  text-align:left;
  line-height:18px;
}
#menu a:hover {
  color:#000000;
  border-bottom:1px solid #000000;
  text-align:right;
}