body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/backgroundImages/gradient.jpg);
	background-repeat: repeat;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: 15px;
	font-size: 25px;
}
h3 {
	font-size: 19px;
	font-weight: bold;
	padding-left: 15px;
}
ul {
	font-size: 18px;
	padding-left: 50px;
	padding-right: 35px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #999;
}
a:active {
	color: #999;
}
#wrapper {
	-moz-box-shadow: 3px 0px 12px #000000;
	-webkit-box-shadow: 3px 0px 12px #000000;
	box-shadow: 3px 0px 12px #000000;
	margin-right: auto;
	margin-left: auto;
	width: 925px;
}
#header {
	width: 925px;
	float: left;
	background-image: url(images/backgroundImages/honorGuardBannerHighRes.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #141021;
	margin-top: 20px;
	padding-top: 20px;
	height: 150px;
}
#dividerBelowHeader {
	float: left;
	width: 925px;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #CCC;
	text-align: right;
	height: 35px;
	background-image: url(images/backgroundImages/middleBar.jpg);
	display: block;
	position: relative;
}
#sidebar {
	background-color: #14101F;
}
#nav {
	float: left;
	width: 195px;
	background-color: #161222;
	padding-right: 5px;
}
#content {
	float: left;
	width: 715px;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#footer {
	padding: 15px;
	clear: both;
	width: 895px;
	background-color: #FFF;
	margin-bottom: 0px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808589;
	font-size: 15px;
}

#form {
	text-align: center;
}
#nav ul{
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#nav li{
	float: left;
}
#nav a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 20px;
	background-color: #CCC;
	border: 3px solid #FFF;
	width: 185px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav a:hover {
	background-color: #666;
	color: #FFF;
	border: 3px solid #000;
}
#nav a:active {
	background-color: #666;
	color: #FFF;
	border: 3px solid #000;
}
#dividerBelowHeader ul {
	list-style-type: none;
	position: absolute;
	left: 741px;
	top: -12px;
	width: 118px;
}
#dividerBelowHeader a {
	color: #000066;
}
#dividerBelowHeader a:active {
	color: #FFF;
	text-decoration: underline;
}
#dividerBelowHeader a:hover {
	color: #FFF;
	text-decoration: underline;
}
#dividerBelowHeader p {
	padding-right: 5px;
	padding-top: -10px;
}
#content p a {
	color: #00C;
}
#content p a:hover {
	color: rgba(102,102,102,1);
	text-decoration: underline;
}
#content p a:active {
	color: rgba(102,102,102,1);
	text-decoration: underline;
}
#content p {
	padding-left: 17px;
	font-size: 18px;
	padding-right: 50px;
}
#content img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#wrapper #sidebar #content p img {
	float: left;
}
.mafia {
	display: none;
}
.20pixelFont {
	font-size: 20px;
}
.italic {
	font-style: italic;
	font-size: 20px;
}
.iframe {
	margin-right: 20px;
	margin-left: 20px;
	border: 2px solid rgba(0,0,0,1);
}
