.quotebox {
	height: auto;
	width: 300px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #FFF;
	background-color: #703A3A;
	text-align: center;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	font-weight: bold;
}
body {
	background-color: #333333;
	margin: 1px;
	padding: 1px;
	font-family: "Times New Roman", Times, serif;
}

body, td, th {
	color: #000000;
}

h1, h2, h3 {
	color: #000066;
	text-align: center;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FC3E40;
}

a {
  color: #003366;
}
.intro {
	background-color: #FFFFDF;
	margin: 5px;
	padding: 5px;
}


.toppanel {
	height: 132px;
	width: 100%;
	position: relative;
}

.borderbar {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	height: 0px;
	width: 0px;
}

.borderpanel {
	height: 28px;
	width: 835px;
	top: 121px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(images/NAISStinksHeadernav.jpg);
	background-repeat: no-repeat;
}

.bordernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	height: auto;
	text-align: center;
	border: thin solid #FF3831;
	text-decoration: none;
	font-weight: bold;
	color: F73831;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.bordernav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #F73831;
	float: left;
	height: auto;
	text-align: center;
	border: thin dotted #FF3831;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
}

.navpanel {
	width: 120px;
	background-color: #C3C3CB;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
}

.navlink {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #000099;
	text-align: center;
	text-decoration: none;
}

.navlink:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #000099;
}


.contents {
	padding: 10px;
	left: 0px;
	top: 0px;
	position: relative;
	background-color: #FFF;
	width: 830px;
}
.container {
	background-color: #333;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	top: 30px;
}


.quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000066;
	left: auto;
	right: auto;
	padding: 10px;
	background-color: #FFFFCC;
	margin: 10px;
	position: relative;
}

.quotes h3{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

