
body {
	color: 		  #000000;
}

.title {
	font-size: 28pt;
	font-weight: bold;
	text-align: center;
}

.maps {
	height: 250PX;
	width: 400px;

	text-align: center;
}

.subtitleLeft {
	font-size: 14pt;
	font-weight: normal;

}

.subtitleRight {
	font-size: 14pt;
	font-weight: normal;

}

.siteContainer {
        background-color: #abcdef;
        border: solid 2px #000000;
        width: 800px;
        height: 650px;

        margin: 0 auto;
        padding: 0;

        text-align:left;
	overflow: visible;
}

.siteBody {
	font-size: 10pt;
}

.pageContent {
	height: 530px;
	overflow: auto;
}

.siteHeader {
	height: 65px;
}

.navTable {
	width: 480px;

	border: double 3px #39444F;
	
}

.siteNav {
  	text-align: center;
	
	z-index: -1;
}

.siteNavInActive, .siteNavActive {
	width: 80px;
        height: 20px;
	text-align: center;
}

.siteNavActive, .siteNavActive a:visited, .siteNavActive a:active {
	background-color: #72889e;
	color:            #abcdef;
}

.siteNavInActive, .siteNavInActive a:visited, .siteNavInActive a:active {
	background-color: #39444F;
	color:            #abcdef;
}	



/*****************DROP SHADOW**************************** */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>

.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 300px; /* container width*/
background: transparent url(media/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

</style>

<![endif]>	

