﻿/* Copyright © 2008-2010 Robert L. Crawford */
/* Home Page Styles */

body {
	font-size: large;
	background: #ddf;
}

#OpenUseImg {
	float: right;
	border: 0;
	width: 300px;
	height: 140px;
	margin: 10px;
}

div#OpenUseImg p {
	font: small Times, TimesNR, TimesNewRoman, serif;
	text-align: center;
}

dl {
	font-size: smaller;
}

dt {
	margin-top: 10px;
}

dd {
	color: gray;
}

.mission {
	color: #4E4E4E;
	font-size: medium;
}

#Events {
	position: absolute;
	top: 110px;
	right: 0;
	width: 200px;
	color: black;
	background-color: #ccc;
	font: medium Arial, sans-serif;
	border: thin inset blue;
	padding: 3px;
	margin-left: 2px;
}

div#BodyDiv {
	position: relative;
	top: -18px;
	width: 1000px;
	min-height: 1100px;
	margin-left: auto;
	margin-right: auto;
	background: white url('/Graphics/Background.jpg') repeat;
}

#PageHead {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	width: 100%;
}

#LeftMenu {
	position: absolute;
	top: 110px;
	left: 0;
	width: 140px;
}

#PageBody {
	position: absolute;
	top: 90px;
	left: 140px;
	right: 200px;
	margin-left: 5px;
	margin-right: 10px;
}

#LogoDiv {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 120px;
	height: 78px;
}

#banner {
	position: absolute;
	top: 5px;
	left: 120px;
	right: 100px;
	padding-bottom: 40px;
	background-image: url('/Graphics/Banner.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: auto;
	height: 66px;
	text-align: center;
	text-decoration: none;
	color: blue;
	font-weight: bolder;
	font-size: xx-large;
}

#FlagDiv {
	position: absolute;
	right: 0;
	width: 100px;
	height: 100px;
}
