body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration : none;
	padding: 0px;
	margin: 0px;
	text-align:center;
	background: #ffffff url(images/backgroundtile2.gif) repeat-y top left;

}

/*forces a vertical scroll bar on every page to avoid horizontal shifts on long pages*/
html, body { height:100.1%; }

* {
	margin:0;
	padding:0;
}

div#outerwrapper {
	margin-left: 0px;
	margin-right: auto;
	min-width: 780px;
	max-width: 900px;
	text-align: left;
}

div#logo {
	height: 110px;
	text-align: left;
	float: left;
} 
div#header {
	height: 110px;
	text-align: center;
	margin-left: 160px;
}

div#wrapper {
	min-width: 780px;
	max-width: 900px;
	text-align: left;
}

div#navigation {
	width: 140px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow:hidden;
	margin-top: 120px;
	margin-left: 10px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}
	
div#content {
	margin: 0 15px 0 185px;
}

div#content h1 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 8px;
	text-align: center;
}

div#content p {
	font-size: .85em;
	margin-top: 0;
	margin-bottom: 10px;
}

div#content ul {
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
	border: 0;
	margin: 0 0 .5em 0;
	
}
div#content li {
	margin: 0 0 5px 8px;
	font-size:.85em;
}
div#righthandcol {
	width: 1px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	margin-top: 120px;
}
div#footer {
	font-size:.6em;
	text-align:center;
	margin-left: 150px;
	margin-top: 15px;
}

.listcontainer {
	margin: 10px;
	
}

A {
	text-decoration : none;
}

A:link {
	color:#990033; }
	
A:visited {
	color:#003399; }
	
A:hover {
	text-decoration : underline;
	color: #666666;
}

A:active {
	color: #99cccc }
	
div.clearfloats {
	clear:both;
}

.sideheadleft {
	text-align: left;
	font-style:italic;
	margin: 0;
}

.topofpage {
	margin: 2em 0 5em 0;
	text-align:right;
	font-size: .85em;
}