/* CSS Document */

/* overall formatting */

body {
	background-image: url(images/waters_reflection_sm_wht_me.jpg);
	background-repeat: repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color:#000000;
	line-height: 2em;
	}
	
#twoCol #middle {
	margin-right:0%;
	margin-left:22%;  
	padding:10px;
	}
	
#twoCol #right {
	display:none
	width: 0%
}	
	
/* page layout */
/* let's put everything into one big container - then section it off */


#container {
	width:80%;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #D1DAFF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #84ABFB;
	border-bottom-color: #7596DE;
	}
	
#top {
	padding:10px;
	height: 70px; 
	}

#left {
	float:left;
	padding:1%;
	width: 20%; 
	}
	
#right {
	float:right;
	padding:1%;
	width: 20%;
	}
	
#middle {
	margin-right:22%;
	margin-left:22%;  
	padding:10px;
	}
	
#brclear {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

#footer {
	padding: 10px;
	font-size: .8em;
	line-height: 1.2em;
	font-style: oblique;
}

/* contingency plan for two column or one column pages */

#twoCol middle {
	margin-left:28%;
	margin-bottom:10px;
	padding:10px;
	}


	
/* an attempt at columns or sections withing the middle area */

#leftContent {
	float: left;
	width: 45%;
	height: auto;
	padding: 10px;
	position: relative;
	clear: right;
} 
#rightContent {
	float: right;
	width: 45%;
	height: auto;
	padding: 10px;
	position: relative;
	clear: none;
}
#moreContent {
	clear: both; 
	padding: 10px; 
	position:relative;}

/* header styles */
	
h1 {
	font-size: 2em;
	font-weight: bold;
	}
h2 {
	font-size: 2em;
	}
h3 {
	font-size: 1.25em;
	}
h4 {
	font-size: 1.15em;
	font-weight: bold;
	font-style:oblique;	
	}
	
/* link styles */

a:link {
	color:#000066;
	text-decoration: none;
	}
a:visited {
	color:#330033;
	text-decoration: none;
	}
a:hover {
	color:#990033;
	text-decoration: underline;
	}
a:active {
	color:#000066;
	text-decoration: none;
	}

/* image format */

img {
	border: 0;
	a:link 
	text-decoration: none;
	color: #FFFFCC;	
	}
	
.imgRt {
	 float:right;
	 }
.imgLt {
 	float:left;
 	}

/* other styles ??? */

.NavigationColor {
	color: #CCFFFF}
.TitleColor {
	color: #CCCCCC}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
.caveat {
	color: #666666;
	font-size: small;
	font-style: italic;
}
