/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #0066B3;
	background-image: url(purple_paper.gif);
	background-repeat: repeat;
	background-location: top left;
	color: black;
}

.green-rectangle {
	z-index: 0;
	position: absolute;
	background-color: green;
	background-image: url(bluegreen.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 320px;
	top: 180px;
	left: 0px;
}

.main-container {
	position: absolute;
	background-color: transparent;
	width: 700px;
	left: 75px;
	top: 35px;
    font-family: Arial, sans-serif;
	letter-spacing: 0.09em;
}

.main-footer {
	background-color: transparent;
	height: 50px;
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-weight: 600;
	margin-top: 10px;
}

.border-container {
	background-color: transparent;
	left: 0px;
	top: 0px;
	width: 100%;
	border-style: solid;
	border-color: #330099;
	border-width: 5px;
	border-top-width: 15px;
}

.page-container {
	background-color: transparent;
	left: 0px;
	top: 0px;
	width: 100%;
	border-style: solid;
	border-color: black;
	border-width: 2px;
}

.page-header {
	background-color: #009999;
	color: black;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: left;
	text-indent: 15px;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 600;
	white-space: nowrap;
}

.page-menu {
	background-color: black;
	color: White;
	width: 100%;
	height: 25px;
	white-space: nowrap;
	text-indent: 30px;
	font-family: Verdana, sans-serif;
	font-size: 90%;
}

html->body .top-menu {
	height: 19px;
}

.page-footer {
	background-color: #006B6B;
	color: black;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: black;
    font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

.content-container {
	background-color: Ivory;
	width: 100%;
}

.content-header {
	background-color: transparent;
	width: 100%;
	height: 40px;
	line-height: 50px;
	text-align: left;
	text-indent: 20px;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 500;
}

.content {
	background-color: transparent;
	height: 100%;
	width: 90%;
	color: black;
	font-size: 14px;
	font-weight: 400;
	font-size: 90%;
	letter-spacing: 0.09em;
	padding: 15px;
	padding-left: 40px;
}

.image-box-left {
	background-color: transparent;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}

.image-box-left img {
	align: left;
	border: 2px black solid;
}

.divider-rule {
	background-color: transparent;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	clear: both;
}

.biblio-section {
	background-color: transparent;
	width: 100%;
	clear: both;
}

.biblio-spacer {
	background-color: transparent;
	height: 2px;
	width: 100%;
	clear: both;
}

.biblio-item-left {
	background: transparent;
	width: 100%;
}

.biblio-image-left {
	float: left;
	vertical-align: top;
	margin-right: 10px;
}

.biblio-image-left img {
	align: left;
	border: 1px solid black;
}

.biblio-text-left {
	text-align: left;
}

.biblio-item-right {
	background: transparent;
	float: right;
	width: 100%;
	margin-top: -50px;
}

.biblio-image-right {
	float: right;
	vertical-align: top;
	width: 155px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.biblio-image-right img {
	align: left;
	border: 1px solid black;
}

.biblio-text-right {
	text-align: right;
	top: 0px;
	right: 175px;
	float: right;
}

.signature {
	text-align: right;
	font-style: italic;
	margin-bottom: 30px;
	margin-right: 20px;
}

.copyright {
	font-size: 10px;
	text-align: center;
}

.schedule-paragraph {
	background-color: transparent;
	letter-spacing: 0.09em;
	text-indent: 25px;
	padding: 1em;
}

.content p {
	background-color: transparent;
	letter-spacing: 0.09em;
	text-indent: 0em;
	padding-bottom: 1em;
}

.content-subheader{
	background-color: transparent;
	font-size: 20px;
	letter-spacing: 0.09em;
	text-align: left;
	font-weight: 500;
	margin-bottom: .75em;
	margin-left: -20px;
}

.review-title {
	background-color: transparent;
	font-size: 18px;
	letter-spacing: 0.09em;
	text-align: left;
	font-weight: 500;
	margin-bottom: .5em;
}

.content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 10px;
}

.content li {
	padding-bottom: 1em;
}

.top-link {
	background-color: transparent;
	text-align: right;
	color: black;
	width: 95%;
	height: 25px;
	font-size: 10px;
}

A {
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	color: MidnightBlue;
}

A:link {
	background-color: transparent;
}

A:visited {
	background-color: transparent;
	color: DimGray;
}

A:active, A:hover {
	background-color: transparent;
	text-decoration: underline;
}

.page-menu A {
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 60%;
}

.page-menu A:visited {
	color: gray;
}

* { 
	-moz-box-sizing: border-box; 
} 

