body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	margin-right: 45px;
	margin-bottom: 45px;
	margin-left: 20px;
}

/* comment out margin-top to bring H1 down */

h1 {
	font-size: 16px;
/*	margin-top: -3px;  */
}
ul {
	list-style-type: square;
}

h2 {
	font-size: 14px;
}
#nav {
	color: #000000;
}
#nav:hover {
	color: #036e8e;
	text-decoration: none;
}

a {
	color: #036e8e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.top {
	margin: 2px;
}
#button {
	background-color: #93C0D5;
	font-weight: bold;
	color: #000000;
}
#button:hover {
	background-color: #6FABC8;
	text-decoration: none;
}

#buttonText {
	text-decoration: none;
	color: #000000;
	padding-right: 4px;
	padding-left: 4px;
}

#buttonTextWhite {
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
}

#buttonText:hover {
	color: #000000;
	text-decoration: none;
}
#buttonHit {
	color: #000000;
	font-weight: bold;
	background-color: #93C0D5;
}
.layout {
	text-align: left;
}
.sidebar {
	padding-top: 5px;
	padding-bottom: 20px;
}






.links {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
.left {
	padding-right: 20px;
}
.right {
	width: 184px;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}
.center {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 30px;
	padding-right: 30px;
}
.centerInside {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 30px;
}

.blue {
	color: #036E8E;
	font-weight: bold;
}

.footer {	color: #666666;
		font-size: 85%;
		line-height: 110%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}


.quoted {text-align: right;}

.back2top	 { 	text-align: right;
			font-variant: small-caps;
			font-size: 80%;
			margin-top: 1em;
			margin-bottom: 1em;
			margin-right: 3em;
		}
