body{
	background-color: #e5f1f8;
	font-family: arial, helvetica;
	font-size: 10pt;
	text-align: center;
}

#siteContainer{
width: 1000px;
margin: auto;
text-align: left;
}

#topbar{
	width: 810px;
	height: 30px;
	background-color: #007cc2;
	border: 1px #000 solid;
	text-align: right;
	margin: 10px 0px 0px 60px;
	padding: 0px 0px 0px 0px;
}

a.smLink{
	font-size: 8pt; 
	font-family: arial;
	color: #ffd375;
	text-decoration: none;
	margin: 0px;
}

span.smtxt{
	font-size: 8pt; 
	font-family: arial;
	color: #ffd375;
	margin: 0px;
}

#templateDate{
	padding-left: 10px;
	padding-top: 3px;
	font-size: 8pt;
	color: #fff;
	font-style: italic;
	text-align: left;
}

#banner{
	
	height: 100px;
	width: 810px;
	border: 1px #000 solid;
	margin: 10px 0px 0px 60px;
}

#breadCrumbs{
	width: 810px;
	height: 30px;
	background-color: #007cc2;
	border: 1px #000 solid;
	margin: 10px 0px 50px 60px;
	text-align: left;
}

#topnav{
	position: absolute;
	top: 195px;
	width: 810px;
	height: 30px;
	margin: 10px 0px 0px 60px;
}


#bodycontent{
	width: 700px;
	min-height: 700px;
	border: 1px #000 solid;
	background-color: #fff;
	margin: 10px 0px 0px 60px;
	padding: 10px 10px 10px 100px;
}

#outerNav{
	position: absolute;
	top: 300px;
	border-width: 1px 0px 1px 1px;
	padding-bottom: 15px;
	border-color: #000;
	border-style: solid;
	background-color: #fff;
}

#footer{
	
	width: 810px;
	height: 200px;
	background-color: #007cc2;
	border: 1px #000 solid;
	text-align: center;
	margin: 10px 0px 30px 60px;
}

div#footerTopNav,
div#footerLeftNav{
	width: 610px;
	margin: 0px 100px 0px 100px;
	padding: 0px;
	text-align: center;
}

div#footerTopNav span{
	padding: 5px;
	font-size: 9pt;
	color: #ffd375;
	margin: 10pt;
}

div#footerLeftNav span{
	font-size: 8pt;
	color: #ffd375;
	margin: 5px;
}

#login{
	font-size: 9pt;
	color: #ffd375;
	margin: 5px;
}

#copy{
	font-size: 9pt;
	color: #ffd375;
	margin: 5px;
}

#lowerBanner{
	position: fixed;
	z-index: 4;
	bottom: 0px;
	height: 58px;
	width: 100%;			
}

#showLowerBanner{
	position: fixed;
	z-index: 3;
	bottom: 0px;
	width: 100%;
}

#dropShadow{
	height: 8px;
	background-image: url('<?php echo $dir; ?>/images/template/vertical_shdw.png');
	background-repeat: repeat-x;
}

#bannerContent{
	height: 50px;
	background-color: #007cc2;
	border-top: 1px #ffd375 solid;
}



#body_content{
	text-align: left;
}

#titleMarker{
	width: 10px;
	height: 30px;
	background-color: #ffd375;
	float: left;
	margin: 0px 5px 10px 0px;	
}

#pageTitle{
	font-weight: bold;
	font-size: 14pt;
	color: #007cc2;
	padding: 8px;
	margin-bottom: 10px;
}
#rightBanner{
	position: absolute;
	top: 0px;
	margin-left: 880px;
	margin-top: 10px;
	width: 150px;
}

ul#leftNavUL{
	position: absolute;
	z-index: 2;
	top: 236px;
	margin-right: 1100px;
	width: 120px;
	border-width: 1px 0px 1px 1px;
	border-color: #000;
	border-style: solid;
	list-style: none;
	margin: 30px 0px 0px 0px;
	margin-top: 30px;
	padding: 5px 0px 5px 5px;
	background-color: #fff;
}

ul#leftNavUL li{
	text-align: right;
	width: 120px;
	border: 1px #000 solid;
	padding: 5px;
	margin: 3px;
	background-color: #007cc2;
	font-size: 8pt;
	color: #ffd375;
}

div#chapter,
div#chaptershdw{
	position: absolute;
	width: 150px;
	height: 100px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;

}
div#chapter{
	z-index: 2;
	color: #ffd375;
}
div#chaptershdw{
	z-index: 1;
	top: 3px;
	left: 3px;
	color: #858585;

}

img#bannerLogo{
	position: absolute;
	top: 58px;
	z-index: 2;
}
