@charset "utf-8";
body {
	font: 100% garamond, georgia, times, serif;
	background: url(../../images/gradient.jpg) repeat-x;
	background-color:  #A6BACA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColCtrHdr #container {
	width: 800px; 
	background: #1a1348;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}

#logo {
	 padding: 5px 0 5px 15px;
}


.oneColCtrHdr #mainContent {
	background: #FFFFFF;
}

#mainText{
	padding-right: 10px;
	padding-left: 20px;
	background-color: #CEE1ED;
	
}


td#submenu {
	vertical-align: top;
	width: 184px;
	border-left: solid 3px #005;
	color: #1a1348;
	padding-left: 5px;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

td.listings, td.listingsheader {
	vertical-align: top;
	color: #1a1348;
	background-color: #fff;
	padding-left: 5px;
}


.listingsheader img{
	padding-right: 10px;
}

.listings a {
		text-decoration: none;
		font-weight: bold;
		font-family: georgia, times;
		font-size: 100%;
		color: #00F;
}

.listingsheader h1{
	font-size: 20px;
}

.listingsheader h2{
	font-size: 18px;
}


#footer {
	width: 804px;
	background: #1a1348;
}
	/* navigation */
	
	.nav {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	  background: #141472 url(../../images/marble-plain.jpg) no-repeat top right;
		border-bottom: 1px solid #999;
		}
	
	.nav li { 
		float: left;
		margin: 0;
		padding: 0;
		}
	
	.nav a {
		float: left;
		display: block;
		padding: 6px 30px 6px 5px;
		text-decoration: none;
		font-weight: bold;
		font-family: georgia, times;
		font-size: 90%;
		color: #FFF;
		background: #141472 url(../../images/marble.jpg) no-repeat top right;
		}
	
	.nav .nav-1 a {
		padding-left: 20px;
		}
		
	.nav-7 a {
		padding-left: 5px;
		}
	
	.nav a:hover {
		color: #F8E33C;
		}


#selected a {
	color: #F8E33C;
}

p.first{
	padding-top: -20px;
	font-family: georgia, times;
}


p.cap:first-letter {

float: left;
width: 50px;
font-size: 62px;
line-height: 51px;
color:#1a1348;
font-family: georgia, times;

}



sup {
  font: 60% Verdana, Arial, Helvetica, sans-serif;	
}