@charset "iso-8859-1";
/* CSS Document */
body {
	margin-top:0px;
 background-color:#dcdfe5;
 background-image:url(images/main-page-bg-gradient.gif);
 background-repeat:repeat-y;
 background-attachment:fixed;
 background-position:center;
 font-size:18px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#wrapper {
	width: 920px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color:#FFF;
	height: auto;
}
div#menu {
	padding: 0px;
	height: 31px;
	background-image: url(./images/NavBar_Filler.jpg);
	background-repeat: repeat-x;
	border: 0;
}
img {
	border:0px none;
	text-align: center;
}
img.Center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.blackborder {
	border:solid black 1px;
}
.greyBorder{
	border:solid #ccc 1px;
	padding:6px;
}
div#menuCSSONLY {
	padding:0px;
	margin: 0px;
	background-repeat: repeat-x;
	height: auto;
	background-color: #3D82CD;
	border-top: solid white 2px;
	border-bottom: solid white 2px;
}
.align-left {
	float:left;
	padding-right:20px;
}
.align-right {
	float:right;
}
.centeredImage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
.h2 {
	font-size:14px;
	font-weight:bold;
}
#title {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}
div#header {
	padding: 10px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FF6600;
	text-align: center;
	font-weight: bold;
	height: 20px;
	border-bottom: solid white 10px;
	background-image: url(./images/Title-Bar.jpg);
}
div#nav {
	padding: 0px;
	margin-top: 5px;
	background-repeat: repeat-y;
	width: 150px;
	margin-left: 18px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#rnav {
	width:150px;
	padding: 0px;
	float: right;
	margin-top: 5px;
	background-repeat: repeat;
	height: auto; /* test */
	margin-right: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* a box with a gradient at the top */
#box {
	border-style: solid;
	padding: 10px;
	border-color: #CCC;
	border-width: 1px;
	background-image:url(images/NP-grad02.gif);
	background-color:#eaeaea;
	background-repeat: repeat-x;
}
/*Makes links in rnav not bold*/
div#box a {
	font-weight: normal;
	font-size: 10px;
	text-align: left;
}
/*  puts a space (padding) between entries in li in rnav */
div#rnav li {
	overflow: hidden;
	padding-bottom: 5px;
}
/* moves text across*/
div#rnav ul {
	margin-left:2px;
	padding-left:2px;
}
div#main {
	margin-left: auto;
	margin-top: 5px;
	padding: 10px;
	border-color: #CCCCCC;
	border-width: 1px;
	width: 530px;
	margin-right: auto;
	margin-bottom: 3px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 900px;
}
div#footer {
	padding: 10px;
	margin: 0px;
	background-image: url(./images/Title-Bar.jpg);
	height: 20px;
	border-top: solid white 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-align:center;
}
div#footeremail {
	padding:0px;
	margin: 0px;
	background-repeat: repeat-x;
	height: auto;
	background-color: #3D82CD;
	border-top: solid white 2px;
}
body {
	background-color:#dcdfe5;
}
.blue {
	color:#005296;
	font-weight:bold;
}
.orange {
	color:#FF6600;
	font-weight:bold;
}
.orange2 {
	color:#FF6600;
	font-weight:bold;
	font-size:14px;
}
.red {
	color:#CC0033;
	font-weight:bold;
}
.white {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #005296;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #005296;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #3C83C5;
	font-weight: bold;
	text-decoration:underline;
}
.table {
	background-color:#3D82CD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
}
.table td {
	border:solid 1px white;
	background-color:#006699
}
.table a {
	display:block;
	color:white;
	font-weight: bold;
	text-decoration:none;
}
.table td a:hover {
	background-color:#FF6600;
}
/*Remove bullet from lists*/
ul {
	list-style-type: none;
}
/* This is a horizontal line for between blog entries */
.line {
	width: 440px;
	border-top: 3px double #CCCCCC;
	border-right: 0px double #CCCCCC;
	border-left: 0px double #CCCCCC;
	height: 3px;
	position: relative;
	left: 50px;
	right: 50px;
}
#oldarchive {
	width:138px;
	height:16px;
	padding:4px;
	border-style:solid;
	border-width:1px;
	border-color:#FF6600;
	text-align:center;
}
#oldarchive a {
	color:#FF6600;
	font-weight:bold;
	font-size:12px;
}