body {
	margin-bottom:0px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-left:0px;
	font: 12px Georgia, Verdana, sans-serif; 
	line-height: 1; 
	color: #333; 
	background: #004e7a; 	
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 48px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 36px;
}


h1 {
	font: 40px Georgia, "Times New Roman", serif; 
	color: #115e8a;
	font-weight: bold; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: center;
	letter-spacing: -.05em;
	padding: 15px 0 0 0;
	margin: 0 5px 0 5px;
	line-height: 1em;

}

h2 {
	font: 20px Georgia, "Times New Roman", serif; 
	color: black;
	font-weight: bold; 
	letter-spacing: -.05em;
	padding: 15px 0 0 0;
	margin: 0 5px 0 5px;
	line-height: 1em;
	text-align:left;

}

p {
	font: 12px Georgia, Verdana, sans-serif; 
	color: #333; 
	line-height:150%;
	padding: 0;
	margin: 0;
}

p a, li a {
    padding:1px;
	color:#333;
	text-decoration:none;
	border-bottom: dotted 1px;
	line-height:150%;
}

p a:hover, li a:hover {
	color:#000;
	text-decoration:none;
	border-bottom: solid 1px #333;
	line-height:150%;
}

p.quote {
	font-style: italic;
	background-image:url('/images/quote.gif');
	background-repeat:no-repeat;
	text-indent:18px;
	font-size:18px;
	line-height:160%;
	margin-bottom:20px;
}

#top {
	width:100%;
	height:132px;
	text-align:center;
	background-color:#6cbff1;
}

#navigation {
	width: 44em;
	margin: 0 auto 0 auto;
	padding-top: 15px;
	background-color:#004e7a;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #115e8a;
	background-color:#004e7a;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 80%;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color:#004e7a;
}

#navigation li a {
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	color: #ddd;
	border: none;
	background-color:#004e7a;
	background: url('/images/nav_bg.gif') no-repeat bottom right;
}

#navigation li a:hover {
	color: #fff;
	background: #115e8a;
}

#old {
	background-color:#004e7a;
	background-color:#115e8a;
}

#midden {
	margin-left:150px;
	padding:10px;
	width:700px;
	text-align:justify;
}

#links {
	float:left;
	width:150px;
	height:100%;
	padding-left:10px;
	padding-top: 10px;

}

#content {
	float:left;
	background-color:#9ce8f8;
	width:100%;	
}

#content img {
	border:1px solid black;
}

#copyright {
	float:left;
	color: #FFFFFF;
	text-align: center;
	width:100%;
	background-color: #115e8a;
	line-height:200%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #005;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005;
}

#copyright a {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom: dashed 1px;
}

#copyright a:hover {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: solid 1px;
}

a.linkopacity img {
	filter:alpha(opacity=50); 
	opacity: 0.5;
}

a.linkopacity:hover img {
	filter:alpha(opacity=100);   
	opacity: 1.0;
}