/*Tag styles*/
body {
	font-family: "Times New Roman", Times, serif;
	font-size:1.1em;
	background-color: #153E7E;
	color: #000000;
    }
	 
td {
	font-family: "Times New Roman", Times, serif;
  }

th {
	font-family: "Times New Roman", Times, serif;   
  }

h3 {
	color: #0099FF;
  }

   
/*Custom classes*/

.main {
	background-color: #95CBE9;	
	color: #000000;
	padding:5px		
      }

.copyrightinfo {
	font-size: .8em;
	background-color: #95CBE9;
	color: #000000;
	}
.scrollTable{
	overflow: auto;
	}
			
.scrollText	{
	overflow: auto;
	height:600px;
	padding:10px;	
			}

.outerImgDiv{
	max-width:860px;
	margin-bottom:.8em;
	
	}

.innerImgDiv
	{
		margin-top:.5em;
		margin-left:1em;
	}		

.linkHead{
	margin-top:10px;
	color:#FF0000;
	font-size:1.1em;
	text-align:left;
	text-transform:uppercase;
	width:90%;
	margin-left:5%;
}

.sub_section_title
	{		
		width:100%;
		margin-bottom:.1em;

		font-size: 1.0em;
		color: #0000FF;
		text-align:center;
	} 	

/*Link styles*/

a { 
	border: none;
	outline:none;
	}			

a:visited {
	color:#0000FF;
	font-size: 1.05em;
		
}
a:link {
	color: #0000FF;
	font-size: 1.05em;	
}

/*ID Layout*/

#main_container {
	width:920px;
	position:absolute; left:50%;
	margin-left:-460px;
	}

#top {	
	height:81px;	

	text-align:center;
	color:orange; 
	border-color:#95CBE9; border-width:1px; border-style:solid; 
	background-color:#000BAA;	
	}
	
#navbar {
	height:30px; 
	text-align:center;	
	}
#subNavbar{
	width:900px;height:20px; 
	text-align:left;
	vertical-align:top;
	padding-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	border-style: none;
	border-color:red;
	border-width:0px 0px 1px 0px;
	vertical-align:middle;
	display:none;	
	
	}

#content {min-height:600px}

#bottom {
	width:350px;
	position:relative;left:50%;
	margin-left:-150px;
}

/* Sliding Buttons */

a.button {
	background: transparent url("images/button_right.gif") no-repeat scroll top right;
	color:#FFFFFF;
	font-size:1.05em;
	display: block;
	float: left;
	height:26px;
	margin-right:6px;
	padding-right:10px;		
	text-decoration:none;
	font-style:none;	
	
	}
	
a.button span{
	background: transparent url("images/button_left.gif") no-repeat;
	display: block;
	line-height:26px;
	padding-right:0px;
	padding-top:0px;
	padding-left:10px;
	vertical-align: middle;		
	}

.subNavButton {color:#0000FF; font-size:0.9em; background-color:transparent;border:1px; border-color:#0000FF; border-style:solid;}
.subButton {color:#0000FF; font-size:0.9em; background-color:transparent;border:1px; border-color:#0000FF; border-style:solid; width: 60px}


/*Round Corners Against Background

.round:before{
background: url('images/top_right.gif') no-repeat top right;
display: block;
content: url('images/top_left.gif');
}

.round:after{
background: url('images/bottom_right.gif') no-repeat top right;
display: block;
content: url('images/bottom_left.gif');
}

.round{
	background-color: #95CBE9;	
	color: #000000;
}

#corners{
background: #2F4F4F;
max-width: 150px;
color: #FFFFFF;
font-weight: bold;
}

Round Corners Against Light Blue

.round_2:before{
background: url('images/top_right_2.gif') no-repeat top right;
display: block;
content: url('images/top_left_2.gif');
}

.round_2:after{
background: url('images/bottom_right_2.gif') no-repeat top right;
display: block;
content: url('images/bottom_left_2.gif');
}

.round_2{
	background-color: #FFFFFF;	
	color: #000000;
}

#corners{
background: #2F4F4F;
max-width: 150px;
color: #FFFFFF;
font-weight: bold;
}

*/
/*overlay 1*/
#overlay_1{
	background-color:#000BAA; color:orange; font-size:1.1em; max-width:410px height:200px;margin-bottom:1em;
}
