html,
body {
   margin:0;
   padding:0;
   height:100%;
   background:  url('../images/darkBlueBackground.jpg') repeat-x;
   background-color: #01113C;
   text-align: center;  
   font-family:Arial, Verdana, Helvetica, sans-serif;
   font-size:12px;
   line-height: 150%;   
   
}

#container {  
   position:relative;   
   width:964px;  
   margin-left: auto;
   margin-right: auto;
}
#header {
   background:  url('../images/darkBlueBackground.jpg') repeat-x;  
   height: 40px;
}
#content {
   /*padding:10px;*/
   background-color:#FFF;
   padding-bottom:1px;   /* Height of the footer */
  
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
  /* height:1px;*/   /* Height of the footer */  
   background-color:#fff;
   font-size:10px;
   margin-top:5px;
   
}


.mSpace{	
	background-color:#fff;
	text-align:left;
	padding: 20px;
}

#contactInfo{
	float: right;
	font-size: 10px;
	line-height: 180%;
	padding-top: 10px;
}


#nav{
	height: 58px;
	text-align:left;
	
}	

.noSide{
	background:  url('../images/grayBar965.jpg') no-repeat;
}

.withSide{
	background:  url('../images/grayBar965_wSide.jpg') no-repeat;
}

#nav ul{
	margin:0;
	padding:0;
	display: inline;
	padding-left: 20px;		
}

#nav li {		
	list-style:none;
	display: inline;
}

a{
	color:#011A30;
	
}
/*a:hover, a:visited{
	color:#235258;
}*/

#nav a, #nav a:link {		
	text-decoration:none;
	color:#011A30;	
	padding-left:7px;
	padding-right:18px;	
	font-size: 12px;	
}

#nav a:active, #nav li a.navcurrent , #nav a:focus, #nav a:hover {
	text-decoration: underline;			
	
}

.squared{
	display:inline;	
}

.notSquared{
	display:none;	
}

.padTopNav{
	padding-top:20px;
}

.eightPixer{
	padding-left:8px;
}

.tal{
	text-align: left;
}

.footerStuff{
	padding-left:10px;
	font-size: 10px;
}

#leftGray{
	background:  url('../images/leftGray965.jpg') no-repeat;	
	width: 224px;
	float: left;
	/*border-right: 1px solid #BFC4CA; done in ie sheet*/
	min-height:550px;
	  height:auto !important;
	  height:550px;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;	
	/*margin-left: 1px; done in ie sheet*/
	margin-right:15px;
	}

#words{
	text-align:left;
	padding-left:20px;
	padding-right:20px;	
	/*float:right;*/
	padding-top:10px;	
	/*width:90%;
	overflow:auto;*/
	min-height:550px;
	  height:auto !important;
	  height:550px;
	
}

.adjustLeft{
	margin-left:224px;
	border-left: 1px solid #BFC4CA;
}

h1{
	color:#011A30;
	font-size: 16px;
}

h2{
	font-size: 14px;
}

h3{
	color:#B51020;
	font-size: 12px;
	font-weight: bold;	
}

td{
	font-size:12px;
}

#printInst{
	display:none;
}

.toggleDiv{
	display:none;
}

.tLink{
	text-decoration:underline;
	color:#011A30;
	cursor: pointer;
	
}

#leftGray ul{
	/*margin-left:15px;*/
	padding-left:15px;
	padding-right:15px;
}

/*#leftGray p{
	padding-left:15px;
	padding-right:15px;
}*/

.pPadding{
	padding-left:15px;
	padding-right:15px;
}


/*#bioSidebar{
	width: 210px;
}*/

img{
	border:0;
}

hr{
	border: 0;
	height: 1px;
	color: #BFC4CA;
	width: 95%;
}
