 /* ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
   Non-Layout Elements, alphabetical, classless, idless
   ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- */

body {
	background: #8f8178;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%:
}


a:link, a:visited, a:active {
	color: #0062d0;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

h1, h2, h3 {
	font-family: Garamond, Palatino, "Times New Roman", serif;
	font-weight: bold;
}

h1 {
	text-align: center;
	font-size: 2.5em;
	margin: 0px 0px 25px 0px;
}

h1 i {
	font-family:  Palatino, "Times New Roman", serif;
	font-size: .75em;
}

h2 { 
	font-size: 2em;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #333333;
}

h3 {
	font-size: 1.25em;
	font-family: Arial, sans-serif;
}

img {
	border: 0px;
}

img.hr {
	display: block;
}


ul {
	font-weight: bold;
}

ul li {
	font-weight: normal;
	margin-left: 1em;
}


p {
	text-indent: 15px;
	margin: 0px 0px 15px 0px;
}



