
/* set fonts */

blockquote, body, dd, div, dl, dt, li, ol, p, td, th, ul {
	font-family: verdana, arial, helvetica, sans-serif;
	}

h1 {
	font-family: georgia, "times new roman", times, serif;
	}

/* set font sizes */

h1 {
	font-size: 24px;
	}

#pageContents address, blockquote, body, dd, div, dl, dt, h2, h3, #pageContents h2, li, ol, p, td, th, ul {
	font-size: 12px;
	}

#sidebar address, .button, .caption, .fineprint, #footer, #homeFooter, img, #sideBox li, #sideBox td, #sideBox th, #sideBox ul, .toTop  {
	font-size: 10px;
	}

#breadcrumb, .homeSidebar p, #homeSideBox th {
	font-size: 11px;
	}

/* set styles */

a:link, a:visited {
	color: #007;
	background: transparent;
	}

a:hover {
	color: #00c;
	background: transparent;
	}

address {
	font-style: normal;
	}

body {
	margin-top: 0;
	margin-left: 0;
	color: #000;
	background: #fff;
	}

#breadcrumb {
	color: #999;
	background: transparent;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	}

#breadcrumb a {
	color: #999;
	background: transparent;
	text-decoration: none;
	}

#breadcrumb a:hover {
	color: #666;
	background: transparent;
	text-decoration: underline;
	}

.button {
	font-weight: bold;
	color: #007;
	background: #fc0;
	}

.caption {
	color: #666;
	background: #fff;
	}

dd {
	margin-top: -10px;
	margin-left: -30px;
	}

dt {
	font-weight: bold;
	margin-bottom: 0;
	}

dt a {
	font-weight: bold;
	}

.first {
	margin-top: 0;
	}

#footer, #homeFooter {
	border-top: 1px solid #ccc;
	width: 580px;
	text-align: center;
	padding-top: 10px;
	}

h1 {
	font-weight: normal;
	margin-bottom: 0;
	color: #007;
	background: transparent;
	}

h2, h3 {
	margin-bottom: 0;
	}

h3 {
	color: #666;
	background: #fff;
	font-style: italic;
	}

h2 + p, h3 + p {
	margin-top: 0;
	}

#homeFooter {
	position: absolute;
	top: 500px;
	left: 0;
	}

#homePageContents {
	position: absolute;
	top: 10px;
	left: 0;
	}

#homeSideBox {
	position: absolute;
	top: 10px;
	left: 420px;
	margin-top: 10px;
	}

img {
	border: 0;
	}

#pageBox {
	width: 580px;
	color: #000;
	background: url("../images/elements/contentBackground.gif") repeat-y #fff;
	margin-top: 3px;
	}

#pageContents {
	color: #000;
	background: #fff;
	border: none;
	}

#pageContents p, #pageContents dl, #pageContents li, #pageContents ol, #pageContents ul, #pageBox p {
	line-height: 130%;
	}

#pageContents ul {
	margin-top: -15px;
	margin-left: -60px;
	}

#pageContents ul ul {
	margin-top: 0;
	margin-left: -10px;
	}

.photoLeft {
	padding-right: 20px;
	margin-bottom: 15px;
	}

.photoRight {
	padding-left: 20px;
	margin-bottom: 15px;
	}

#sidebar td {
	color: #000;
	background: rgb(255,247,206);
	}

#sidebar th {
	color: #000;
	background: rgb(233,206,129);
	text-align: left;
	}

#sideBox ul {
	margin-left: -25px;
	}

.skiplink {
	display: none;
	}

#title {
	margin-bottom: 10px;
	}

.toTop {
	margin-top: 0;
	text-align: right;
	}

