/* page elements */
body {
background: #280085;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #280085;
}
h1 {
	text-align: center;
}
h2 {
}
h3 {
}
h4 {
}
ul {
	list-style: inside;
}
ol {
	list-style: inside;
}
li {
}
a:link {
	color: #280085;
}
a:visited {
	color: #280085;
}
a:focus {
	color: #280085;
}
a:hover {
}
a:active {
	color: #280085;
}
/* tables */
table {
	background: #F0F0E1;
	border: 2px solid #280085;
}
caption {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #280085;
}
th {
	background: #E3D6AC;
}
table a:link {
	color: #280085;
	background: #D6D6AB;
	font-weight: bold;
}
table a:visited {
	color: #280085;
	background: #D6D6AB;
	font-weight: bold;
}
table a:focus {
	color: #F0F0E1;
	background: #280085;
}
table a:hover {
	color: #F0F0E1;
	background: #280085;
}
table a:active {
	color: #F0F0E1;
	background: #944832;
}
/* layout divs */
div#Container {
	border: 3px groove #280085;
	background: #FFFFFF;
	position: relative;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
div#Banner {
	color: #FFFFFF;
	text-align: center;
	background: #280085;
	border-top:  2px solid #CECF9C;
	border-bottom: 2px groove #CECF9C;
	position: relative;
	font: bold small-caps 2em Georgia, "Times New Roman", Times, serif;
	height: 100px;
	left: 0%;
	top: 0%;
	vertical-align: middle;
	padding: 4px;
	width: 100%;
}
div#Navigation {
	background: #280085;
	border-top: none;
	border-right: 2px ridge #CECF9C;
	border-bottom: 3px ridge #CECF9C;
	float: left;
	width: 15%;
	position: relative;
	overflow: visible;
	padding: 0.5ex 0.25em;
	clear: left;
}
div#SideBar {
	background: #280085;
	border-top: none;
	border-left: 2px ridge #CECF9C;
	border-bottom: 3px ridge #CECF9C;
	float: right;
	width: 15%;
	position: relative;
	overflow: visible;
	padding: 0.5ex 0.25em;
	clear: right;
}

div#LogIn {
}
div#Content {
	border-top: 2px groove #CECF9C;
	padding-left: 18%;
	padding-right: 2%;
}
div#Contact {
	font-size: 0.9em;
/*	padding-left: 18%; */
}
div#BottomNav {
	font-size: 0.9em;
	text-align: center;
	background: #FFFFFF;
	border: none;
	float: none;
	width: auto;
	position: relative;
	overflow: visible;
	clear: both;
	margin: 1em 2%;
	top: 1px;

}
div#BottomNav div#Navigation {
	font-weight: normal;
	text-align: center;
	background: #FFFFFF;
	float: none;
	width: 100%;
	position: relative;
	overflow: visible;
	padding: 0px;
	clear: both;
	margin: none;
	border: none;
}

/* Masthead styles */
img#Logo {
	position: relative;
	left: 0px;
	top: 1px;
	float: left;
}
	
/* Navigationals */
#Navigation p {
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
	width: 100%;
}
#Navigation a:link {
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background: #280085;
	border: 2px outset #F0F0E1;
	display: block;
	padding: 0.5ex 0.25em;
}
#Navigation a:visited {
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background: #280085;
	border: 2px outset #F0F0E1;
	display: block;
	padding: 0.5ex 0.25em;
}
#Navigation a:focus {
	color: #280085;
	background: #F0F0E1;
	border: 2px inset #F0F0E1;
}
#Navigation a:hover {
	color: #280085;
	background: #F0F0E1;
	border: 2px inset #F0F0E1;
}
#Navigation a:active {
	color: #280085;
	background: #F0F0E1;
	border: 2px outset #280085;
}
/* Bottom Navigationals */
#BottomNav #Navigation p {
	text-align: center;
	display: inline;
	border-top: none;
	border-right: 1pt solid #280085;
	border-bottom: none;
	border-left: none;
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
	width: auto;
}
#BottomNav #Navigation a:link {
	color: #280085;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	background: #FFFFFF;
	display: inline;
	padding: 0.5ex 0.25em;
	border: none;
}
#BottomNav #Navigation a:visited {
	color: #280085;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	background: #FFFFFF;
	display: inline;
	padding: 0.5ex 0.25em;
	border: none;
}
#BottomNav #Navigation a:focus {
	color: #280085;
	background: #F0F0E1;
	border: none;
}
#BottomNav #Navigation a:hover {
	color: #280085;
	background: #F0F0E1;
	border: none;
}
#BottomNav #Navigation a:active {
	color: #280085;
	background: #F0F0E1;
	border: none;
}
/*Hidden links */
#Navigation p.invisible, #BottomNave #Navigation p.invisible {
	display: none;
}
#Navigation p.invisible a:link, #BottomNav #Navigation p.invisible a:link  {
	display: none;
}
#Navigation p.invisible a:visited, #BottomNav #Navigation p.invisible a:visited {
	display: none;
}
#Navigation p.invisible a:focus, #BottomNav #Navigation p.invisible a:focus {
	display: none;
}
#Navigation p.invisible a:hover, #BottomNav #Navigation p.invisible a:hover {
	display: none;
}
#Navigation p.invisible a:active, #BottomNav #Navigation p.invisible a:active {
	display: none;
}
/* generic styles */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.boldtext {
	font-weight: bold;
}
/* SideBar */
#SideBar p {
	color: #FFFFFF;
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
	width: 100%;
}
#SideBar a:link {
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background: #280085;
	border: 2px outset #F0F0E1;
	display: block;
	padding: 0.5ex 0.25em;
}
#SideBar a:visited {
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background: #280085;
	border: 2px outset #F0F0E1;
	display: block;
	padding: 0.5ex 0.25em;
}
#SideBar a:focus {
	color: #280085;
	background: #F0F0E1;
	border: 2px inset #F0F0E1;
}
#SideBar a:hover {
	color: #280085;
	background: #F0F0E1;
	border: 2px inset #F0F0E1;
}
#SideBar a:active {
	color: #280085;
	background: #F0F0E1;
	border: 2px outset #280085;
}
