@charset "UTF-8";
/* CSS Document */


body {
  margin: 0px 0px 0px 0px;
  font-family: helvetica, arial, sans-serif; 
  font-size: 12px; 
  background-color: #cccccc; 
  text-decoration: none; 
  font-weight: normal; 
  line-height: normal; 
}
 
a          { color: #000000; }
a:link     { color: #000000; text-decoration: underline; }
a:visited  { color: #000000; text-decoration: underline; }
a:active   { color: #000000; text-decoration: underline; }
a:hover    { color: #000000; text-decoration: underline; }

a img { border: none; }

img.nav-button	{ 
	border:0px;
	padding:0px;
}

div.content {
	padding: 0px;
	width:612px;
  	margin-left: auto ;
  	margin-right: auto ;
	margin-top: 25px ;
	background-color: #ffffff; 

}

div.regular {
	position: relative; top: 0px; left:23px;
}


div.feature-image {
	padding: 0px;
	position: relative; top: 0px; left:23px;
}

div.headcopy
{
	padding: 5px 0px 5px 0px;
	position: relative; top: 0px; left:23px;
	font-family: helvetica, arial, sans-serif; 
  	font-size: 18px; 
  	text-decoration: none; 
  	font-weight: bold; 
  	line-height: normal;
}

div.main-text {
	width:525px;
	padding: 10px 20px 10px 20px;
	background-color: #cccccc;
}

div.main-text-right {
	width:305px;
	position: absolute; top: 0px; left:220px;
	padding: 10px 20px 10px 20px;
	background-color: #cccccc;
}

div.spacer-top {
	width:565px;
	padding: 10px 0px 10px 0px;
	background-color: #ffffff;
}

div.spacer-mid {
	clear:left;
	width:565px;
	padding: 5px 0px 5px 0px;
	background-color: #ffffff;
}

div.bottom-spacer {
	width:565px;
	padding: 20px 0px 20px 0px;
	background-color: #ffffff;
}

div.project-listing {
	clear:left;
}

div.project-header {
	font-weight:bold;
}


div.project-image
{
	float:left;
	width:200px;
	border:0px;
	padding:0px;
}

div.project-text
{
	margin-left:210px;
	width:345px;
}


div.copyright {
	width:780px;
	padding:10px;
}