/*--CSS--*/

html, body {
	background-color: #FFFFFF;
	margin: 0;
	padding:0;
	font-family: serif;
}
a:link {
	color: #990033;
	background: none;
}
a:active {
	color: #a9a9a9;
	background: none;
}
a:visited {
	color: #990033;
	background: none;
}
h1 {
	color: #990033;
	font-size: 28px;
	font-family: sans-serif;
	background: none;
	text-align: center;
	padding-bottom: 0;
	margin-bottom:3px;
	margin-top: 0.8em;
}
h2 {
	font-family: sans-serif;
	color:#000;
	font-size: 24px;
	border-bottom: 1px groove #990033;
	padding-top: 1em;
}
h3 {
	font-family: sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
}
h4 {
	font-family: sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	/*padding-left: 2.5em; added 2014-11-10*/
	padding-left: 2.5em;

}
h5 {
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}
h6 {
	font-family: sans-serif;
	/*padding-left changed from 30px to 2.5em 2014-11-10*/
	padding-left: 2.5em;
	/*font-size changed from 17px to 15px 2014-11-10*/
	font-size: 15px;
	text-decoration: underline;
	letter-spacing: 2px;
	/*0 padding and 0 margin added 2014-10-14*/
	/*padding-top:0px;*/
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;

}
p {
	font-family: serif;
	font-size: 16px;
	line-height: 130%;
	text-align: justify;
}
ul li {
	list-style-type: none;
	/*padding-left: 1em;*/
	/*padding: 5px 0 5px 0;*/
}
#content ul li {
	/*text-indent: -2em; removed 2014-11-10*/
}  	/* hanging indents */

.underline {
    text-decoration: underline;
    display: inline;
}

/*--IDs---*/

#wrapper {
	width: 98%;
	margin: 0 auto;
}
#content {
	margin-left: 10px;
	margin-right: 10px;
}
#contact-info {
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px groove #990033;
	margin-top: 3em;
	margin-bottom: 1em;
}
#nav {
	text-align: center;
	padding-top: 0;
	margin-top: 3px;
}
#main {
	position: relative;
}
#links {
	float: right;
	margin: 5em 10px 10px 20px;
	background:#FFFFED;
	width: 200px;
	border: 1px solid #000000;
}
#links ul li {
	margin: 0 10px 0 -20px;
	list-style-type: circle;
	padding: 0;
}
#links h5 {
	padding: 3px;
	font-size: 19px;
	font-weight: normal;
	margin: 0;
	border: 1px groove #000000;
	text-align:center;
	background:#cccc99;
}
#links a {
	text-transform: capitalize;
}
#links p {
	padding: 0 8px;
	font-size: 90%;
}
#links p#alf {
	padding: 1em 1em 1em 1em;
	border-top: 1px solid #000000;
}
/*--Classes---*/

.hidden {
	display: none;
}
.seealso {
	text-decoration: underline;
}
/* -- DIV class=plain for special cases --*/
/* -- used for Kael mss -- */
/* -- insert <br /> as needed -- */

div.plain h5 {
	display: inline;
	line-height: 200%;
}
div.plain p {
	display: inline;
	padding-left: 0.5em;
}