@charset "UTF-8";
body  {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background: #0055a4 url(images/mainbg.jpg) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.twoColFixRtHdr #container {
	width: 756px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:6px;
	background-color: #fff;
} 
.twoColFixRtHdr #header {
	background: url(images/headerbg.jpg) no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:147px;
	position: relative;
}
.twoColFixRtHdr #header #searchbox_nosearch {
	padding: 4px;
	height: 25px;
	width: 230px;
	top: 20px;
	right: 20px;
	position: absolute;
	line-height: 25px;
	vertical-align: middle;
}
.twoColFixRtHdr #header #searchtxt_nosearch {
	padding: 3px;
	height: 25px;
	width: 230px;
	top: 2px;
	right: 10px;
	position: absolute;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
	color: #093258;
	text-align: center;
}
.twoColFixRtHdr #header #searchtxt_nosearch a {
	color: #093258;
	text-decoration: none;
}
.twoColFixRtHdr #header #searchtxt_nosearch b {
	color: #093258;
	margin: 0px 6px;
}
.twoColFixRtHdr #header #searchbox_nosearch b {
	margin-left: 5px;
	font-size: 11px;
	color: #093258;
	margin-right: 4px;
}
.twoColFixRtHdr #header #searchbox {
	padding: 4px;
	height: 25px;
	width: 230px;
	top: 20px;
	right: 20px;
	position: absolute;
	line-height: 25px;
	vertical-align: middle;
	background: url(images/searchicon.gif) no-repeat left center;
}
.twoColFixRtHdr #header #searchtxt {
	padding: 4px;
	height: 25px;
	width: 230px;
	top: 48px;
	right: 20px;
	position: absolute;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.twoColFixRtHdr #header #searchtxt a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #header #searchtxt b {
	color: #093258;
	margin: 0px 6px;
}
.twoColFixRtHdr #header #searchbox b {
	margin-left: 20px;
	font-size: 11px;
	color: #093258;
	margin-right: 4px;
}
.twoColFixRtHdr #nav {
	background: url(images/navbg.jpg) no-repeat;
	height: 41px;
	padding: 0px;
}
.twoColFixRtHdr #nav #navsep {
	background: url(images/navseparationlines.gif) no-repeat;
	height: 41px;
	text-align: center;
}
.twoColFixRtHdr #nav #navsep ul, .twoColFixRtHdr #nav #navsep li {
	list-style:none;
	display:inline;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #nav #navsep li a {
	font: bold 11px/41px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
	padding: 8px 30px;
	margin: 0px;
}
.twoColFixRtHdr #nav #navsep li a:hover {
	background: url(images/navarrow.jpg) no-repeat left center;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(images/logo.gif) no-repeat left top;
	width:238px;
	height: 147px;
	cursor:pointer;
}
.twoColFixRtHdr #contentpad #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	padding: 0px;
	margin: 0px 0 0;
}
.twoColFixRtHdr #contentpad #sidebar1 select {
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	font-size: 11px;
}
.twoColFixRtHdr #contentpad #sidebar1 input {
	font-size: 11px;
}
.twoColFixRtHdr #container #contentpad #sidebar1 h3 {
	margin: 0px;
	background: url(images/sidenavheader.jpg) no-repeat;
	height: 25px;
	line-height: 25px;
	color: #fff;
	padding-left: 8px;
	font-size: 1.1em;
}
.twoColFixRtHdr #container #contentpad #sidebar1 ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}
.twoColFixRtHdr #container #contentpad #sidebar1 li {
	list-style: none;
	padding: 2px 2px 2px 22px;
	background: #e6eff9 url(images/sidenavarrow.jpg) no-repeat left top;
	border-bottom: 1px solid #fff;
}
.twoColFixRtHdr #container #contentpad #sidebar1 li.btm {
	list-style: none;
	padding: 3px 2px 0px 22px;
	background: #e6eff9 url(images/sidenavfooter.gif) no-repeat left top;
	border-bottom: 1px solid #fff;
	height: 19px;
}
.twoColFixRtHdr #container #contentpad #sidebar1 li a {
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #093258;
}
.twoColFixRtHdr #container #contentpad {
	padding: 13px;
}
.twoColFixRtHdr #container #contentpad #mainContent {
	/*margin: 0 170px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
} 
.twoColFixRtHdr #container #contentpad #mainContent h2 {
	padding:0;
	margin:0;
	color: #fff;
	background: url(images/2coltitlebg.jpg) no-repeat left center;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}
.twoColFixRtHdr #container #contentpad #mainContent p {
	padding-right: 6px;
}
.twoColFixRtHdr #container #contentpad #mainContent h2 b {
	background: url(images/titlearrow.jpg) no-repeat left center;
	padding-left: 27px;
	font-size: 1.0em;
}
.twoColFixRtHdr #container #contentpad #mainContent #photo {
	float: left;
	width: 299px;
	margin: 10px 0px 0px;
}
.twoColFixRtHdr #container #contentpad #mainContent #subnav ul {
	margin: 20px 0px 0px 0px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.twoColFixRtHdr #container #contentpad #mainContent #subnav li {
	margin-bottom: 5px;
}
.twoColFixRtHdr #container #contentpad #mainContent #subnav ul a {
	color: #093258;
}
.twoColFixRtHdr #footer {
	padding: 4px 0;
	background:#0055a4 url(images/footerbg.jpg) no-repeat center center;
	width:768px;
	margin:auto;
	margin-top:8px;
	line-height:33px;
} 
.twoColFixRtHdr #footer a.links {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(images/linksbtn.gif) no-repeat left center;
	margin: 0 6px 0 6px;
	padding: 4px 0px 4px 26px;
}
.twoColFixRtHdr #footer a.contact {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(images/contactbtn.gif) no-repeat left center;
	margin-left: 6px;
	padding: 4px 0px 4px 26px;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
#splashmain {
	background: #FFFFFF url(images/splash.jpg) no-repeat center center;
	margin: auto;
	padding: 6px;
	height: 408px;
	width: 755px;
	position: relative;
	margin-top:120px;
}
#splashmain #splashnav {
	position: absolute;
	top: 211px;
	line-height: 34px;
	left: 28px;
	width: 670px;
	padding-right: 20px;
}
#splashmain #splashnav ul, #splashmain #splashnav li {
	display: inline;
	list-style: none;
}
#splashmain #splashnav li a {
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 24px 0px 9px;
	text-align: center;
	padding: 0px 0px 0px 15px;
}
#splashmain #splashnav li a:hover {
	background: url(images/splasharrow.jpg) no-repeat left center;
}
#cdmain {
	background: #FFFFFF url(images/cdmain.jpg) no-repeat center center;
	height: 408px;
	width: 755px;
	margin: auto;
	padding: 6px;
	margin-top:120px;
	position: relative;
}
#cdmain #navtable {
	position: absolute;
	top: 180px;
	left: 58px;
	font-size: 1.1em;
	font-weight: bold;
}
#cdmain #navtable ul, #cdmain #navtable li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#cdmain #navtable li a {
	color: #1b5ea8;
	font-size: 1.0em;
	text-decoration: none;
	background: url(images/cdarrow.jpg) no-repeat left center;
	line-height: 22px;
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 8px;
}
#subnav fieldset {
	margin-top: 20px;
	border: 1px solid #003368;
}
#subnav legend {
	color: #fff;
	background: #788200;
	border: 1px solid #003368;
	padding: 2px 6px
}
#refmanual fieldset {
	margin: 10px;
	padding: 5px 8px 8px 8px;
	border: 1px solid #003368;
}
#refmanual legend {
	color: #fff;
	background: #788200;
	border: 1px solid #003368;
	padding: 2px 6px
}
#refmanual ul {
	list-style-type: square;
}
#refmanual li {
	margin-bottom: 5px;
}
#refmanual a {
	color: #093258;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#sidebar1 select {
	margin: 2px;
	width: 123px;
}
.bldhdr {
	color:#093258;
	font-weight:bold;
	font-size:1.2em;
}
tr.tblhdr th {
	background:#093258;
	color:#fff;
	font-weight:bold;
	padding:2px;
}
tr.tblcontent td {
	background:#e6eff9;
	padding:2px;
}
.printable #container {
	width: 756px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:6px;
	background-color: #fff;
} 
.printable #header {
	/*background: url(images/headerbg.jpg) no-repeat;*/
	background-color: #fff;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:147px;
	position: relative;
}
.printable #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	/*background: url(images/logo.gif) no-repeat left top;*/
	width:238px;
	height: 147px;
	cursor:pointer;
}
.printable #container #contentpad {
	padding: 13px;
}
.printable #container #contentpad #mainContent {
	/*margin: 0 170px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
} 
.printable #container #contentpad #mainContent h2 {
	padding:0;
	margin:0;
	color: #fff;
	/*background: url(images/2coltitlebg.jpg) no-repeat left center;*/
	height: 28px;
	line-height: 28px;
}
.printable #container #contentpad #mainContent p {
	padding-right: 6px;
}
.printable #container #contentpad #mainContent h2 b {
	/*background: url(images/titlearrow.jpg) no-repeat left center;*/
	padding-left: 27px;
	font-size: 1.0em;
}
.printable #container #contentpad #mainContent #photo {
	float: left;
	width: 299px;
	margin: 10px 0px 0px;
}
.noprint {
	visibility: hidden
}