/* LAYOUT */

body {
	padding: 0px;
	margin: 0px;
	background-color: #999;
	font: small Verdana, Arial, sans-serif;
	color: #000;
}
#container {
	width: 1028px;
	margin: 0px auto;
	background-color: #0E76BC;
	background-image: url(Images/bg-container.gif);
	background-repeat: no-repeat;
	padding: 25px;
}
#contentBody {
	width: 990px;
	margin: 0px;
	padding: 20px 10px 10px 10px;
	background-color: #FFF;
	border-color: #999;
	border-width: 3px;
	border-style: double;
}
#separator {
	clear: both;
	height: 0px;
}
#headerLeft {
	width: 160px;
	height: 108px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#headerRight {
	width: 820px;
	height: 88px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#headerNav {
	width: 820px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: right;

}
#bodyContentLeft {
	width: 560px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	text-align: left;

}
#bodyContentRight {
	width: 410px;
	margin: 0px;
	padding: 30px 0px 20px 10px;
	float: left;
	text-align: right;

}
#bodyContentFull {
	width: 970px;
	margin: 0px;
	padding: 0px 0px 20px 10px;
	float: left;
	text-align: left;

}

/* ------------------------------------------------------- */
/* BODY CONTENT */

#bodyContentLeft p {
	font-size: 1em;
	margin: 0px;
	padding: 10px 0px 0px 10px;
}
#bodyContentLeft a:link {
	color: #03C;
	text-decoration: underline;
}
#bodyContentLeft a:visited {
	color: #03C;
	text-decoration: underline;
}
#bodyContentLeft a:hover {
	color: #A01F40;
	text-decoration: underline;
}
#bodyContentLeft a:active {
	color: #F00;
	text-decoration: underline;
}

#bodyContentFull p {
	font-size: 1em;
	margin: 0px;
	padding: 10px 0px 0px 10px;
}
#bodyContentFull a:link {
	color: #03C;
	text-decoration: underline;
}
#bodyContentFull a:visited {
	color: #03C;
	text-decoration: underline;
}
#bodyContentFull a:hover {
	color: #A01F40;
	text-decoration: underline;
}
#bodyContentFull a:active {
	color: #F00;
	text-decoration: underline;
}

/* ------------------------------------------------------- */
/* FOOTER NAV BAR*/

#footerNav {
	width: 980px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	float: left;
	text-align: right;
	color: #999;

}
#footerNav p {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
#footerNav a:link {
	color: #999;
	text-decoration: none;
}
#footerNav a:visited {
	color: #999;
	text-decoration: none;
}
#footerNav a:hover {
	color: #0E76BC;
	text-decoration: underline;
}
#footerNav a:active {
	color: #A01F40;
	text-decoration: underline;
}

/* ------------------------------------------------------- */
/* FOOTER BAR */

#footer {
	width: 980px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	float: left;
	color: #999;
	text-align: right;

}
#footer p {
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
	line-height: 1.0em;
}

/* ------------------------------------------------------- */
/* OTHER */

.pageTitle {
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}
.blueBold {
	color: #0066B3;
	font-weight: bold;
}
.grayBold {
	color: #727272;
	font-weight: bold;
}
.redText {
	color: #F00;
}

.homeNavButtons {
	padding-bottom: 5px;
}
#borderedTexBox {
	border: thin solid #727272;
}
