/*---------------GLOBAL STYLES START------------------------*/
html{
	width:100%;
	height:100%;
	_border:none;
}
body {
	margin: 0px;
	text-align: center;
	width:100%;
	height:100%;
}
a img, img a, img{
	border:none;
}
img, embed, object{
	display:block;
}
.clearer:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}
.clearer{display: inline-block;} 
/* Hides from IE Mac \*/
* html .clearer {height: 1%;}
.clearer{display:block;}
/* End Hack */
div.container {
	text-align: left;
	padding: 0px 0px 20px;
	width: 856px;
	margin-right: auto;
	margin-left: auto;
}
/*---------------global styles end------------------------*/
/*---------------header styles start------------------------*/
div.header {
	height: 82px;
}
div.header img.printLogo {
	float: left;
}
div.header img.logo {
	display: none;
}
/*---------------header styles end------------------------*/
/*---------------Nav styles start------------------------*/
div.navContainer {
	display: none;
}
/*---------------Nav styles end------------------------*/
/*---------------content styles start------------------------*/
div.contentContainer {
	clear: both;
	margin: 0px;
	padding: 0px;
	background: #EDEDEC;
}
div.leftColumn {
	display: none;
}
div.content {
	width: 756px;
	padding-top: 80px;
	padding-bottom: 20px;
}
div.content p {
	font: 12px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	margin: 0px;
	padding: 0px 25px 15px;
}
div.content ul {
	margin: 0px;
	padding: 0px 0px 15px 45px;
}
div.content ul li {
	font: 12px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
h2{
	color: #444444;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 25px 0px 25px;
	padding: 10px 0px 0px 0px;
}
div.content p a {
	color: #007CB9;
}
div.content p a:hover {
	color: #005E8A;
	text-decoration: none;
}
div.content img.contentImage {
}
div.project{
	margin:0px 0px 5px 0px;
	clear: both;
	background: url(images/ui/rule-red.gif) no-repeat 25px bottom;
}
div.project p{
	margin: 0px;
	padding: 0px 320px 15px 25px;
}
div.project h3.caption{
	width:234px;
	margin: 0px 25px 15px 0px;
	float:right;
	clear:right;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #C2C516;
}
div.project img{
	float: right;
	margin:0px 25px 5px 25px;
}
div.project img.secondImage{
	clear: right;
	margin-top: 5px;
}
div.project div.hr {
	line-height: 0px;
	margin: 0px 0px 0px 0px;
	height: 0px;
	padding: 0px;
	clear:both;
}
/*---------------content styles end------------------------*/
/*---------------footer styles start------------------------*/
div.footer {
	display: none;
}
/*---------------footer styles end------------------------*/