html, body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #EBECCF;


}

div {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;

}

#footer {
	background: url(../images/bg-footer2.gif) repeat-x left;
	width: 100%;
	clear: both;
	text-align: left;
	height: 85px;

}
#footerInner {
	float: left;
	width: 770px;
	font-size: 80%;
	background: url(../images/bg-footer.gif) no-repeat;
	height: 85px;
}

#footerInner p {
	padding-top: 25px;
	padding-left: 15px;
}

#containerLime {
	background: url(../images/bg-lime.gif) repeat-x;
	width: 100%;
	overflow: visible;
}

#containerAuburn {
	background: url(../images/bg-auburn.gif) repeat-x;
	width: 100%;
	overflow: visible;
}

#containerMagenta {
	background: url(../images/bg-magenta.gif) repeat-x;
	width: 100%;
	overflow: visible;
}

#containerBlue {
	background: url(../images/bg-blue.gif) repeat-x;
	width: 100%;
	overflow: visible;
}

#content{
	width: 770px;
	float: left;
	clear: left;
	background: #fff;
	margin: 0px;
	padding: 0px;
}

#quote {
	width: 155px;
	padding-left: 25px;
	font-size: 80%;
	position: absolute;
	left: 770px;
	top: 290px;


}
#contentLeft {
	width: 220px;
	float: left;
	background: #fff;
	font-size: 11px;
}

#contentRight {
	float: right;
	width: 550px;
}

#nav {
	width: 200px;
	padding-left: 20px;

}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-size: 11px;
	list-style-image: none;}

#nav a {
	display: block;
	color: #000;
	padding: 6px 0px 6px 10px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	background: url(../images/nav-arrow.gif) no-repeat left top;
	width: 150px;

}

#nav a:hover {color: #d8552e;}


#contentFlash {
	width: 550px;
	height: 260px;
	margin: 0px;
	padding: 0px;



}
#contentMain {
	width: 495px;
	background: #F9F7E7 url(../images/bg-content.gif) no-repeat left bottom;
	margin: 0px;
	padding: 30px 30px 40px 25px;
}

#contentMain p {
	padding-left: 15px;
	text-align: justify;

}


.textBold {
	font-weight: bold;
}
.textItalic {
	font-style: italic;
}
