body {
	font-family: Trebuchet MS, Trebuchet, Georgia, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #004B4B;
	text-align: left;
	}

/* specific div formats*/
div#nav { 
	float: left;
	width: 105px;
	margin: 0;
	border-top: 1px dotted #004B4B;
	border-bottom: 1px dotted #004B4B;
	background-color: #ffffff;
	font-size: 13px;
	}
	#nav li {
	}
	#nav li a {
		display: block;
		background-color: #fff;
		color: #003399;
		text-decoration: none;
		line-height: 1.25;
		padding: 5px 0 5px 5px; 
		font-weight: bold;
		width: 100%; /* this gets the block to display right in IE5/Win, see 'http://www.alistapart.com/articles/taminglists/' */
		}
		html>body #button li a { /* this is invisible to IE5/Win */
			width: auto;
			}
		#nav li a:hover {
		background-color: #003399;
		color: #fff;
		text-decoration: none;
		}

div#logo {
	float: left;
	clear: left;
	width: 105px;
	border: none;
	margin-top:auto;
	padding-top: 40px;
	background-color: #ffffff;
	}

div#bodywrap { 
	margin-left: 115px;
	margin-right: 15%;
	margin-top: 0; padding-top: 0;
	width: auto;
	border-left: 1px #004B4B solid;
	padding-left: 15px;
	}

div#featured { /* place for pics on page */
	font-family: Trebuchet MS, Trebuchet, Georgia, serif;
	float: right;
	clear: right;
	width: 205px;
	height: auto;
	background-color: #fff;
	border: 1px dotted #004B4B;
	text-align: center;
	margin: 10px 0 10px 10px ;
	padding: 10px;
}
	* html div#featured { /* IE hack */
		width: 220px;
		height: 220px;
		}
	div#featured h2 {
		margin-top: 0;
		padding-bottom: 5px;
		color: #004B4B;
		}
	div#featured img {
		margin-top: 3px;
		}
	div#featured p { /* place for pics on page */
		color: #004B4B;
		font-size: 12px;
		}

div#bread {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004B4B;
	background-color: #fff;
	padding: 3px;
	margin: 10px auto 25px 0;
	clear: both;
	font-size: 10px; /* so it looks smaller than main text */
	}
	#bread ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		border: none;
		} 
		#bread ul li {
		margin-left: 0;
		padding-left: 2px;
		border: none;
		list-style: none;
		display: inline;
		}

/* some special classwork */
.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #403740;
	}
div.wideblock {
	width: 100%;
	height: auto;
	clear: right;
	margin-bottom: 15px; 
	padding-bottom: 5px;
	}
img.scrshot {
	border: 1px solid #aaa;
	float: right;
	clear: right;
	width: 175px;
	margin-left: 10px;
	padding-bottom: 0;
	margin-bottom: 10px;
	}

	
/* All-over selectors */
a, a:link {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}
		
ul {
	margin-left: 20px;
	list-style-image: url(../pix/tribullet.gif)
	}
	ul.navlist {
	list-style: none;
	list-style-image: none;
	margin-left: 0px; padding-left: 0;
	margin-top: 5px; padding-top: 5px;
	margin-bottom: 5px; padding-bottom: 5px;
	}
	ul.pagemenu {
	padding-left: 0;
	color: #403740;
	}
	
p {
	font-family: Trebuchet MS, Trebuchet, Georgia, serif;
	font-size: 13px;
	font-style: normal;
	color: #403740;
	margin-left: 0; padding-left: 0;
	}

strong {
	color: #000000;
	}
		
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #004B4B;
	text-align: right;
	font-weight: bold;
	margin-bottom: 0; padding-bottom: 0;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #004B4B;
	padding-top: 5px;
	margin-bottom: 0; padding-bottom: 0;
	}
