/* CSS Document */

body {	font-family: Arial, Helvetica, sans-serif;
		background-color: #FFFFFF;
		margin: 0;
}
h1   {	margin-top: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #00248F;
}
h2   { margin-top: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
       color: #00248F;
}
h3   { font-family: Arial, Helvetica, sans-serif;
	   color: #00248F;
}
p    { font-family: Arial, Helvetica, sans-serif;
}
li   { font-family: Arial, Helvetica, sans-serif;
}
/*left-top title area */
#left-top 	{
	float: left;
	background: #FFFFFF;
	padding: 8px;
	width: 120px;
	position: relative;
	padding-left:6%
}
/* top navigation  */

#navparent {margin-top: 0px;
			margin-bottom: 0px;
			background-color: #FFFFFF;
			padding: 14px;
			margin-left: 25%;
}
/*rt-top title area */
#rt-top 	{
	float: right;
	background: #FFFFFF;
	padding: 26px;

}
/* top navigation bar numerous links section */

#navbox_1 {
	margin-top: 0px;
	margin-bottom: 0px;
		background-image: url(images/blue-bg.gif);
	background-repeat: repeat-x;
		padding: 5px;
	position: relative;
	font-size: 20px;
	font-weight: bold;
2px 2px 10px #bdbcb0; -moz-box-shadow: 2px 2px 20px rgba(0,0,0,.3); -webkit-box-shadow: 2px 2px 20px rgba(0,0,0,.3);	
}

/* top navigation bar navbox_1 numerous links section, link style */

a.nav:link {text-decoration: none;
 			font-weight: bold;
 			color: #000000;
				font-size: 18px;
}			
a.nav:visited {	text-decoration: none;
				font-weight: bold;
				color: #000000;
					font-size: 18px;
} 
a.nav:hover {	text-decoration: none;
				font-weight: bold;
				color: #ffffff;
					font-size: 18px;
}
a.locator { text-decoration: none;
 			font-weight: bold;
			color: #ffffff;
					font-size: 18px;
}
/* left-hand navigation */
#left_navbox {	float: left;
				background: #dcdfe8;
				padding: 8px;
				width: 22%;
				font-size:80%;
2px 2px 10px #bdbcb0; -moz-box-shadow: 2px 2px 20px rgba(0,0,0,.3); -webkit-box-shadow: 2px 2px 20px rgba(0,0,0,.3);
}
/* main content area */
#content  {	background:#ffffff;
 			color:#000000;
 			margin-top:0.8em;
			margin-left:25%;
 			width: 60%;
			padding: 14px;
			border-right: 2px solid #809FFF;
			border-bottom: 3px solid #00248F;
2px 2px 10px #bdbcb0; -moz-box-shadow: 2px 2px 20px rgba(0,0,0,.3); -webkit-box-shadow: 2px 2px 20px rgba(0,0,0,.3);
}
/* non-logo list */

.spacelist li {margin-bottom: 6px;}

/* abc list */

.abclist li {margin-bottom: 6px;
			list-style-type: upper-alpha;
			font-weight: bold;
}
/*images with shadow*/
.shadow {
2px 2px 10px #bdbcb0; -moz-box-shadow: 2px 2px 20px rgba(0,0,0,.3); -webkit-box-shadow: 2px 2px 20px rgba(0,0,0,.3);
}
/* logo list */
.space-image li {margin-bottom: 6px;
				list-style-image: url(images/fav.gif);
				padding-left: 0.25em;
}
/* table with block headers */

.stafftable td {border-bottom: 1px solid #BFCFFF; padding: 8px; }
.stafftable th 	{border-bottom: 2px solid #BFCFFF;

				padding: 8px;
				background: #BFCFFF;
				color: #0000FF;}
/* footer styles */
.footer {text-align: center;
		 background: transparent;
		 font-size:80%;
}
.footer a:link {
	background: transparent;
}
.footer a:visited {background: transparent;
}
.footer a:hover {color: #0000FF;
				background: transparent;

}

