@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
a:link{
	color:#326fad;
	font-weight:bold;
	text-decoration:none;
}
a:visited{
	color:#326fad;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#326fad;
	font-weight:bold;
	text-decoration:underline;
}

.roundedCornerSpacer {
  margin: 0px; padding: 0px; border: 0px;
  clear: both;
  font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
   1px: the width of the border
   3px: a fudge factor needed for IE5/win (see below)
   4px: the width of the border (1px) plus the 3px IE5/win fudge factor
   14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
  width: 6px; height: 6px;
  padding: 0px; border: 0px;
  z-index: 99;
}
.borderTL, .borderBL { float: left;  clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin:  -1px  0px  0px -1px; }
.borderTR { margin:  -1px -1px  0px  0px; }
.borderBL { margin: -6px  0px  0px  0px; }
.borderBR { margin: -6px  0px  0px  0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px!   Why?  */
.borderTL {
  margin-left: -4px;
  ma\rgin-left: -1px;
}
html>body .borderTL  {
  margin-left: -1px;
}
.borderTR {
  margin-right: -4px;
  ma\rgin-right: -1px;
}
html>body .borderTR  {
  margin-right: -1px;
}
.borderBL {
  margin-left: -3px;
  ma\rgin-left: 0px;
}
html>body .borderBL {
  margin-left: 0px;
}
.borderBR {
  margin-right: -3px;
  ma\rgin-right: 0px;
}
html>body .borderBR {
  margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
  margin: 0px;
  padding: 0px;
  border: 1px solid #636363; 
}
.contentWrapper {
  /* position this div however you want, but
     keep its padding and border at zero */
  padding: 0px;
  border: 0px;
  width:900px;
}
.centerDocument{
	margin-left:auto; 
	margin-right:auto; 
	width:900px;
}
.header{
	background-image:url(../images/header_bg_fill.gif);
	background-repeat:repeat-x;
	min-height:40px;	
}

.subNav{
	background-image:url(../images/sub_nav_body_fill.gif);
	background-repeat:repeat-x;
	height:18px;
}
.height30{
	height:30px;
}
.subNavContent{	
	position:relative; 
	top:2px;
}
.subNavContent ul{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	padding:0;
	margin:0;
}
.subNavContent ul li{
	display:block;
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
	width:125px;
	text-align:center;
	border-right:solid 1px #83a5b2;
	color:#326fad;
	font-weight:bold;
}
.displayOff{
	display:none;
}

.mainBody{
	min-height:600px;
	background-color:#83a5b2;
	background-image:url(../images/main_bg_fill.gif);
	background-repeat:repeat-x;
}
.panelTitle{	
	height:30px; 	
	line-height:30px;	
	padding:0;
}
.pdf{
	float:right;
	padding-right:25px;	
}
.innerPanel{
	background-color:#FFFFFF; 
	background-image:url(../images/innerBody_title_bg_fill.gif); 
	background-repeat:repeat-x; 
	min-height:580px;
}
.footer{
	background-image:url(../images/footer_bg_fill.gif);
	background-repeat:repeat-x;
	min-height:18px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.marginTopDefault{
	margin-top:9px;
}
.marginInnerPanel{
	/*padding: 14px 14px 14px 0px;*/
}

.globalNavigation{
	display:inline;
	float:left;
	padding:0px;
	margin:0px;
	
}
.globalNavigation img{
	border-right: 1px solid #83a5b2;	
	padding:0;
	margin:0;
}
.globalNavigation ul{
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	padding:0;
	margin:0;
	height:39px;
	overflow:hidden;
	
}
.globalNavigation ul li{
	display:inline;
	list-style:none;
	list-style-position:inside;
	padding:0;
	margin:0;
	float:left;	
}
.globalSearch{
	display:inline;
	position:relative;		
}
.globalSearch input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:none;
	height:14px;	
	margin:0px;
	padding:0px;
	width:130px;	
}
.tableOfContents{
	float:left; 
	width:225px; 
	margin:14px 14px 14px 8px;	
}
.guides{
	float:right; 
	margin: 14px 8px 14px 0px;	
	width:633px;
}

