/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #787878;
	margin: 0px;
	padding: 0px;
}
a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	padding: 0px;
	margin: 0px;
}
.borderTopBottom {
	white-space: nowrap;
	display: block;
	width: 740px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.bodyContent {
	display: block;
	text-align: left;
	width: 700px;
	height: auto;
	white-space: normal;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
	background: #FFFFFF url(/images/centerCenter.gif) repeat-y center;
}
.bodyContent img {
	border: none;
}
.important {
	font-size: 12px;
	font-weight: bold;
}
.bottomNav {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	width: 700px;
	margin-top: 10px;
	padding-top: 5px;
	clear: both;
}
#creativeCommonsLic, .bottomInfo {
	margin: 0px auto;
	padding: 5px 20px;
	width: 700px;
	text-align: center;
	white-space: nowrap;
	font-size: 10px;
	top: auto;
	bottom: auto;
}
#creativeCommonsLic img {
	vertical-align: text-bottom;
}
.intro {
	border-bottom: 1px dotted;
	padding-bottom: 4px;
}
