body, html, div {
	margin: 0px auto;
	padding: 0px;
	font: normal 8pt/11pt sans serif;
	text-align: left;
	}
	
img {
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 0px;
	}
	
	
#contentBody-contentLeft {
	width: 256px;
	clear: left;
	float: left;
	}
	
#contentBody-contentRight {
	width: 512px;
	float: left;
	}
	
/* Navigation */
#nav-container {
	margin: 9px 0px 0px 0px;
	background-image: url('/image/NavExtender.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	}
	
#about-content, #services-content, #press-content, #resources-content {
	overflow: hidden;
	margin: 7px 37px 0px 30px;
	text-align: left;
	}
	
#about-content h1, #services-content h1, #press-content h1, #resources-content h1 {
	padding: 0px 0px 1px 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	}
	
#about-content p, #services-content p, #press-content p, #resources-content p {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	}
	
#about-content p.dots, #services-content p.dots, #press-content p.dots, #resources-content p.dots {
	line-height: 0px;
	font-size: 15px;
	padding: 0px 0px 13px 0px;
	}
	
#about-content a, #services-content a, #press-content a, #resources-content a,
#about-content a:link, #services-content a:link, #press-content a:link, #resources-content a:link,
#about-content a:visited, #services-content a:visited, #press-content a:visited, #resources-content a:visited,
#about-content a:hover, #services-content a:hover, #press-content a:hover, #resources-content a:hover,
#about-content a:active, #services-content a:active, #press-content a:active, #resources-content a:active {
	color: #000099;
	text-decoration: none;
	}
	
#about-content a:hover, #services-content a:hover, #press-content a:hover, #resources-content a:hover {
	color: #333333;
	text-decoration: none;
	}
	

#footer-left {
	width: 384px;
	height: 50px;
	float: left;
	text-align: left;
	display: inline;
	background-image: url('/image/FooterBarLeft.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	}
	
#footer-left p, #footer-right p  {
	color: #999999;
	font-family: Arial, sans serif;
	font-size: 11px;
	font-weight: normal;
	padding: 7px 0px 0px 21px; 
	margin: 0px;
	}

#footer-right p {
	padding-right: 21px;	
	}	
	
#footer-right {
	width: 384px;
	height: 50px;
	float: left;
	text-align: right;
	display: inline;
	background-image: url('/image/FooterBarRight.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	}
	
#footer-right p strong {
	font-family: Arial, sans serif;
	font-weight: bold;
	}
	
#footer-right a, #footer-right a:link, #footer-right a:visited, #footer-right a:hover, #footer-right a:active {
	color: #cccccc;
	text-decoration: none;
	}

#footer-right a:hover {
	color: #666666;
	text-decoration: none;
	}

