/* general
----------------------------------------------- */
body {
  margin :0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height: 17px;
  background: #E7F1F8 url(../images/body_bg.png) 1px 0px repeat-x;
  text-align: center;
  }
	
p, h1, h2, h3, h4, h5, h6, div, span, font, table, tr, td, dt, dd, ul, li {
  font-family:Verdana, Arial, sans, sans-serif;
  font-size: 12px;
  color: #043256;
  position: relative;
  } 	

form {
		padding: 0;
		margin:0;
		}

/* col structures
----------------------------------------------- */
#contain {
  margin: 0px auto;
		background: #fff url(../images/col_bg.gif) repeat-y;
		width: 770px;
		text-align: left;
		margin-top: 9px;
		}
		
#contain_bg {
		background: url(../images/contain_bg.gif) no-repeat;
		height: auto;
		}

#col_left {
  float: left;
		width: 170px;
		display:inline;
		padding-left: 10px;
		}
		
#col_right {
		margin-left: 188px;
		}		
		
#body_text {
  margin: 40px 25px 30px 0px;
		}		
		
#footer {
  clear: both;
		background:  #E7F1F8 url(../images/footer_bg.png) no-repeat;
		width: 770px;
		height: 120px;
		text-indent: -1000px;
		}	
		
/* top nav
----------------------------------------------- */		
#top_nav { 
		width: 572px;
		background: #8CBBDF;
		}
		
#top_nav ul {
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0;
	background: #8CBBDF;
	border-bottom: solid 1px #C2D9EB;
	height: 25px;
}

#top_nav ul li {
	display: inline;
	padding: 0;
}

#top_nav ul li a {
	height: 25px;
	display: block;
	float: left;
	color: #054372;
	background: #8CBBDF;
	padding: 0px 9px 0px 8px;
	font: 15px/26px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.3px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

#top_nav ul li a:hover {
	background: #FE9E45;
}

#top_nav ul li a.here {
	background: #C9FF6E;
}

/* text styles
----------------------------------------------- */		
#col_right p,
#col_right h3,
#col_right h4,
#col_right table {
		margin-left: 35px;
		}

.current_projects {
margin-right: 30px;
border-collapse:collapse;
}

.current_projects td {
font-size: 11px;
line-height: 13px;
}

h3 {
font-size: 18px;
padding:0;
margin-bottom: 6px;
}

h4 {
font-size: 14px;
padding:0;
margin-bottom: 6px;
}

p {
margin-bottom: 12px;
margin-top: 0;
}

.mission {
font-style:italic;
}

.mini_col {
	float: left;
	width: 450px;
}

.mini_col p {
font-size: 11px;
line-height: 15px;
}

/* link styles
----------------------------------------------- */
a:link,
a:visited {
 color: #B8001D;
}

a:hover,
a:active {
 color: #FE9E45;
}

