﻿body {
	margin: 0;
	background: #9ab2c9;
}

.main-heading {
	background: #9ab2c9;
	height: 80px;
	padding: 0;
}

.main-heading-title {
	
	background: url('images/roof2.gif') no-repeat;
	height: 80px;
	
}

.nav {
	background-color: #FFFFFF;
	color: #000000;
	font: 12pt Georgia;
	padding: 5px;
	float: left;
	width: 1033px;
}

.nav a {
	color: #000000;
	text-decoration: none;
	padding:5px;
	display: inline;
	border-left: 5px solid #807859;
}

.nav a:hover {
	background: #efefbf;
	color: #444;
	border-left: 1px solid #C82B2B;
}
.u-nav {
	background: url('images/topbar.jpg') no-repeat;
	padding: 0px;
	float: left;
	width: 1033px;
}


.content-wrapper {
	background: #FFFFFF;
	/*color: #444;  font: 11pt Georgia*/
	font-family: 10pt verdana,arial,san-serif;
	margin: 0 auto;
	width: 1050px;
	background-image: url('images/column_bg.png');
	background-repeat: repeat-y;
	background-position: right;
	border-right: 0px 
}


.content-column-1 {
	float: left;
	width: 780px;
	padding: 5px 15px 0 5px;
	font-size: 12pt;
	display: table-cell;
	margin-bottom: 1em;
	line-height: 2em;
}

.content-column-1 a{
/*	color: ##151B8D; */
	color: #151B8D;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #C82B2B;
}

.content-column-1 a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0;
}

.content-column-2 {
	float: right;
	width: 240px;
	padding: 5px 5px 0 5px;
	font-size: 10pt;
	color: #000000;
	line-height: 1.5em;
}

.content-column-2 a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #E6E1CF;
}

.content-column-2 a:hover{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0;
}

.content-column-2 img{
	border: 2px solid #ffffff;
}

.article-image {
	float: left;
	margin: 5px;
	border: 2px solid #000;
}

p {
	margin-top: 0;
}

h1 {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 160px;
	text-align: right;
	font-size: 14pt;
	border-bottom: 1px solid #000;
}

h2 {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 190px;
	text-align: right;
	font-size: 13pt;
	border-bottom: 1px solid #000;
}

h3 {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 190px;
	text-align: right;
	font-size: 12pt;
	border-bottom: 1px solid #000;
}

h4 {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 190px;
	text-align: right;
	font-size: 11pt;
	border-bottom: 1px solid #000;
}


h5 {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 190px;
	text-align: right;
	font-size: 10pt;
	border-bottom: 1px solid #000;
}


h6 {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 190px;
	text-align: right;
	font-size: 8pt;
	border-bottom: 1px solid #000;
}

.footer {

	clear:both;
	width: 780px;
	background-color: #807859;
	color: #efefbf;
	text-align: center;
	padding: 5px;

}

.footer a{
	color: #efefbf;
	text-decoration: none;
	border-bottom: 1px solid #efefbf;
}

}

.seperator {
	padding-bottom: 1em;
	border-bottom: 1px solid #E6E1CF;
}


.footer1 {

	clear:both;
	width: 780px;
	background-color: #9ab2c9;
	color: #ffffff;
	text-align: center;
	padding: 5px;

}

.footer1 a{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

}

.seperator1 {
	padding-bottom: 1em;
	border-bottom: 1px solid #E6E1CF;
}