body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #2B4156;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

h1 {
	margin: 0px;
	color: #2B4156;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	color: #C05F59;
	font-size: 14px;
	font-style: italic;
}

h3 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	
}

img {
	border: 0px;
}

hr {
	height: 1px;
	background-color: #ADC06F;
	border: none;
}

a {
	text-decoration: none;
	color: #C05F59;
}

a:hover {
	text-decoration: underline;
}
	
.clear {
	clear: both;
}

.imgLeft {
	float: left;
}

.imgRight {
	float: right;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 870px;
	background-color: #FFFFFF;
}

#header {
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
	width: 870px;
	height: 223px;
}

#headerNew {
	background-image: url(../images/header-new.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 870px;
	height: 225px;
}

#textBox {
	float: right;
	color: #2B4156;
	font-size: 20px;
	font-style: italic;
	width: 193px;
	margin: 20px 70px 0px 0px;
}

#content {
	width: 870px;
	padding: 0px 0px 50px 0px;
	background-color: #FFFFFF;
	background-image: url(../images/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#contentSecondary {
	width: 870px;
	padding: 0px 0px 80px 0px;
	background-color: #FFFFFF;
	background-image: url(../images/contentSecondaryBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#left {
	width: 129px;
	float: left;
	margin: 5px 0px 0px 15px;
	color: #333333;
	font-style: italic;
	font-size: 14px;
}

#left a {
	display: block;
	margin: 0px 0px 0px 0px;
	color: #333333;
}

#left a:hover {
	color: #674B57;
	text-decoration: none;
}

#right {
	width: 678px;
	float: right;
	padding: 5px;
	line-height: 17px;
}

#rightSeconadry {
	width: 668px;
	float: right;
	padding: 5px 25px 5px 5px;
	line-height: 17px;
}

#mainText {
	float: left; 
	width: 300px;
}

#footer {
	width: 870px;
	height: 24px;
	background-image: url(../images/footerBG.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	padding: 10px 0px 0px 0px;
}

#footer a {
	color: #FFFFFF;
	font-size: 12px;
}

#copyright {
	width: 870px;
	height: 22px;
	background-image: url(../images/copyrightBG.jpg);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 11px;
	text-align: center;
	padding: 5px 0px 0px 0px;
}

#copyright a {
	color: #333333;
}
