body {
	margin: 0 auto;
	background: #002480;
}
#fullpage {
	position: relative;
	z-index: 10;
	width: 90%;
	height: 100%;
	min-height:300px;
	min-width: 800px;
	margin: 0 auto 20px auto;
	padding: 0;
	background: #FAFAFF;
	border-left: 6px solid #000000;
	border-right: 6px solid #000000;
	border-bottom: 6px solid #000000;
	-moz-border-radius: 0 0 40px 40px;
	-webkit-border-radius: 0 0 40px 40px;
}
#scarfbox {
	position: relative;
	z-index: 20;
	padding: 0 0 24px 0;
	height: 200px;
	width: 100%;
	background: #FAFAFF;
	min-width: 800px;
	border-bottom: 4px solid #000000;
}
#headerbox {
	width: 800px;
	height: 200px;
	padding: 0 0 24px 0;
	margin: 0 auto 0 auto;
	background-image: url(images/om-tophat-header.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
#bodybox {
	height: 100%;
	width: auto;
	min-height: 600px;
	min-width: 400px;
	margin: 24px auto;
	padding: 0;
	text-align: justify;
	background-color: #FAFAFF;
	-moz-border-radius: 0 0 32px 32px;
	-webkit-border-radius: 0 0 32px 32px;
}
#bodybox p {
	text-indent: 36px;
	margin: 12px 96px 12px 96px;
	font-family: Arial, Verdana, sans-serif;
}
#bodybox p:first-letter {
   font-weight: bold;
   font-size: 1.2em;
}
#bodybox p:nth-last-of-type(1) {
	margin: 12px 96px 96px 96px;

}
#bodybox table.macro {
	margin: 0 auto;
}
#bodybox table.micro {
	margin: 24px 0 24px 12px;
}
#gallery {
	width: 100%;
	height: 100%;
	max-width: 1000px;
	margin: 24px auto 24px auto;
	overflow: auto;
}
#gallery a img {
	margin: 0px 0 0 34px;
	text-align: right; 
	height: 64px;
	width: 128px;
	border: 1px solid #000000;
	-moz-box-shadow: 2px 2px 2px #000000;
}
#captionbox {
	margin: auto;
	position: relative;
	top: 130px;
	right: 24px;
	float: right;
}
#captionbox h1 {
	font-family: Georgia, serif;
	font-size: 32px;
	letter-spacing: -1px;
	font-style: italic;
	font-weight: normal;
	text-shadow: 2px 2px 1px #888888;
}
#menubox {
	margin: 0 auto;
	clear:both;
	width: 100%;
	min-width: 800px;
	height: 100px;
	padding: 10px 0 0 0;
	text-align: center;
	font-family: sans-serif;
	background-image: -moz-linear-gradient(top,  #0147FF,  #FAFAFF);
	background-image: -webkit-gradient(
    	linear,
	   	left top,
	    left bottom,
	    color-stop(#0147FF),
	    color-stop(#FAFAFF)
	);
}
#menubox ul {
	list-style-type: none;
	margin-top: 14px;
}
#menubox ul li {
	display: inline;
	margin: 0 2% 0 0;
}
#menubox ul li a {
	position: relative;
	bottom: 16px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-size: 18px;
	font-weight: bold;
	border-right: 4px solid #000000;
	border-bottom: 4px solid #000000;
	border-left: 4px solid #000000;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	-moz-box-shadow: 2px 2px 2px #0147AA;
	-webkit-box-shadow: 2px 2px 2px #0147AA;

}
#menubox ul li a:hover {
	position: relative;
	bottom: 10px;
	padding: 14px 8px 8px 8px;
	-moz-border-radius: 0 0 12px 12px;
}
.activetab a {
	position: relative;
	z-index: 21;
	border-top: 4px solid #FAFAFF;
	padding-top: 8px;
	background: #FAFAFF;
	text-shadow: 1px 1px 1px #9A9AAA;

}
.inactivetab a {
	border-top: 4px solid #000000;
	padding-top: 10px;
	background-color: #D0DCFF;
	text-shadow: 1px 1px 1px #9A9AAA;
}
.inactivetab a:hover {
	border-top: 4px solid #000000;
	background-color: #FAFAFF;
	text-shadow: 1px 1px 1px #9A9AAA;
}
#footlocker {
	position: fixed;
	bottom: 0;
	width: 100%;
	height:70px;
}
#footerbox {
	position: relative;
	z-index: 5;
	bottom: 12px;
	height: 56px;
	width: 800px;
	margin: 36px auto;
	text-align: center;
	background-color: #FAFAFF;
	font-family: sans-serif;
	border-top: 6px solid #000000;
	border-right: 6px solid #000000;
	border-bottom: 6px solid #000000;
	border-left: 6px solid #000000;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}
#footerbox img {
	margin-top: 8px;
	margin-bottom: -8px;
}
#footerbox p {
	text-align: center;
	padding-bottom: 4px;
}
a.linkout {  
	background: url(images/external.jpg) no-repeat;
	background-position: right;
	padding-right: 16px;
	color: #0147FF;
}  
.entity {
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
.url {
	font-family: Corier, monospace;
}
.misc {
	font-style: italic;
}
