
body {
	margin: 0;
	background-color: #fff;
}

.clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.page {
	width: 750px;
	margin: 0 auto;
	padding:0;
 	border: 1px solid #DADADA;
	border-top:0;
	 background: transparent url(/images/body-bg.gif) repeat top left;
}
.topnav{
	width:750px;
	height:20px;
	background-image: url(/images/menu_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.citynav{
	width:300px;
	height:20px;
	background-image: url(/images/menu_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.header {
	background: White url(/images/headers/home-header-pg.jpg) no-repeat top left;
	width: 750px;
	height: 112px;
	padding:0;
	margin:0;
	border-bottom: 2px solid #ffffff;
}

.content {
margin:0;
padding:0;
width:750px;
border:0;


}
.left{
	width:150px;
	float:left;

	padding:0;
	margin:0;
}
.right{
	width:600px;
	float:right;
		padding:0;
	margin:0;

}
.print_email a {
	clear: both;
	font-size: 10px;
}

.print_email a.print {
font-weight: bold;
	text-decoration: none;
color: #55825F;
}

.print_email a.print:hover {
text-decoration: underline;
color: #55825F;
}

.print_email a.email {
font-weight: bold;
	text-decoration: none;
color: #55825F;
}

.print_email a.email:hover {
text-decoration: underline;
	color: #55825F;
}

.print_email .link_text {
}

.main_content_wrapper {
	padding:10px;
margin:0;
}

.main_content {
	width: 578px;
}	

.footer {
	width: 580px;
	height: 27px;
	padding:10px;
}

.copyright_tagline {
	clear: both;
	text-align: center;
	width: 750px;
		margin: 0 auto;
	padding:0;
	font-size: 10px;
}

.tagline {
	font-size: 10px;
}
a.LiveLink:link,  a.LiveLink:active, a.LiveLink:visited { 
display: block;
    width: 190px;
    height: 60px;
    background: transparent url(/images/pg-live-up.jpg) no-repeat top left;
	 text-decoration:none;
} 
a.LiveLink:hover {
   	 text-decoration:none;
	 background: transparent url(/images/pg-live-over.jpg) no-repeat top left;} 
a.WorkLink:link,  a.WorkLink:active, a.WorkLink:visited { 
display: block;
    width: 190px;
    height: 60px;
    background: transparent url(/images/pg-work-up.jpg) no-repeat top left;
	 text-decoration:none;
} 
a.WorkLink:hover {
   	 text-decoration:none;
	 background: transparent url(/images/pg-work-over.jpg) no-repeat top left;} 
	 a.InvestLink:link,  a.InvestLink:active, a.InvestLink:visited { 
display: block;
    width: 190px;
    height: 60px;
    background: transparent url(/images/pg-invest-up.jpg) no-repeat top left;
	 text-decoration:none;
} 
a.InvestLink:hover {
   	 text-decoration:none;
	 background: transparent url(/images/pg-invest-over.jpg) no-repeat top left;} 

.main_content td p:first-child { margin-top: 0; }
.main_content td > p { margin-bottom: 0; }

