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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; text-align: center; color: #333; background-image: url(/includes/images/bg_body_gradient.jpg); background-repeat: repeat;
}
.supercontainer #container {
	position: relative; width: 900px; background: #fff; margin: 0 auto; border: 1px solid #ccc; text-align: left; overflow: hidden;
} 

.supercontainer #header { 
	height: 160px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	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. */
} 

.supercontainer #header p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
	text-align: right;
	vertical-align: top;
	position: absolute;
	top: 3px;
	right: 140px;
	border: none;
	margin-right:0px;
	padding-top: 0px;
	margin-top: 0px;
}

.supercontainer #header .search {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #ccc;
	text-align: right;
	vertical-align: top;
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
}

.supercontainer #header h5 {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #0082b3;
	text-align: left;
	vertical-align: top;
	position: absolute;
	top: 3px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 20px;
}
.top {
	vertical-align: middle;
	position: absolute;
	top: 3px;
	border: none;
	margin-right:0px;
	padding-top:0px;
	padding-left:10px;
}

.supercontainer #header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0082b3;
	text-align: right;
	vertical-align: baseline;
	position: absolute;
	top: 50px;
	right: 50px;
	border: none;
}

.supercontainer #header a hover{ text-decoration:underline; color: #000000; }
.supercontainer #header a{ color: #000000; }

.supercontainer #sidebar1, .supercontainer #sidebar2, .supercontainer #mainContent 	{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	padding-bottom: 1000em;
	margin-bottom: -950.5em;
	}
	
.supercontainer #sidebar1 {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.supercontainer #sidebar1 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
	padding-left: 5px;
}

.supercontainer #sidebar1 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-left: 5px;
	margin-left: 0px;
	color: #0082b3;
	font-weight: bold;
}
	
.supercontainer #sidebar1 ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	list-style-type: none;
	padding-left: 5px;
	margin-left: 0px;
	margin-top: -12px;
	color: #0082b3;
	line-height: 1.1em;
}

.supercontainer #sidebar1 li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 10px;
}

.supercontainer #sidebar1 a:hover{ text-decoration:underline; color:#0082b3; }
.supercontainer #sidebar1 a{ text-decoration:none; color: #0082b3; }
.supercontainer #sidebar1 a:visited{ color: #0082b3; }

.supercontainer #sidebar2 {
	position: absolute;
	top: 180px;
	right: 0px;
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	border-top: 1px solid #ccc;
	border-right: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.supercontainer #sidebar2 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0082b3;
}

.supercontainer #sidebar2 ul, p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	list-style-type: none;
	padding-left: 0px;
	margin-left: -10;
	line-height: 1.1;

}

.supercontainer #sidebar2 li{
	padding-bottom: 5px;
}

.supercontainer #sidebar2 a hover{ text-decoration:underline; color:#333 }
.supercontainer #sidebar2 a{ color: #333; }

.supercontainer #sidebarFrontPage {
	position: absolute;
	top: 180px;
	right: 0px;
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}

.supercontainer #sidebarFrontPage h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #cc6633;
	text-align: center;
	text-transform: uppercase;	
}

.supercontainer #sidebarFrontPage ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0;
	line-height: 1.1;
}

.supercontainer #sidebarFrontPage p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0;
	line-height: 1.1;
}

.supercontainer #sidebarFrontPage li{
	padding-bottom: 5px;
}

.supercontainer #sidebarFrontPage a hover{ text-decoration:underline; color:#0082b3; }
.supercontainer #sidebarFrontPage a{ text-decoration:underline; color: #333; }





.supercontainer #sidebarRef {
	position: absolute;
	top: 180px;
	right: 0px;
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	border-top: 1px solid #ccc;
	border-right: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.supercontainer #sidebarRef h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #0082b3;
}

.supercontainer #sidebarRef p{
	font-family: Verdana, Geneva, sans-serif;;
	font-size: 0.6em;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0;
	color: #333
}


.supercontainer #sidebarRef ol li, ul li{
	font-family: Verdana, Geneva, sans-serif;
	list-style-position:outside;
	font-size: 0.7em;
	padding-left: 0px;
	margin-left: -20px;
	padding-bottom: 10px;
	color: #333;
}

.supercontainer #sidebarRef a hover{ text-decoration:underline; color:#0082b3 }
.supercontainer #sidebarRef a{ text-decoration:underline; color: #333; }


.supercontainer #mainContentFrontPage {
	margin: 0 300px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.supercontainer #mainContentFrontPage  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333;
	padding-top: 0px;
	padding-bottom: 5px;
	position: relative;
	top: 0px;
	margin-top: 30px;
}

.supercontainer #mainContentFrontPage  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	margin-top:0px;
	font-weight:bold;
	padding-top: 20px;
	padding-bottom: 5px;
}

.supercontainer #mainContentFrontPage  hr {
	color:#ccc;
	width:inherit;
}

.supercontainer #mainContentFrontPage  p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.8;
}

.supercontainer #mainContentFrontPage  ul, li, td, th, dt, dd {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}



.supercontainer #mainContent {
	margin: 0 200px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.supercontainer #mainContent  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333;
	padding-top: 0px;
	padding-bottom: 15px;
	position: relative;
	top: 0px;
	margin-top: 30px;
}

.supercontainer #mainContent  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0082b3;
	padding-top:0px;
	margin-top:0px;
	font-weight:bold;
	padding-top: 20px;
	padding-top: 10px;
}

.supercontainer #mainContent  h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
	font-weight:bold;
	padding-top: 20px;
	padding-top: 10px;
}

.supercontainer #mainContent  hr {
	color:#ccc;
	width:inherit;
}

.supercontainer #mainContent  p, ul, li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.8;
}

.supercontainer #mainContent td, th, dt, dd, label, ul li, ol li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

.supercontainer #quicklinks { 
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 145px;
	padding: 0;
	color: #444; 
	clear:both; 
	border-top: 1px dotted #CCC;
}

.supercontainer #quicklinks p, ul li { 
	font-size: 9px; 
	line-height: 14px; 
	letter-spacing:0;
	padding:0px; 
	margin:0px; 
	color:#444
}

.supercontainer #quicklinks h1{ 
	font-size: 10px; 
	font-weight:900; 
	line-height: 14px; 
	letter-spacing:0;
	padding:0px; 
	margin:0px; 
	color:#444
}

.supercontainer #quicklinks a { 
	text-decoration: none; 
	color: #444; 
}

.supercontainer #quicklinks a:hover, a:visited, a:active { 
	text-decoration:underline;
}
.caption
{
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999;
}

.quickaccess {
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px;
	border: 1px solid #ccc;
}

dl.tablestyle1 {
	width: 100%;
	margin: 0;
	border-bottom: #ccc, 1px, solid;
	border-top: #ccc, 1px, solid;
	}
	
.tablestyle1 dt {
	float: left;
	clear: left;
	width: 25%;
	font-weight:bold;
	text-align:right;
	padding-bottom:1em;
}

.tablestyle1 dd {
	float: left;
	width: 70%;
	margin-left: 5%;
	padding-bottom:1em;
}
	
* html .tablestyle1 dd {
	float: none;
	margin-left: 25%;}
	
	

dl.tablestyle3 {
	width: 100%;
	margin: 0;}
	
.tablestyle3 dt {
	float: left;
	clear: left;
	width: 25%;
	font-weight:bold;
	}
	
.tablestyle3 dd {
	float: left;
	width: 72%;
	margin-left: 2%;
}
* html .tablestyle3 dd {
	float: none;
	margin-left: 25%;
	}

.tree dt a {
	font-family:"Verdana", Helvetica, sans-serif;
	font-size:11px;
	color:#0071bb;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
}
.tree dd {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	background-color: #F6F3EF;
	padding: 5px;
	border: 1px solid #F1ECE5;
	margin-bottom: 10px;
}


.supercontainer #footer {
	padding: 0 10px 0 20px;
} 
.supercontainer #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 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
	text-align: center;
}
.supercontainer #footer a hover{ text-decoration:underline; }
.supercontainer #footer a{ color: #666; }
.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;
}

.language {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #999;
	text-align: right;
	vertical-align: top;
	position: relative;
	top: 0px;
	right: 10px;
}

.small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	border: none;
}

.reference {
	font-family: Verdana, Geneva, sans-serif;;
	font-size: 0.6em;
	line-height:0.6em;
}

img 
{
	border: 0;
	top: 0px;
}

.imgmain 
{
	border: 0;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #ccc;
}
.rightaligned {
	border: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	float:right;
}

.leftaligned {
	border: 0;
	padding: 3px;
	float: left;
}

.imagewithmarginright {
	border: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	float:right;
}

.imagewithmarginleft {
	border: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	float:left;
}


.orange {
	color: #ff9900;
	font-weight:bold;
}
/* Link styles */
a { color: #0082b3;  text-decoration:none;}
a:hover { text-decoration:underline; }
a:link{ }
a:visited{ color: #003366; }
a:active {color: #0082b3; }


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	list-style-type: none;
	font-size: 70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	width: auto;
	margin: 0;
	padding: 0;
	position:absolute;
	top: 130px;
	left: 23px;
	font-weight: bold;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 117px;
	hight: 31px;
	float: left;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2BAFE1;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	color: #ccc;
	cursor: pointer;
	width: 99px;
	hight: 31px;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	text-decoration: underline;	
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opa
