#navigation a {
	font:11px georgia;
/*color: #99CCFF;*/
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
}
	
#navigation a:hover {
/*color:#ffffff;*/
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
}

#logo {
	font:18px georgia;
/*color: #CC3300;*/
	line-height:24px;
	letter-spacing:.4em;
}

#tagline {
	font:12px georgia;
/*color: #CC3300;*/
	line-height:18px;
	letter-spacing:.4em;
}
	
#dateformat a {
/*color:#99CCFF;*/
	font:11px georgia;
/*color: #99CCFF;*/
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
}
	
#dateformat a:hover {
/*color: #ffffff;*/
	}

/* Class Styles */

.bodyText {
/*color:#9CF;*/
	line-height:normal;
	letter-spacing:0.1em;
	margin-top:0px;
	font-family: arial;
	font-size: 10pt;
}

.small {
	font:8px georgia;
/*color: #99CCFF;*/
	letter-spacing:.1em;
}
	
.pageName{
/*color: #369;*/
	line-height:20px;
	letter-spacing:0.1em;
	font-family: Georgia;
	font-size: 20pt;
	font-weight: 300;
}
	
.subHeader {
/*color: #369;*/
	font-weight:normal;
	letter-spacing:.1em;
	line-height:normal;
	font-family: georgia;
	font-size: 14pt;
}	
	
.sidebarHeader {
	font:14px georgia;
/*color: #99CCFF;*/
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
}	
	
.detailText {
	font:11px arial;
/*color:#ffffff;*/
	line-height:16px;
	letter-spacing:.1em;
}
	
.smallText {
	font:10px arial;
/*color:#99CCFF;*/
}
	
body { margin:0px;background-color: white; }
td { font:11px arial; /*color:#99CCFF;*/ }
a:link    {/*color: #CC99FF;*/text-decoration:none; }
a:hover   {/*color: #CC99FF;*/text-decoration:none;}
a:visited {/*color: #CC99FF;*/text-decoration:none; }

.style13 {/*color: #99CCFF;*/ letter-spacing: .1em; line-height: 16px; font: 14px georgia; font-size: 18px;}

.style15 {
  font-family: verdana;
	font-size: 20px;
}

#Layer1 {	position:absolute;
	left:570px;
	top:15px;
	width:511px;
	height:189px;
	z-index:1;
}

.style16 {letter-spacing:.1em; line-height:normal; font-family: georgia; font-size: 14pt;/*color: #369;*/}
#Layer2 {
	position:absolute;
	left:874px;
	top:308px;
	width:229px;
	height:960px;
	z-index:2;
}
#Layer3 {
	position:absolute;
	left:879px;
	top:274px;
	width:149px;
	height:27px;
	z-index:3;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	color: black;
	background-color: white;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #918d8d;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	background-color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
	color: black;
	width: 100%;
}

.dropmenudiv a:hover{
	color: black;
	background-color: white;
}

.dropmenudiv a:visited{
	color: black;
}




/* ######### Style for Tab Interface itself ######### */

.shadetabs{
	color: black;
	border-bottom: 1px solid gray;
	margin-bottom: 1em;
}

.shadetabs ul{
	color: black;
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 10px Verdana;
	list-style-type: none;
	text-align: left;
}

.shadetabs li{
	color: black;
	display: inline;
	margin: 0;
}

.shadetabs li a{
	color: black;
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
/*	color: #2d2b2b; */
*	background-color: #CC99FF;*/
}

.xshadetabs li a{
	color: black;
	background: white top left repeat-x;
}

.shadetabs li a:visited{
	color: black;
/*	color: #2d2b2b;*/
}

.shadetabs li a:hover{
	color: black;
	text-decoration: underline;
/*	color: #2d2b2b;*/
}

.shadetabs li.selected{
}

.shadetabs li.selected a{
	color: black;
	background-image: url(shadeactive.gif);
	border-bottom-color: white;
}

.shadetabs li.selected a:hover{
	color: black;
	text-decoration: none;
}


