body {
	margin-left: auto;
	margin-right: auto;
	background-color: #D2E6F1; /*#D2E6F1;*/
	background-image: url("../../img/bg.jpg");
	background-position: top left;
	background-repeat: repeat;
}

img {
	border: 0;
	margin: 0;
	padding: 0; 
}
a {
	text-decoration: none;
} 
a: hover {
	text-decoration: underline;
}
p {
	margin: 0;
	margin-bottom: 1em;
}
 
#home {
	width: 831px;
	background-color: white;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;

}
#home #navTop {
	background-image: url("../../img/home/bg_top.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 100%;
	height: 156px;
	margin: 0;
	padding: 0; 
	position: relative;
}
#home #navTop #nav {
/*
	margin-top: 45px;
	margin-left: 312px;
*/	
	position: absolute;
	top: 45px;
	left: 312px;
	width: auto; 
	color: #66CCFF;
	font: 9.25px Arial;  
}
#home #navTop #nav a {
	color: white;
	margin-right: 6px;
	margin-left: 6px;
	text-decoration: none;
	text-transform: uppercase; 		
}
#home #navTop #nav a:hover {
	text-decoration: underline;
}


#home #content {
	display: inline;
	float: left;
	width: 260px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 35px;
	text-align: center;
	vertical-align: top;
	font: 11px Arial;
	color: #666666;
	border: 0px solid green;
}
#home #logos {
	display: inline;
	float: left;
	text-align: right;
	width: 530px;
	vertical-align: top;
	border: 0px solid red;
}

#home #content .statement {
	font: 18px Times;
	line-height: 1.5em;	
	font-style: italic;
	color: #6599CB;
}
#home #content a {
	font: 11px Arial;
	color: #333333;
	font-weight: bold;
}
#home #content a.more {
	background-image: url("../../img/home/arrow.gif");
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#home #content a:hover {
	text-decoration: underline;
}
