body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 0.8em;
	}

.menusection	{
	margin: 5px 10px 5px 0px;
	padding: 2px 10px 2px 5px;
	background-color: #06c;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fc3;
}

.menuitem	{
	margin: 0px 0px 0px 5px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

a:link	{
	color: #039;
	}

a:visited	{
	color: #000;
	}
	
a:hover	{
	color: #c90;
	}

a.navitem:link,
a.navitem:visited 	{
	text-decoration: none;
	color: #06c;
	border-left: 5px solid #fc3;
	padding-left: 5px;
}	

a.navitem:hover	{
	color: #000;
	text-decoration: underline;
	border-left: 5px solid #06c;
	padding-left: 5px;
}

#logo	{
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}

#location	{
	margin: 5px 127px 15px 190px;
	font-style: italic;
	}
	
#left	{
	text-align: left;
	position: absolute;
	top: 0px;
	left: 5px;
	margin: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 180px;
	}

#top	{
	margin: 0px 0px 0px 190px;
	padding: 10px 10px 10px 15px;
	background-color: #06c;
	border-left: 7px solid #fc3;
	display: block;
	height: 100px;
	}

#topnarrow	{
	margin: 0px 0px 0px 190px;
	padding: 10px 10px 10px 15px;
	background-color: #06c;
	border-left: 7px solid #fc3;
	display: block;
	height: 50px;
	}

.middle	{
	margin: 5px 220px 5px 190px;
	padding: 10px 10px 10px 0px;
	}

.middlenarrow	{
	margin: 5px 400px 5px 190px;
	padding: 10px 10px 10px 0px;
	}
	
.middlewide	{
	margin: 5px 10px 5px 190px;
	padding: 10px 10px 10px 0px;
	}

.border	{
	margin: 5px 10px 5px 10px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #06c;
	font-style: italic;
	}

#right	{
	position: absolute;
	text-align: right;
	top: 170px;
	right: 10px;
	padding: 0px 0px 10px 5px;
	margin: 0px 0px 5px 10px;
	border: 1px none #000;
	width: 220px;
	}

#righthigh	{
	position: absolute;
	text-align: right;
	top: 100px;
	right: 10px;
	padding: 0px 0px 10px 5px;
	margin: 0px 0px 5px 10px;
	border: 1px none #000;
	width: 220px;
	}

#rightwide	{
	position: absolute;
	text-align: right;
	top: 120px;
	right: 10px;
	padding: 0px 0px 10px 5px;
	margin: 0px 0px 5px 10px;
	border: 1px none #000;
	width: 390px;
	}

#rightwidehigh	{
	position: absolute;
	text-align: right;
	top: 100px;
	right: 10px;
	padding: 0px 0px 10px 5px;
	margin: 0px 0px 5px 10px;
	border: 1px none #000;
	width: 390px;
	}

.pullquote	{
	font-style: italic;
	text-align: right;
	margin-right: 0px;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;	
	}

h1 {
	color: #fc3;
	font-size: 2em;
	line-height: 1em;
	}

.welcome h1 {
	font-size: 3em;
	}

h4	{
	font-size: 1.1em;
}

h5	{
	font-size: 0.7em;
}

li	{
	list-style-type: square;
	list-style-position: outside;
}

table	{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: 1px solid #000;
	font-size: 1em;
}

td	{
	vertical-align: baseline;
	padding: 0 0.5em;
	border: 1px solid #000;
}

tr, th	{
	border: 1px solid #000;
}

th	{
	font-weight: bold;
	font-style: italic;
}

.sectionlink	{
	float: left;
	color: #fff;
	background-color: #06c;
	padding: 2px 25px 0px 0px;
	font-weight: bold;
}

a.sectionlink:link,
a.sectionlink:visited 	{
	text-decoration: none;
	color: #fff;
	background-color: #06c;
	padding: 10px 25px 0px 0px;
	font-weight: bold;
}	

a.sectionlink:hover	{
	color: #fc3;
	background-color: #06c;
	padding: 10px 25px 0px 0px;
	font-weight: bold;
}

caption {
	font-size: 1em;
	font-weight: bold;
}

.warning {
	color: #f00;
}