/* general values */

.hidden {
	display: none;
}

/* document styles */

body {
	width: 790px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* primary divisions */

div#header {

}

div#main {
	position: absolute;
	top: 200px;
	left: 250px;
	width: 515px;
	padding-left: 25px;
	font-size: 10pt;
	border-left-style: solid;
	border-left-width: 2px;
/*	border-left-color: #3333cc; */
}

div#sidebar {
	position: absolute;
	top: 200px;
	left: 0;
	width: 220px;
	padding: 15px;
	border-right-style: solid;
	border-right-width: 2px;
	text-align: center;
}

div#sidebar img {
	color: #000;
}

div#sidebar a {
	color: #666;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

div#sidebar a:hover {
	color: #009;
	text-decoration: underline;
}
div#footer {

}

/* menu styling */

ul.sitemenu {
	list-style-type: none;
	font-weight: bold;
	font-size: 0.75em;
	margin-left: 0;
	padding-left: 12px;
}

ul.sitemenu li {
	display: inline;
	padding-right: 20px;
}

ul.sitemenu a {
	color: #000;
	text-decoration: none;
}

ul.sitemenu a:hover {
	text-decoration: underline;
}

/* individual elements */

img.header {
	border: 0;
	width: 790px;
	height: 100px;
}

p.pagetitle {
	margin: 10px;
	font-weight: bold;
	font-size: 2em;
}

p.pagetitle a {
	color: #000;
	text-decoration: none;
}

dl.contact dt {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 8px;;
}

dl.contact dd {
	padding-bottom: 16px;;
}

ul.credit {
	list-style-type: none;
	font-size: 8pt;
	text-align: right;
}

span.hilite {
	color: #3333cc;
}

