body { 
	color: black; 
	font-style: normal; 
	font-size: 13px; 
	line-height: 16px; 
	font-family: Verdana, Geneva, Helvetica, Arial; 
	text-decoration: none; 
	background-color: #cc9; 
	background: url(bgplanes.jpg) repeat fixed left;
	text-align: left;
	margin: 0px;
	}
	
#bodybox {
	position: absolute;
	top: 30px;
	left: 10%;
	margin-left: 175px;
	width: 50%;
	overflow: visible;
	}

#tablebox {
	position: absolute;
	top: 30px;
	left: 10%;
	margin-left: 197px;
	margin-right: 4%;
	}

#halfway {
	position: absolute;
	top: 20%;
	left: 10%;
	margin-left: 175px;
	width: 50%;
	overflow: visible;
	}

.imagenorm {
	display: inline;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	margin-right: 1em;
	border: black 1px solid;
	}

.imageleft {
	float: left;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	margin-right: 1em;
	border: black 1px solid;
	}

.imageright {
	margin-top: 0.3em;
	float: right;
	margin-bottom: 0.7em;
	margin-left: 1em;
	border: black 1px solid;
	}

a:hover .imageright, a:hover .imageleft, a:hover .imagenorm {
	border: #c00 1px solid;
	}
	
p, td, tr, table a:link, a:visited {
	color: black; 
	font-style: normal; 
	font-size: 13px; 
	line-height: 16px; 
	font-family: Verdana, Geneva, Helvetica, Arial; 
	text-decoration: none; 
	}

a:link, a:visited {
	color: #c00; 
	font-style: normal; 
	font-size: inherit; 
	font-family: Verdana, Geneva, Helvetica, Arial; 
	text-decoration: underline; 
	}

h1 { 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1.2em;
	position: relative;
	top: 4px;
	}

h2 {
	position: relative;
	top: 0.7em;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px; 
	text-decoration: none;
	color: inherit;
	}
	
h3 {
	font-size: 1em;
	font-weight: bold;
	}

.bold {
	font-weight: bold;
	}
	
.small {
	font-size: 0.8em;
	}
	
li {
	display: list-item;
	list-style-type: none;
	list-style-position: inside;
	margin-top: 1em;
	}
	
.italic {
	font-style: italic;
	}

.divide {
	border-bottom: black 1px solid;
	width: 100%;
	}
	
/*------THE MENU STYLES-------*/	
#mbbg {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 175px;
	height: 100%;
	z-index: 11;
	background-color: #cc9;
	}
	
#menubox {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 175px;
	height: auto;
	z-index: 12;
	background-color: #cc9;
	}

.menutext {
	text-align: left;
	margin-left: 25px;
	position: relative;
	height: auto;
	top: 1.2em;
	}

.menutext p {
	font-weight: bold;
	color: #c00; 
	text-decoration: none;
	}

.menutext p a:link, .menutext p a:visited {
	color: black; 
	text-decoration: none;
	}

.menutext p a:hover {
	color: #c00; 
	text-decoration: none;
	}

.menutextsub {
	position: relative;
	top: 2px;
	font-size: 11px;
	font-weight: normal;
	margin-left: 0.7em;
	text-decoration: none;
	}

#crest {
	position: relative;
	left: -10px;
	margin-bottom: 1em;
	border: 0;
	}

/*------END OF MENU STYLES------*/


/*------THE IMAGE GALLERY STYLES------*/

.imagebox {
	position: absolute;
	top: 30px;
	left: 7%;
	margin-right: 4%;
	margin-left: 275px;
	width: auto;
	text-align: left;
	}

.box {
	position: static;
	float: left;
	clear: none;
	width: 100px;
	vertical-align: top;
	margin: 10px;
	}

.box a:link span {
	display: none;
	}
	
.box a:visited span {
	display: none;
	}

.box a:hover span {
	display: block;
	position: fixed;
	top: 30px;
	left: 7%;
	margin-left: 170px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 100px;
	color: black;
	text-decoration: none;
	}
	
.box img {
	border: black 1px solid;
	}

/*------END OF IMAGE GALLERY STYLES------*/