/* This is "styles.css" - the style sheet to add additional styles to the home page.*/ 

img {
	border: none;
	}
	 
.picleft {
	float: left;
	margin-right: 15px;
}

.picright {
	float: right;
	margin-left: 15px;
}

DIV.bannerColorBand, DIV.banner { 
        background-color: #004184; 
} 

.greylight {
	background-color: #eaeaea;
}

.greydark {
	background-color: #d6d6d6;
}

.greydarker {
	background-color: #c1c1c1;
}

a:link {
 text-decoration: underline;
}
a:visited {
 text-decoration: underline;
 	color : blue;
}
a:hover {
 text-decoration: none;
	color : #ff22cc;
}

.navmain a:link {
 text-decoration: none;
 color: white;
}

.nav2 a:link {
 text-decoration: none;
 color: white;
}

.linksleft a:link{
 text-decoration: underline;
  color: blue;
}

.linksleft a:visited {
 text-decoration: underline;
 color: blue;
}
.linksleft a:hover {
 text-decoration: none;
	color : #ff22cc;
}

.center {
	text-align: center;
}
	
.clearall {
	clear: all;
}

.centered-table {
   margin-left: auto;
   margin-right: auto;
}

.left {
   position: absolute;
   left: 10px;
   height: auto;
   width: 180px;
   line-height: 110%;
   background-color: #eee;
}
.right {
    background: #FFFFFF;
    margin-left: 200px;
    padding: 15px;/*space to separate navigation and content*/
    border: thin solid #FFFFFF; 
   /*to insure that NN4.xx renders the background-color of the content area*/
}
.space30below {
	margin-bottom: 30px;
	}

.valignmiddle {
	vertical-align: middle;
}

.valignbottom {
	vertical-align: bottom;
}
 #navmain {
 	font-weight: bold;
	text-decoration: none;
 	background: #416ab1;
	color: white;
 	padding: 5px;
	text-align:center
	}

 .navmain a {
color: #ffffff;
text-decoration: none; }

.navmain a:visited {
 text-decoration: none;
 color: white;
}

.navmain a:hover {
	color: #009199;
	text-decoration: underline; }
	
#navmain ul {
	margin: 0;
	padding: 0;
	list-style: none; }
	
#navmain  li {
	display: inline;
	padding-right: 16px; }
	
#nav2 {
 	font-weight: bold;
	text-decoration: none;
 	background: #004499;
	color: white;
 	padding: 5px;
	text-align:center
	}

 .nav2 a {
color: #ffffff;
text-decoration: none; }

.nav2 a:visited {
 text-decoration: none;
 color: white;
}

.nav2 a:hover {
	color: #009199;
	text-decoration: underline; }
	
#nav2 ul {
	margin: 0;
	padding: 0;
	list-style: none; }
	
#nav2  li {
	display: inline;
	padding-right: 16px; } 
 
.leftL_1 a:link, .leftL_1 a:visited, .leftL_2 a:link, .leftL_2 a:visited{
	text-decoration: none;
}

.leftL_2 a:hover{
	text-decoration: underline;
}

.leftL_1 li{
	margin: 5px;
	margin-left: -35px;
	margin-bottom: 18px;
	list-style-type: none;
}

.leftL_2 {
	margin-top: -2px;
	margin-bottom: 20px;
}

.leftL_2 li{
	margin-left: -20px;
	margin-bottom: -4px;
	list-style-type: disc;
	color: #772211;
}

.lefttopic {
	color: #662211;
	font-weight: bold;
}

.indent25 {
	margin-left: 25px;
	}

.hangindent{
        margin-left: 5em; text-indent: -4em; margin-top: .10em; margin-bottom: 5px;
}

h1 {
color: #2d2e8f;
margin: 0;
font-size: 130%;
}

.h1onecolumn {
	margin-top: 20px;
}

h2 {
	  font-weight: bold;
	  font-size: 105%;
	  color: #992255;
	  margin-bottom: -10px;
	  margin-top: 15px;
	  padding-top: 10px;
	  clear: both;
	}
	
h3 {
	  font-weight: bold;
	  font-size: 100%;
	  color: #224499;
	  margin-bottom: 0px;
	  margin-top: 15px;
	  clear: both;
}
	
.h2heading {background-color: #005bcc; width: 98%;  font-size: 110%;padding-left: 5px; padding-bottom: 3px; padding-top: 3px; font-weight: bold; color: #ffffff; margin-bottom:20px;  margin-top:30px; clear: both;}


.h2heading2nd {background-color: #7005bcc; width: 98%;  font-size: 110%;padding-left: 5px; padding-bottom: 3px; padding-top: 3px; font-weight: bold; color: #ffffff; margin-bottom:20px;  margin-top:30px; clear: both;}

.redbold {
   	color: #992255;
	font-weight: bold;	}
	
.bluebold {
   	color: #0033aa;
	font-weight: bold;	}
	
.size90 {
	font-size:90%;
	}

.realtimeicon {
   	color: #bb30bb;
	font-weight: bold;	
	font-size: 85%;
	font-style: italic;
}
.second_table_head
{
color: #2D2E8F;
text-align: left;
background-color: #e7e7e7;
padding-left: 8px;
padding-top:6px;
padding-bottom:7px;
border-left: solid 4px #004184;
clear: both;
margin-top: 25px;
margin-bottom: 15px;
}

.second_table_text
{
padding-left: 13px;
padding-top:10px;
padding-bottom:5px;
padding-right: 10px;
vertical-align: top;
}

.bullet{
	color: #4455aa; 
	font-size: 80%;
	}
	
.chosentopic {
	color: #999999; }
