/* CSS Document */
body,td,th {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: #1b2225;
}
body {
	background-color: #bcbca9;
}

div#wrapper {
	margin: auto;
	width: 897px;
	background-color: #aea8a7;
	padding: 0px;
	border-left: solid #FFFFFF 1px;
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
}
/*header*/
	div#header {
		width: 897px;
		padding: 0px;
	}
	img#blueLeft {
		width: 56px;
		float: left;
		border-right: #FFFFFF 1px solid;
		border-bottom: #FFFFFF 1px solid;
		padding: 0px;
	}
	img#Logo {
		width: 237px;
		float: left;
		border-right: #FFFFFF 1px solid;
		border-bottom: #FFFFFF 1px solid;
		padding: 0px;
	}
	img#yellow {
		width: 209px;
		float: left;
		border-bottom: #FFFFFF 1px solid;
		border-right: #FFFFFF 1px solid;
		padding: 0px;
	}
	img#blue {
		width: 208px;
		float: left;
		border-bottom: #FFFFFF 1px solid;
		border-right: #FFFFFF 1px solid;
		padding: 0px;
	}
	img#red {
		width: 182px;
		float: left;
		border-bottom: #FFFFFF 1px solid;
		padding: 0px;
	}
	div#title {
		width: 600px;
		height: 95px;
		padding: 20px 0px 0px 0px;
		border-bottom: #FFFFFF 1px solid;
		text-align: center;
		background-color: #787851;
		float: right;
		font-family: "Times New Roman", Times, serif;
		color:#FFFFFF;
		font-size: 14pt;
	}
	.title36pt {
		font-family: "Times New Roman", Times, serif;
		color:#FFFFFF;
		font-size: 32pt;
	}
	div#nav {
		width: 877px;
		padding: 10px;
		background-color: #5e5e3f;
		text-align: right;
		color: #FFFFFF;
	}
	div#nav a {
			color: #FFFFFF;
			text-decoration: underline;
		}
		div#nav a:hover {
			color: #FFFFFF;
			text-decoration: none;
	}
	img#ruler {
		padding: 0px;
		border-top: #FFFFFF 1px solid;
		border-bottom: #FFFFFF 1px solid;
		position: inherit;
	}

/*content*/
	div#content {
		width: 897px;
		background-color: #7a7b6b;
	}
	div#contentLeft {
		width: 293px;
		float:left;
		background-color: #7a7b6b;
		padding: 0px 5px 5px 12px;
		color:#FFFFFF;
		text-align: left;
		margin: 0px;
	}
		div#contentLeft a {
			color: #FFFFFF;
			text-decoration: underline;
			text-align: right;
		}
		div#contentLeft a:hover {
			color: #FFFFFF;
			text-decoration: none;
			text-align: right;
	}
	div#contentRight {
		width: 568px;
		padding: 10px 5px 10px 10px;
		border-left: #1b2225 1px solid;
		float: right;
		background-color: #FFFFFF;
		margin: 0px;
	}
		div#contentRight a {
			color: #1b2225;
			text-decoration: underline;
		}
		div#contentRight a:hover {
			color: #1b2225;
			text-decoration: none;
	}
		div#contentNL {
		width: 880px;
		padding: 10px 5px 10px 10px;
		float: right;
		background-color: #FFFFFF;
		margin: 0px;
	}
		div#contentNL a {
			color: #1b2225;
			text-decoration: underline;
		}
		div#contentNL a:hover {
			color: #1b2225;
			text-decoration: none;
	}
	.rightBreak {
		width: 551;
		padding: 0px;
		border-top: #1b2225 1px solid;
	}
	.leftBreak {
		width: 288px;
		padding: 0px;
		border-top: #FFF 1px solid;
	}
	H1 {
		color: #1b2225;
		font-size: 16px;
		padding: 0px;
	}
	H2 {
		color: #FFF;
		font-size: 16px;
		padding: 10px 0px 0px 0px;
		margin: 0px;
	}
	H3 {
		color: #000000;
		font-size: 12px;
		padding: 10px 0px 0px 0px;
		margin: 0px;
	}
	.news {
	color: #FFFFFF;
	}
/*footer*/
	div#footer {
		width: 897px;
		padding: 5px 0px 0px 0px;
		border-top: #1b2225 1px solid;
		font-size: 10px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
		div#footer a {
			color: #1b2225;
			text-decoration: underline;
		}
		div#footer a:hover {
			color: #1b2225;
			text-decoration: none;
	}
	div#footerLeft {
		float: left;
		text-align:left;
	}
	div#footerRight {
		float: right;
		text-align: right;
	}
	