@charset "utf-8";
body {
	margin: 0px;
	background-color: #000000;
}
#leftNavLayer {
	position: absolute;
	z-index: 100;
	height: auto;
	width: 153px;
	left: 0px;
	top: 0px;
}
#topNavLayer {
	position: absolute;
	z-index: 100;
	height: auto;
	left: 153px;
	top: 0px;
}
#topNavLayer #titleBar {
	height: 52px;
	width: 648px;
}
#topNavLayer #topNavBar {
	width: 552px;
	float: right;
}

/* Background bands styles */
.band1 {
	background: #bee9f3;
	height: 52px;
}
.band2 {
	background: #CCCCCC url(../images/nav/band2_bkg.png) repeat-x;
	height: 28px;
}
.band3 {
	background-color: #000000;
	height: 163px;
}

/* Main Content background table styles */
.content {
	background: #1FA7C1 url(../images/content_bkg.jpg);
	padding: 35px 20px 10px 25px;
}
.contentTop {
	background: url(../images/content_top.png) repeat-x;
	height: 10px;
}
.contentBottom {
	background: url(../images/content_bottom.png) repeat-x;
	height: 10px;
}
.contentLeft {
	background: url(../images/content_left.png) repeat-y;
	width: 10px;
}
.contentRight {
	background: url(../images/content_right.png) repeat-y;
	width: 10px;
}

/* Main Content paragraph styles */
p {
	padding: 8px;
	border: 1px solid #FFFFFF;
	background: url(../images/white_50p.png);
	font: 90% Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Footer styles */
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #669999;
	text-align: center;
	font-weight: normal;

}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #669999;
	text-align: center;
	font-weight: normal;

}

.footer div {
	float: right;
	font: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-right: 10px;
}
.footer a {
	color: #CCCCCC;
}
.footer a:link {
	color: #CCCCCC;
}
.footer a:visited {
	color: #CCCCCC;
}
.footer a:active {
	color: #CCCCCC;
}
.footer a:hover {
	color: #CCCCCC;
}
.content h1 {
	font: bold 130% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.content h2 {
	font: bold 115% Arial, Helvetica, sans-serif;
	color: #000000;
}
