@charset "utf-8";
/* CSS Document */

body {
	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: #003366;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 0.9em;
	background-color: #133E71;
	margin-top: 10px;
	background-image: url(images/circuitboard2.gif);
}
#container  {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#container #mainContent  {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 20px;
	margin-top: 0px;
	left: inherit;
	top: 0px;
	float: left;
	width: 620px;
	height: auto;
}
#sidebar_right {
	float: right;
	width: 200px;
	background-image: url(images/circuitboard.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 690px;
	vertical-align: bottom;
}
.fltright {
	float: right;
	padding-top: 15px;
	padding-left: 8px;
}
.fltleft {
	float: left;
	padding-right: 15px;
}


#header  {
	background-color: #DDDDDD;
	height: 170px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#sidebar    {
	margin: 0px;
	padding: 0px;
}


#sidebar {
	float: left;
	width: 150px;
	clear: none;
	font-size: 0.9em;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #FFFFC4;
	height: 690px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar   ul  {
	padding-top: 15px;

}
#sidebar   li  {
	text-align: right;
	text-indent: 0.5px;
	display: block;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
}
#sidebar li a {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	display: block;
	vertical-align: middle;
	padding-right: 15px;
}
#sidebar li a:hover {
	background-image: url(images/rednavarrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#mainContent h3 {
	bottom: 4px;
	font-size: 1.1em;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #0277BC;
	text-align: left;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	line-height: 1.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar p {
	padding-left: 15px;
}


#mainContent p {
	line-height: 1.2em;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent h1 {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 1.7em;
	color: #133E71;
	margin-top: 12px;
	text-transform: none;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: -0.03em;
	padding-top: 10px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#bottomnav {
	font-size: 0.8em;
	color: #FFFFFF;
	background-position: center;
	text-align: center;
	padding-top: 5px;
}
#bottomnav      a img          {
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}


#bottomnav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#mainContent h2 {
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 1.2em;
	color: #0277BC;
	font-weight: bold;
	font-style: normal;
	border-bottom-width: 0px;
	border-bottom-style: 0;
	margin: 0px;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer  {
	background-color: #003366;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	clear: both;
}
#mainContent li {
	font-size: 1em;
	line-height: 1.1em;
}

#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#navbar * {
	margin: 0px;
	padding: 0px;
	float: left;
}
#navbar {
	font-weight:bold;
	float: left;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom: 0px;
	background-color: #000000;
	width: 1000px;
	height: 28px;
}
#navbar li {
	list-style:none;
	vertical-align: middle;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 0.9em;
	height: 22px;
	float: left;
}
#navbar a {
	width:112px;
	text-decoration:none;
	float:left;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	line-height: 110%;
	display: block;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	background-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#navbar a:hover {
	background-position:0 -34px;
	color: #FFCC00;
}
#navbar a:active {
	background-position:0 -69px;
}
#topseo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
p img {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	float: left;
	display: block;
}
.oneColFixCtrHdr #container #mainContent img {
	left: 0px;
	top: 0px;
}

p.custom sup {
	vertical-align: .3m; 
	font-size:.5em;
}
#rightcol {
	float: right;
	width: 580px;
}

#apDiv1 {
	position:relative;
	width:132px;
	height:38px;
	z-index:1;
	left: 570px;
	top: 110px;
}
body {
	background-color: #0277BC;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0066CC;
}
