@charset "utf-8";
/* CSS Document */


/* START TOP MENU CSS */
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  cursor:pointer;
}

div.menuBar {
  background-color: #A5BDDE;
  border: 2px outset #A5BDDE;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #A5BDDE;
  color: #000000;
  cursor:pointer;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: 1px outset #E0E0E0;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #000000;
  border: 1px inset #E0E0E0;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #F2EFD9;
  border: 2px outset #F2EFD9;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor:pointer;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
  
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #000000;
  color: #FFFFFF;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #F2EFD9;
  margin: 4px 2px;
}

/* START COMMON CONTENT COPY CSS */

body {
	margin-top:0;
	padding:0;
	margin-left:0;
	font-family:Arial, Helvetica, sans-serif;

}
p {
	font-size:12px;
	line-height:14px;

}
#headerRightCell {
	font-size:12px;
	line-height:18px;
	text-align:center;
	vertical-align:bottom;
	width:25%;

}

#pgBodyTable {
	vertical-align:top;
	width:100%;

	

}

#pgLeftBodyCell {
	vertical-align:top;
	width:75%;
	padding:15px;
}

#pgLeftBodyCell p {
	line-height:18px;
}



#pgRightBodyCell {
	vertical-align:top;
	width:25%;
	padding:15px;
}

h1 {
	color:#627070;
	font-size:25px;
	line-height:28px;
	letter-spacing:.025em;
	font-weight:900;
	margin:0;
}

h2 {
	color:#336699;
	font-size:18px;
	line-height:22px;
	letter-spacing:.05em;
	font-weight:900;
	margin:0;
}

h2.tanBandH2
{
	color:#336699;
	font-size:16px;
	line-height:22px;
	background-color:#f2efd9; 
	border-top:solid 2px #a5bdde; 
	border-bottom:solid 2px #a5bdde; 
	padding:2px;
	text-indent:20px;
	margin-top:10px;
	margin-bottom:10px;


}

h3 {
	color:#000;
	font-size:16px;
	line-height:22px;
	font-weight:bolder;
	margin:0;
}

#header {
	padding:0;
	margin:0;
	width:100%;


}


#footer {
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
	padding:15px;

}

#footer a:active, a:visited, a:hover, a:link {
	color:#0066CC;
}

#footer a:hover {
	color:#990000;
}


#footer span {
	font-size:16px;
	font-weight:900;
	line-height:16px;
	color:#888;
}
ul {
	list-style-type:square;
	font-size:12px;
	line-height:14px;
	margin-top:5px;

}
li {
	padding:5px;
	}
	
ul.orangeIconLink li
{

	list-style-image:url(/images/homepage/orangeIconLink.png);
	margin:5px;



}

ul.orangeIconLink a
{


	line-height:14px;
	font-size:12px;
	font-weight:400;
	color:#003366;
	text-decoration:underline;


}

ul.orangeIconLink a:hover
{


	line-height:14px;
	font-size:12px;
	font-weight:400;
	color:#990000;
	text-decoration:none;	

}
div.continued a {

	font-size:16px;
	font-weight:bolder;
	color:#336699;
	text-decoration:none;	

}

div.continued {
	text-align:right;
}

div.continued a:hover {

	font-size:16px;
	font-weight:bolder;
	color:#990000;
	text-decoration:underline;
	width:100%;


}



