body {
	background:#ededed;
	font-family:tahoma;
	font-size:12px;
}
table, tbody {
	margin:0;
	padding:0;
	border:0;
}

td, p, div, th, h {
	font-size:12px;
	font-family:tahoma;	
	color:#282828;
	
}
p {
	padding:7px;
}
.wrapper {
	background-color:#6DA2D6;
	margin-right:auto;
	margin-left: auto;
	width:800px;
}

.header {
	height:170px;
	width:100%;
	background: url(../images/header.jpg) no-repeat 0 0 ;
}

.blue-bar {
	height:35px;	
	background:#3471b8;
	width:100%;
}

.main {

}

#left {
	width:150px;
	float:left;
	background:#6da2d6;
}

#content {
	width:650px;
	float:right;
	background:#d4d4d4;
	
}

.componentheading, .contentheading {
	color: #144987;
	font-size:18px;
	
}
.buttonheading, .article_separator {
	display:none;
}