@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #036;
	line-height:1.5em;
	/*background-color: #E6E6E6;*/
	/*margin:0;
	padding:0;*/
}
body {
	background-image: url(../site_images/background.png);

}
a {
	font-size: 14px;
	color: #036;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #03F;
}
#mainWrapper {
	margin:0;
	padding:0;
	/*border: #000 1px solid;*/
}
#pageHeader {
	margin:0px;
	padding:0px;
}

#menuBar {
	background-image:url(../site_images/header.png);
	background-repeat:no-repeat;
	background-position:top;
	width:974px;
	height:125px;
	margin:0px;
	padding:0px;
}
#menuBar > a{
	float: left;
	background: #ddd;
	padding: 1px 2px;
	color: #036;
	margin-left: 12px;
	margin-top: 90px;
	text-decoration: none;
	border: #fff 1px solid;
	border-radius: 5px;
	transition: background 0.3s linear 0s, color 0.3s linear 0s;
	}
#menuBar > a:hover{
	background: #666;
	color: #fff;
	}
#pageContent {
	width:974px;
	margin:0px;
	padding:0px;
	/*border: #000 2px solid*/
	}
#panelLeft {
	float:left;
	clear:both;
	font-size: 16px;
	background-image:url(../site_images/panel_left.png);
	background-repeat:no-repeat;
	background-position:top;
	width:600px;
	height:254px;
	margin:0px;
	padding:0px;
	/*border: #000 1px solid*/
	}
#panelRight {
	float:right;
	/*clear:both;*/
	font-size: 16px;
	font-padding: 20px;
	background-image:url(../site_images/panel_right.png);
	background-repeat:no-repeat;
	background-position:top;
	width:374px;
	height:254px;
	margin:0px;
	padding:0px;
}
#cornerstones {
	float:left;
	/*clear:both;
	font-size: 16px;
	background-image:url(../site_images/panel_left.png);
	background-repeat:no-repeat;
	background-position:top;
	width:600px;
	height:254px;*/
	margin:3px 0px 0px 0px;
	padding:0px;
	/*border: #000 1px solid*/
	}
#panelWide {
	float:left;
	clear:both;
	font-size: 16px;
	background-image:url(../site_images/panel_wide.png);
	background-repeat:no-repeat;
	background-position:top;
	width:974px;
	height:504px;
	margin:3px 0px 0px 0px;
	padding:0px;
	/*border: #000 1px solid*/
	}
#pageFooter {
	float:right;
	margin:3px 0px 0px 0px;
	font-size: 12px;
	background-image:url(../site_images/footer.png);
	background-repeat:no-repeat;
	background-position:center;
	width:974px;
	
}

