/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: arial, helvetica;
}

.homepage {
background: #fff url('img/map.gif') no-repeat bottom right; 

}

#content{
 width:720px;
 border-left: 1px solid #EEE3AF;
 border-right: 1px solid #EEE3AF;
 margin:0px auto 5px auto;
}

#mainImg{
	float:left;
	margin-left: 5px;
	width:190px;
	margin-top: 15px

}

#copy{
 margin: 0 10px 0px 210px;
}
#contact_copy{
 margin: 0 10px 0px 10px;
}

.weighty{
 margin-bottom: 30px;
}
.weightyPlan{
 margin-bottom: 385px;
}

#footer{
 width:718px;
 background:#EEE3AF;
 height:25px;
 padding-left:3px;
 clear:both;
}

#header{
 width:720px;
 margin-top:0px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:10px;
}



/* copy Stuff */

.dotless {
  padding: 0;
  margin: 0;
  list-style: none;
}
#content p{
	color: #000;
	font-size: 12px;
}

#footer p{
	color: #804040;
	font-size: 12px;
	margin:0;
	padding-top:5px;
}
p a:link, p a:visited, li a:link, li a:visited{
	color: #804040;
	text-decoration: underline;
}
p a:hover, li a:hover{

	color:#431C1C;
}

#content li{
	color: #000;
	font-size: 12px;
}
#content h1{
	color: #804040;
	font-size: 22px;
}
#content h2{
	color: #804040;
	font-size: 14px;
	font-weight: bold;
	line-height:14px;}
 
#jointab td p{
  padding-left:4px;
  color: #000;
  font-size: 12px;
  margin:0;
  }
