body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/backgrounds/bg-1.gif);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
}
.masthead {
	margin-top: 1%;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
.masthead .navigation {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #000000;
	letter-spacing: .1em;
}
.content {
	margin-top: 75px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 8px;
	padding-left: 8px;
}

.masthead .navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
.masthead .navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.masthead .navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.masthead .navigation a:hover {
	color: #FF0000;
	text-decoration: none;
}
.masthead .navigation a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
}
.content h1 {

}
.content h2 {
	text-align: left;
	margin: 0px;
	padding: 0px;

}
.content .quote h2 {
	text-align: center;
}

.content h3 {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
.content h4 {
	text-indent: 12px;
	text-align: left;

}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}
.quislingbox {
	border: 1px solid #FFFFFF;
	margin-bottom: 25px;
	padding: 8px;
	height: 400px;
}
.content ul {
	text-align: left;
}
.content li {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.content  a:link {
	color: #000000;
	text-decoration: underline;
}
.content a:visited {
	color: #000000;
}
.content a:hover {
	color: #FFFFFF;
}
.content a:active {
	color: #000000;
}
