/* Fonts: Verdana 90%, Georgia 11-95%, 12-100%, 14-110%, 16-120%, 18-130%, 22-150% */
/* Global Styles */
body {
	margin:0px;
	background-color: #dac15a; /* #ffeeb3 pale yellow #14285f dark blue dac15a gold*/
	}

td {
	color:#14285f; /* 99CCFF pale blue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%; /* 11px; */
	}

hr {
	height:1px; 
	color: #14285f;
	border: none;
	}

a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}

/* ID Styles */
	
#sidebarHeader {
	padding: 0px 4px 14px 14px;
	}

#logo {
	width:100%;
	background-image: url(../images/logo_bar.jpg);
	background-repeat: repeat;
/* 	vertical-align: bottom; */
	color: #0033CC;
	font-size: 75%;
	}

#nameTag {
	color:#14285f;
	text-align:center;
	padding: 55px 0px 0px 55px;
	
}


#tagline {
	font:100% georgia; /* 12px georgia; */
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}

#dateformat a {
	color:#99CCFF;
	font:95% georgia; /* 11px georgia; */
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}

#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.footer, .footer a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	font-variant: small-caps;
	text-align: center;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%; /* 11px; */
	color: #14285f; /* 99CCFF pale blue */
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}

.pageName h1 {
	font:150% georgia; /* 22px georgia; */
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	padding-top:6px;
	}

.subHeader {
	font: 120% georgia; /* 16px georgia; */
	color: #CC3300; /* CC3300 red */
	font-weight: normal;
	letter-spacing:.1em;
	line-height:16px;
	padding-bottom:0px;
	}	

.sidebarHeader {
	font:110% georgia; /* 14px georgia; */
	color: #14285f; /* 99CCFF pale blue */
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	

.detailText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%; /* 11px; */
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}

.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%; /* 11px; */
	color: #14285f; /* 99CCFF pale blue */
	text-align:center;
	}

.lit td,.notlit td {
	padding:6px 0px 6px 0px;
	}
.lit a,.notlit a:hover,a.sublit, a.sublit:hover, a.subnotlit:hover {
	color:#ffffff;
	}
.notlit a,a.subnotlit {
	color: #14285f; /* 99CCFF pale blue */
	}

.lit a,.notlit a {
	font:100% georgia; /* 12px georgia; */
	font-weight:bold;
	text-decoration: none;
	}
.lit td,.notlit td {
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
.lit td {
/* 	border: 1pt dotted red; */
	border-right-width: 0px; 
	border-left-width: 0px; 
	}

.about a {color:#14285f; text-decoration:none; border-bottom:#CC3300 1px dashed;}

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 90% Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}