body {
	margin: 0px;
	padding: 0px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #598FC1 url(../shared/page_background.gif) repeat-y 50% 0px;
}
#wrapper {
	background-color: #ffffff;
	padding: 0px;
	width: 740px;
	margin: 0px auto;
}
#masthead {
	background:   url("../images/masthead.jpg") no-repeat;
	height: 50px;
	padding-top: 121px;
	border-bottom: 10px solid #637B90;
}
#navigation {
	padding: 0px;
	width: 740px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
#navigation li {
	margin: 20px 0px 0px;
	padding: 0px;
	float: left;
	background: url(../shared/rollover.gif) no-repeat left top;
	display: inline;
	list-style-type:none;

}
#navigation li.narrow {
	margin: 20px 0px 0px;
	padding: 0px;
	float: left;
	background: url(../shared/rolloverNarrow.gif) no-repeat left top;
	display: inline;
	list-style-type:none;

}
#navigation li.sixtab {
	margin: 20px 0px 0px;
	padding: 0px;
	float: left;
	background: url(../shared/rolloverSixTab.gif) no-repeat left top;
	display: inline;
	list-style-type:none;

}
#navigation li.seventab {
	margin: 20px 0px 0px 2.5px;
	padding: 0px;
	float: left;
	background: url(../shared/rolloverSevenTab.gif) no-repeat left top;
	display: inline;
	list-style-type:none;

}
#navigation a {
	font: bolder 110% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 23px;
	width: 155px;
	padding: 7px 15px 0px 15px;
	text-align: center;
	

	
}
#navigation a.quint{
	width: 118px;
}

#navigation a.sixtab{
	width: 93px;
}

#navigation a.seventab{
	width: 72px;
}

#navigation a:hover {
	background: url(../shared/rollover.gif) 0px -40px;
	color:#333333;
}

#navigation a.quint:hover {
	background: url(../shared/rolloverNarrow.gif) 0px -40px;
	color:#333333;
}

#navigation a.sixtab:hover {
	background: url(../shared/rolloverSixTab.gif) 0px -40px;
	color:#333333;
}

#navigation a.seventab:hover {
	background: url(../shared/rolloverSevenTab.gif) 0px -40px;
	color:#333333;
}

#activepage {
	background: url(../shared/rollover.gif) 0px -40px;
	color:#FFFFFF;
	font: bolder 110% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	height: 23px;
	width: 155px;
	padding: 7px 15px 0px;
	text-align: center;
}

#qactivepage {
	background: url(../shared/rolloverNarrow.gif) 0px -40px;
	color:#FFFFFF;
	font: bolder 110% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	height: 23px;
	width: 118px;
	padding: 7px 15px 0px;
	text-align: center;
}

#activepageSixTab {
	background: url(../shared/rolloverSixTab.gif) 0px -40px;
	color:#FFFFFF;
	font: bolder 110% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	height: 23px;
	width: 93px;
	padding: 7px 15px 0px;
	text-align: center;
}

#activepageSevenTab {
	background: url(../shared/rolloverSevenTab.gif) 0px -40px;
	color:#FFFFFF;
	font: bolder 110% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	height: 23px;
	width: 73px;
	padding: 7px 15px 0px;
	text-align: center;
}
#content {
	padding: 22px;
}
#footer {
	font-size: 85%;
	background-color: #FFFFFF;
	text-align: left;
	clear: both;
	padding: 30px 22px;
}

/*start of column divs*/

#leftColumn {
	float: left;
	width: 337px;
	margin-right: 22px;
	text-align: justify;
}
#rightColumn {
	float: left;
	width: 337px;
	text-align: justify;
	
}
#fullColumn {
	float: none;
	width: 670px;
	
}

#rightStrip {
	float: right;
	width: 290px; /* added for IE6 */ 
	text-align: justify; /* added for IE6 */ 
}

p.rightBar {
 	max-width: 240px;
	width: expression("240px");
	text-align: justify;
 }


.greyArea {
	padding: 7px 10px 10px 10px;
	background-color: #e6e6e6;
	text-align: justify;
}

.whiteArea {
	padding: 7px 10px 10px 10px;
	background-color: white;
	text-align: justify;
}
.bigImage {
	border: 6px solid #637B90;
	
}
.floatedImage {
	border: 1px solid #b29977;
	margin: 0px 0px 10px 20px;
	float:right;
}
.floatedText {
	border: 6px solid #637B90;
	float:right;
	margin: 40px 70px 10px 0px;
	width: 200px;
	padding: 5px;
	background-color: #FFE069;
}
h1{
	font: bold 150% Arial, Helvetica, sans-serif;
	margin: 10px 0px 5px;
	text-align: left;
	color:#455768;
	border-bottom-style:dotted;
	border-bottom-color:#455768;
	border-bottom-width: thin;
}

h2 {
	font: bold 150% Arial, Helvetica, sans-serif;
	margin: 20px 0px 3px 0px;
	color:#455768;
}
p {
	
	margin: 0px 0px 1em 0px;
	color:#232323;
}

ul.circled {
list-style-type:circle;
}

.circled > li {
color:#232323;
text-align:left;
}



ol.UserManual li {
list-style-type:decimal;
}
.UserManual ul li {
list-style-type:none;
margin-left: -30px;
}
.UserManual li a{
color:#637B90;
}

strong{
color:#455768;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	font-size: medium;;
}

.boldly {
	font-weight: bold;
}

div.counter {
	
}

a {
	
	color: #2323b5;
	text-decoration: underline;
}
a:hover {
	color:#455768;
	text-decoration: underline;
}
th {
	text-align: left;
	background-color: #637B90;
	padding: 10px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 125%;
}
iframe{
 overflow-x: hidden;
 overflow-y: scroll;
}
td {
	vertical-align: top;
	padding: 5px 10px;
	background-color: #E1E1E1;
	margin: 0px;
}
.tdAlt {
	background-color: #F5F5F5;
}

select {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}

textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}

div.archiveItem {
	border: 2px solid darkblue;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
	float: left;
	width: 95px;
	text-align: right;
	padding-right: 5px;
  }
  
  div.row span.label_check {
	float: left;
	text-align: right;
	width: 270px;
  }

div.row span.formw {
	float: right;
	width: 225px;
	text-align: left;
  } 
  
  div.row span.form_check {
  float: right;
  width: 50px;
  text-align: left;
  } 

div.spacer {
	clear: both;
	height: 100%;
  }
.right {
	background-position: right;
	float: right;
	padding: 10px;
	text-align: right;
	clear: both;
}

.rightColumnBlock {
	background-color: #FFFFFF;
	border:	thin solid black;
	margin:15px;
	padding:8px;
}


.newsSpotWrap {
	border: thin solid #637B90;
	margin:20px 0 0 0;

}

.newsSpotWrap h1 {
	color:#637B90;
	margin: 5px;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #637B90;
	font-family:verdana, arial, sans-serif;
	font-size:190%;
	font-variant: small-caps;
	font-weight: bold;
}
