@charset "UTF-8";
/* CSS Document */

body {
	font-style: tahoma;
	
	
}

#wrapper {
	width: 825px; 
	margin: 0 auto 0 auto;
}

#navbar {
	background-color: #000f1f;
	border-style: solid; 
	border-color: #163D52; 
	border-width: 3px 1px 3px 1px;   
	width: 823px; 
	padding: 5px 0px 5px 0px; 
	margin-top: 10px; 
	text-align: center;
	font-family: trebuchet ms;
}

#nav {
	background-color: #000f1f;  
	padding: 5px 12px 5px 12px; 
}


#banner {
	border-style: solid; 
	border-color: #000000; 
	border-width: 0px 1px 0px 1px; 
	text-align: center;
	width: 823px;
	height: 246px;
}


#content { 
	width: 823px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	background-color: #ebfaff;
	color: #000000;
	font-family: trebuchet ms;
}


#pagetitle  {
	color: #00476B;
	margin-left: 25px; 
}

.resourcepage  {
   padding: 6px;
   border-collapse: collapse;	    
}

.resourcepage table {
	align: center;
	margin: auto;	
}


.resourcepage th {
  color: #b2d1e0; 
  text-align: center;
  background-color: #19597a;
  coor: #000f1f;
  font-size: .8em;
  border: 0px;
  padding: .5em;
  padding: .5em;
}

 .resourcepage td {
  padding: 10px 10px 10px 10px;
  text-align: left;
  font-size: 0.8em;
}

.resourcepage-blue {
  background-color: #EDF5F8;	
}

.resourcepage-green {
	background-color: #C9DBDB;
}

#footer {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #000f1f;
	font-size: .75em;
	font-weight: bold;
	margin-bottom: 75px;
	font-family: trebuchet ms;
}


a.services:link {color: #096cb5;  font-weight: bold}
a.services:visited {color: #096cb5; font-weight: bold}
a.services:hover {color: #6C7073; font-weight: bold}
a.services:active {color: #096cb5;  font-weight: bold}

a.external:link {color: #19597a; font-weight: bold}
a.external:visited {color: #19597a;font-weight: bold}
a.external:hover {color: #6C7073; font-weight: bold}
a.external:active {color: #19597a;  font-weight: bold}	
			 
a.internal:link {color: #ccffff; font-size: 1em; text-decoration: none;}
a.internal:visited {color: #ccffff; text-decoration: none}
a.internal:hover {color: #1975A3; text-decoration: none}
a.internal:active {color: #ccffff; text-decoration: none}

a.bottomnav:link {color: #000f1f; font-size: 1em; text-decoration: none;}
a.bottomnav:visited {color: #000f1f; text-decoration: none}
a.bottomnav:hover {color: #ccffff; text-decoration: none}
a.bottomnav:active {color: #000f1f; text-decoration: none}
