@charset "UTF-8";
body {
	background-color: ghostwhite;
	margin-top: 4%;
	margin-right: 0%;
	margin-bottom: 20%;
	margin-left: 0%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	line-height: 130%;
	font-weight: 600;
	color: #000000;
	margin-left: 3em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 115%;
	font-weight: 500;
	color: navy;
	margin-left: 3em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	line-height: 110%;
	font-weight: 300;
	color: saddlebrown;
	margin-left: 3em;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 105%;
	font-weight: 400;
	color: #000000;
	margin-left: 6em;
	margin-right: 20%;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 140%;
	color: #000000;
	margin-left: 1em;
	list-style-position: inside;
	list-style-type: circle;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
	margin-right: 10%;
}
.blanchard {
	float: right;
	margin-right: 10%;
	position: relative;
	z-index: -1;
	top: -160px;
}
.disc {
	position: relative;
	left: 830px;
}
.drop {
	margin-top: 2em;
}
.veteran {
	color: #0000CC;
	font-style: italic;
	font-weight: bold;
}
#banner {
	background-image: url(images/banner_bg.gif);
	background-repeat: repeat-x;
}
#navbar {
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 3em;
	float: left;
}
a:link {
	color: navy;
	text-decoration: underline;
	background-color: transparent;
}
a:visited {
	color: darkviolet;
	text-decoration: underline;
	background-color: transparent;
}
a:hover {
	color: maroon;
	text-decoration: underline;
	background-color: transparent;
}
a:active {
	color: crimson;
	text-decoration: underline;
	background-color: transparent;
}
.clear {
	clear: both;
}
.video {
	height: 150px;
	width: 200px;
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: -1;
	left: 800px;
	top: -40px;
}
