/* CSS Document */

body {
	background-color:#CCC;
	background-image:url(../images/tile1.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	line-height:1.7em;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:0px;
}
/* =============================MAIN TEXT STYLES================================ */

p {
	margin-top:.5em;
	margin-bottom:.9em;
	color:#333;
}
a {
	text-decoration:underline;
	color:#609;
}
a:hover {
	color:#990000;
}
h1 {
	font-size: 1.8em;
	line-height:1.2em;
	font-weight: bold;
	margin-top:1em;
	margin-bottom:0px;
	color:#900;
}
h2 {
	font-size:1.4em;
	line-height:1.3em;
	font-weight: bold;
	margin-top:.8em;
	margin-bottom:.2em;
	color:#00c;
}
h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-style:italic;
	font-weight:bold;
	margin-top:.6em;
	margin-bottom:.3em;
	color:#900;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top:.5em;
	margin-bottom:0px;
}
h5 {
	font-weight: normal;
	font-size: 1em;
	line-height:1.2em;
	margin-top:.5em;
}
ul {
	list-style-position: outside;
	list-style-image: url(../images/arrow-fwd.gif);
}
li {
	position: relative;
	left: 6px;
	line-height:1.5em;
	font-weight:bold;
	margin-bottom:.35em;
	margin-left:-2em;
}
.legal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1.5em;
	text-align:center;
	color:#36C;
	margin-top:9px;
}
.legal a:hover {
	color:#609;
}
.legal a {
	color:#36C;
	font-weight:normal;
}
/* =============================TOP NAV BAR================================ */

.topNavBar {
	position:relative;
	padding: 0.4em 1em;
	border-top:2px solid #09F;
	background-color: #36c;
	background-image:url(../images/fade1.png);
}
.topNavBar a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	color:#fff;
	padding: 0.4em 1em;
	border-left: solid 1px #09F;
	border-right: solid 1px #09F;
}
.topNavBar a:hover {
	background-color: #909;
	background-image:url(../images/fade2.png);
}
.topNavBar a:active {
	background-color:#900;
}
.topNavBarSP {
	position:relative;
	text-decoration:none;
	background-color:#00c;
	background-image:url(../images/fade1.png);
}
.topNavBarSP a:hover {
	background-color:#609;
	background-image:url(../images/fade2.png);
}
/* =============================Section Head================================ */

.pagebar {
	position:inherit;
	width:auto;
	border-top:3px solid #00C;
	border-bottom: 2px solid #FFF;
	background-color:#909;
	font: bold 1.75em Georgia, "Times New Roman", Times, serif;
	color:#fff;
	padding: 0.4em .5em;
	background-image:url(../images/striper.png);
}
/* =============================sub NAV BAR================================ */

.subNavBar {
	position:inherit;
	float:left;
	width:100%;
	border-bottom: 2px solid #fff;
	background-color: #36c;
	background-image:url(../images/fade1.png);
	clear:both;
	margin-bottom:18px;
}
.subNavBar a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	float: left;
	text-decoration:underline;
	color:#ff6;
	padding: .5em .75em;
	border-right: solid 2px #FFF;
}
.subNavBar a:hover {
	background-color: #909;
	background-image:url(../images/fade2.png);
}
.subNavBar a:active {
	background-color:#900;
}
/* =============================GEOMETRY================================ */

.header {
	position:relative;
	background-image:url(../images/clouds.png);
	height:120px;
	float: center;
}
.mainContainer {
	position: absolute;
	width:1024px;
	left:50%;
	margin-left:-512px;
	margin-top:12px;
	margin-bottom:12px;
	border: 2px solid #09F;
	background-color:#FFF;
	background-image:none;
}
.mainContent {
	position: relative;
	margin: 18px 42px 2px 42px;
}
.rightContent {
	position: inherit;
	float:right;
	border:thin solid #CCC;
	margin-right:0px;
	margin-left: 24px;
	margin-top: 0px;
	margin-bottom:12px;
	padding: 12px;
	background-color:#FFF7C8;
}
.leftContent {
	position: relative;
	float:left;
	border:thin solid #666;
	margin-right: 24px;
	margin-top: 0px;
	margin-bottom:12px;
	padding: 12px;
	background-color:#FFF7C8;
	clear: both;
}
.pStrip {
	position:relative;
	width:100%;
	clear:both;
	margin-top:12px;
	margin-bottom:12px;
	border-top:solid 3px #609;
	border-bottom:solid 3px #609;
}
.bottomContent {
	position: relative;
	clear: both;
	width:auto;
	padding: 3px;
	margin-top: 16px;
	margin-bottom: 18px;
	border:solid thin #CCC;
	background-color:#EFF7FF;
}

