@charset "utf-8";
/***************************************/	
/* DEFINITIONS FOR body STYLE & DESIGN */
/***************************************/
body {
	margin:0px 0px 0px 0px;
	background-color:#747e8d; /*DevNote: Backdrop color.*/
	foreground-color:#c7ccd3; /*DevNote: Foreground color.*/}

a{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:16px;
	text-decoration: none;
	}
	

.bodyText{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:16px;
	letter-spacing:.05em;
	word-spacing:.05em;
	}


/****************************************/	
/* DEFINITIONS FOR CSS Design Structure */
/****************************************/	
#container{
	border: 0px solid #000000;
	margin: 0 0 0 0;
	position:relative;
	top: 0px;
	width: 840px;
	background-image:url(images/bg-fade.jpg);
	background-repeat:repeat-y;
	background-position: -1px;
	background-color: #747e8d; }

#banner{
	margin: 0px 0px 0 0px;
	padding: 80px 5px 0px 0px;
	background-repeat:repeat-y;
	background-position: -21px;
	width: 795px; height:20px;
	background-image:url(images/bg-banner.png);
	background-color: #747e8d;
	color:#747e8d;}

#banner img{
	position: relative;
	margin:-80px 0px 0px 0px;
	float:left;
	clear:both;
	border: solid 0px;
	border-color:#FFFF00;
	}
	
#navigation {margin-left:20px;}
#navigation a {
	font-size:1em; font-family:Geneva, Arial, Helvetica, sans-serif;
	height:16px;
	width:10em;
	text-align:center;
	vertical-align:middle;
	float:left;	clear:right;
	border-top: 1px solid #222222; border-bottom: 1px solid #333333;
	background-image:url(images/navbg-off.jpg);
	background-position:middle;
	background-repeat:repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:normal;
	padding:8px 0px 8px 0px;}

#navigation img {border:0px; vertical-align:text-bottom;}
#navigation a:hover {
	color:#fcffa9;
	background: #5e6f9d;
	background-image:url(images/navbg-on.jpg)}

#content {
	clear:both;
	width:760px;
	padding:20px 40px 20px 40px;
	border: 0px solid;
	}


/******************************************/	
/* DEFINITIONS FOR bottomLinks AND endPage*/
/******************************************/
#bottomLinks{
	width:601px;
	font-size:.80em;
	clear: both;
	border-top: 1px dotted #747e8d; /*#747e8d;*/
	line-height: 1.5em;
	color:#747e8d;
	padding: 10px 0px 10px 0px;
	margin-top: 0px;}
	
#bottomLinks img {border:0px; vertical-align:text-bottom; padding:0px 0px 2px 0px;}
#bottomLinks a:link, a:visited{
	color: #005FA9;
	text-decoration: none;}
#bottomLinks a:hover{
	border-bottom: 1px solid #fcffa9;
	text-decoration: none;}
	
#endpage{
	position:relative;
	top: 0px;
	background-repeat:repeat-y;
	background-position: center;
	width: 840px; height:15px;
	background-image:url(images/bg-endpage.jpg);
	background-color: #747e8d; }
	
	
/**********************************/	
/* DEFINITIONS FOR tub SPAN & DIV */
/**********************************/
h3{ font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:16px;
	letter-spacing:.1em;
	margin: 20px 0px 0px 10px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
	display:block; 
	width:740px;
	background:url(images/container-tl.png) top left no-repeat #536788;}
	h3 span{
		padding:5px 10px; 
		background:url(images/container-tr.png) top right no-repeat; 
		display:block;}
h3 a {color: #FFFFFF;}	
h3 a:link, h3 a:visited{color:#FFFFFF; text-decoration:none;display:block;}
h3 a.expand {font-size:.75em; float:right; clear:both;}

div.tubContent {
	display:none;
	margin: 0px 0px 0px 10px;
	width:740px;
	background: #a6b7d3; }
	div.tubContent span{background: #a6b7d3; padding:10px; display:block;}

div.tubEnd {
	display:block;
	margin: 0px 0px 0px 10px;
	width:740px;
	background:url(images/container-bl.png) bottom left  no-repeat #a6b7d3;}
	div.tubEnd span{background:url(images/container-br.png) bottom right no-repeat; padding:10px; display:block;}
	
/* DEFINITIONS FOR infoBox SPAN & DIV */
.infoBox {
	display:block;
	margin: 0px 0px 0px 10px;
	width:740px;
	background:url(images/container-bl.png) bottom left  no-repeat #a6b7d3;}
	div.infoBox span{background:url(images/container-br.png) bottom right no-repeat; padding:10px; display:block;}

#boxLink a {color:#000000; border-bottom:1px dashed #000000;}
#boxLink a:hover{
	border-bottom: 1px solid #000000;}
