body {
	margin: 0;
	background-color: #ffffff;
	background-image: url("../images/background_sub_gradient.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: Times, serif;
}
	
img {
	border: none;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

#containerHeader {
	width: 968px;
	height: auto;
	margin: 15px auto 5px;
	text-align: right;
}	

#borderMain {
	width: 962px;
	height: auto;
	background-color: #f3f4ee;
	margin: 0 auto;
	border: 2px #dcae26 solid;
	padding: 1px;
}	

#containerMain {
	width: 960px;
	height: auto;
	background-color: #ffffff;
	border: 1px #dcae26 solid;
	padding-top: 10px;
	text-align: center;
}

/* BEGIN HOME PAGE SPECIFIC STYLES */
#containerHome {
	width: 100%;
	height: 100%;
	padding-top: 10px;
	background-color: #f4f4ee;
	text-align: center;
}
.txtContentHome {
	font-family: Times, serif;
	font-size: 12px;
	color: #00233b;
	text-align: left;
}

/*use this id to remove margin on first p tag in firefox*/	
.txtContentHome p:first-child {margin-top:0;}

.txtContentHome A:link {
	text-decoration: underline;
	color: #42759e;
}
.txtContentHome A:visited {
	text-decoration: underline;
	color: #42759e;
}
.txtContentHome A:hover {
	text-decoration: underline;
	color: #8d7e2f;
}
.txtContentHome A:active {
	text-decoration: underline;
	color: #8d7e2f;
}
/* END HOME PAGE SPECIFIC STYLES */

#containerSub {
	width: 100%;
	height: 100%;
	padding: 10px 0;
	background-color: #f4f4ee;
	text-align: center;
}

/* BEGIN SUB NAV STYLES */
#txtSubNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#txtSubNav ul a {
	display: block;
	font-size: 11px;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px #b1bf96 dotted;
}
#txtSubNav ul a.last {
	border: none;
}
#txtSubNav ul a:link {
	background-color: #ffffff;
	color: #00233b;
}
#txtSubNav ul a:visited {
	background-color: #ffffff;
	color: #00233b;
}
#txtSubNav ul a:hover {
	color: #ffffff;
	background-color: #00233b;
}
#txtSubNav ul a:active {
	color: #ffffff;
	background-color: #00233b;
}

#txtSubNav ul a.navOn {
	color: #ffffff;
	background-color: #00233b;
	background-image: url("../images/nav_sub_arrow.gif");
	background-repeat: no-repeat;
	background-position: right center;
}
/* END SUB NAV STYLES */

h1.txtHeader {
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #8d7e2f;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

.txtContentSub {
	font-size: 12px;
	color: #00233b;
	text-align: left;
	line-height: 20px;
	background-color: #ffffff;
}

/*use this id to remove margin on first p tag in firefox*/	
.txtContentSub p:first-child {margin-top:0;}

.txtContentSub p {
	margin: 0 0 20px 0;
}

.txtContentSub A:link {
	text-decoration: underline;
	color: #42759e;
}
.txtContentSub A:visited {
	text-decoration: underline;
	color: #42759e;
}
.txtContentSub A:hover {
	text-decoration: underline;
	color: #8d7e2f;
}
.txtContentSub A:active {
	text-decoration: underline;
	color: #8d7e2f;
}

#containerFooter {
	width: 964px;
	height: auto;
	margin: 10px auto;
}
.txtFooter {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #8d7e2f;
	white-space: normal;
}
.txtFooter A:link {
	text-decoration: none;
	color: #8d7e2f;
}
.txtFooter A:visited {
	text-decoration: none;
	color: #8d7e2f;
}
.txtFooter A:hover {
	text-decoration: underline;
	color: #8d7e2f;
}
.txtFooter A:active {
	text-decoration: underline;
	color: #8d7e2f;
}
#txtFooterRTP {
	font-size: 11px;
	color: #dbbe28;
	white-space: normal;
}
#txtFooterRTP A:link {
	text-decoration: none;
	color: #dbbe28;
}
#txtFooterRTP A:visited {
	text-decoration: none;
	color: #dbbe28;
}
#txtFooterRTP A:hover {
	text-decoration: underline;
	color: #dbbe28;
}
#txtFooterRTP A:active {
	text-decoration: underline;
	color: #dbbe28;
}