﻿body {
	background-color:black;
	text-align:center;
}
.outside {
	width:750px;
	text-align:center;
	margin:auto;
	padding-top:60px;
}
.inside {
	width:750px;
	text-align:left;
	margin:auto;
	background-image:url(images/bg5.jpg);
	color:black;
	border-top:solid 1px #750000;
	min-height:465px;
}
.inside2 {
	width:750px;
	text-align:left;
	margin:auto;
	margin-left:174px;
	margin-right:8px;
}
.footer {
	background-image:url(images/footer.jpg);
	width:750px;
	margin:auto;
	color:white;
	height: 60px;
}
.center {
	margin:auto;
	text-align:center;
	width:750px;
	height:200px;
	background-image:url(images/bg8.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
p {
	color:black;
}
h1, h2, h3, h4, h5, h5 {
	color:black;
	display:block;
}
/* ##############  Navigation Menus ############## */
.menubar {
	width:158px;
	height:20px;
	margin:auto;
	float:left;
	padding-top: 8px;
	
}
.menuitem {
	float:left;
	width:148px;
	color:white;
	text-align:center;
	margin:auto;
	border-right:solid 1px #750000;
	border-left:solid 1px #750000;
	border-top:solid 1px #750000;
	padding:2px 0 2px 0;
	background-image:url(images/y.png);
	margin-left: 8px;
}
.menuitemend {
	float:left;
	width:148px;
	color:white;
	text-align:center;
	margin:auto;
	border-top:solid 1px #750000;
	border-right:solid 1px #750000;
	border-bottom:solid 1px #750000;
	border-left:solid 1px #750000;
	padding:2px 0 2px 0;
	background-image:url(images/y.png);
	margin-left: 8px;
}

.flash {
	top:100%;
	width:500px;
	height: 210px;
	border-top:solid 1px white;
	border-right:solid 1px white;
	border-left:solid 1px white;
	margin:auto;
}
.mission {
	width:592px;
	height:100%;
	float:right;
	border-top:solid 1px black;
	margin-bottom:60px;
	text-align:left;
	
}
.style1 {
	width: 750px;
	text-align: center;
	margin: auto auto 0px auto;
	padding-top: 60px;
}
a {
	color:white;
	text-decoration:none;
}
img {
	border:none;
}
div.int a {
	color:black;
	text-decoration:underline;
}
div.int {
	margin:20px;
}
#gal img {
	border:solid 1px black;
}
.short-desc {
	font-size:10pt;
}
.long-desc {
	display:none;
	border:solid 1px black;
	padding:5px;
}
ol#process li {
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
}
.spacer {
	clear:both;
}