a {
	color: #222;
	font-weight: bold;
}
a:hover {
	color: #8d8da2;
}
blockquote {
	color: #4f4f59;
	font-size: xx-large;
	font-style: italic;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	text-align: justify;
}
blockquote:before {
	content: open-quote;
}
blockquote:after {
	content: close-quote;
}
body {
	background-color: #cccceb;	
	color: #101010;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	padding: 0px;
	margin: 0px;	
}
dl {
	margin: 0px auto 1em auto;
	text-align: justify;
	width: 90%;
}
dt {
	font-weight: bold;
}
em {
	color: #4f4f59;
}
h1 {
	border-bottom: 6px double #acaca2;
	font-size: 2.5em;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: .25em;
	text-align: center;
}
h2 {
	border-bottom: 2px dotted #acaca2;
	font-size: xx-large;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: .25em;
}
img, iframe {
	display: block;
	margin: auto;
}
p {
	margin: 0px;
	padding: 0px 0px .3em 0px;
}
script {
	margin: 0px;
	padding: 0px;
}

/* CUSTOM STYLES */

.alert {
	background-color: #ebeba2;
	border: 5px solid #ebac10;
	border-radius: 10px;
	font-weight: bold;
	margin: 1em auto 1em auto;
	padding: 25px;
	text-align: center;
	width: 66%;
}
.citation {
	font-size: right;	
	padding: 0px 50px 0px 50px;
	margin-bottom: 50px;
}
.citation p {
	text-align: right;
}
.copyright {
	color: #8d8da2;
	font-family: "Times New Roman", Times, serif;
	font-size: .75em;
	font-style: italic;
	margin: 1em 0 0 0;
	text-align: center;
}
.copyright a {
	color: #8d8da2;
	font-weight: normal;
	padding-left: 1em;
	padding-right: 1em;
}
.copyright a:hover {
	color: #101010;
}

.download {
	border: 2px solid #acaca2;
	border-radius: 10px;
	margin: 1em auto 1em auto;
	padding: 25px;
	text-align: center;
	width: 66%;
}
.download p {
	margin: 0px;
	padding: 0px;
}
.download-notes {
	color: #4f4f59;
	font-size: large;
	font-style: italic;
}

.header {
	background-image: url(images/header.jpg);
	height: 300px;
	margin-top: 25px;
	width: 100%;
}
.side-character {
	display: block;
	height: 0px;
	left: 500px;
	position: relative;
	top: -55px;
	z-index: 1;
}

.intro {
	color: #4f4f59;
	border-bottom: 2px dotted #acaca2;
	border-top: 2px dotted #acaca2;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	margin: 1em;
	padding: .5em;
	text-align: center;
}
.intro p {
	margin: 0px;
}
.logo {
	margin: auto;
	position: relative;
	top: 25px;
	z-index: 5;
}
.main {
	background-color: #ebebeb;
	margin: 0px auto 60px auto;
	padding: 75px 15px 15px 15px;
	width: 820px;
}
.navigation, .navigation2 {
	background-color: #101010;
	left: -35px;
	margin-bottom: 0px;
	padding: 5px 0px 5px 0px;
	position: relative;
	text-align: center;
	width: 890px;
}
.navigation {
	z-index: 12;
}
.navigation2 {
	background-color: #4f4f59;
	left: -25px;
	margin-bottom: 25px;
	font-size: large;
	width: 870px;
}
.navigation a, .navigation2 a {
	color: #ebebeb;
	padding: 10px .75em 10px .75em;
	position: relative;
	text-decoration: none;
	z-index: 10;
}
.navigation a {
	z-index: 15;
}
.navigation a:hover, .navigation2 a:hover {
	background-color: #8d8da2;
}
.text {
	text-align: justify;
	text-indent: 2em;
}


/* SITE NETWORK STRIP */

.strip {
	background: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	height: 30px;
	position: relative;
	text-align: right;
	z-index: 999;
}
.strip a, .bottommenu a, .topmenu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.strip a:hover, .bottommenu a:hover, .topmenu a:hover {
	text-decoration: underline;
}
.strip img {
	display: block;
	float: left;
	margin: 5px 0px 0px 8px;
}
.strip p {
	padding: 6px 8px 0px 0px;
}