/* CSS Document */
body {
	background:url(images/blue_bg.gif);
}

a {
	color:#075482;
	text-decoration:underline;
}
a:hover {
	color:#075482;
	text-decoration:none;
}

.left_col_heading {
	font-family:Trebuchet MS;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	padding-left:15px;
}
.left_col_body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#10496c;
	padding:5px 10px;
	text-align:justify;
}
.left_col_body a {
	color:#10496c;
	text-decoration:underline;
}
.left_col_body a:hover {
	color:#10496c;
	text-decoration:none;
}
.right_col_heading {
	font-family:Trebuchet MS;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
.right_col_body {
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	padding:4px 5px 4px 10px;
}
.right_col_body a {
	color:#fff;
	text-decoration:none;
}
.right_col_body a:hover {
	color:#fff;
	text-decoration:underline;
}
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-align:center;
}
.footer a {
	color:#fff;
	text-decoration:underline;
}
.footer a:hover {
	color:#fff;
	text-decoration:none;
}

/* organizational chart */

.org_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.org_cont {
	font-family:verdana,arial,helvetica;
	font-size:11px;
	text-align:justify;
	line-height:16px;
	padding-left:15px;
	padding-right:15px;
}
.text {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	line-height: 16px;
	text-align:justify;
}
.text a {
	color:#075482;
	text-decoration:underline;
}
.text a:hover {
	color:#075482;
	text-decoration:none;
}
.red {
	color:#cc0000;
}
.img_left {
	float:left;
	padding:5px;
	border:1px dashed #cccccc;
}
.img_right {
	float:right;
	padding:5px;
	border:1px dashed #cccccc;
}

.img_left_noborder {
	float:left;
	padding:5px;
}
.img_right_noborder {
	float:right;
	padding:5px;
}


#info dl {
  clear:both;
  width:700px;
  margin:1em 0;
}
#info dt {
  margin-bottom:1em; 
  font-size:11px;
  font-weight:bold;
}

#info dd {
  width:50%; 
  float:left; 
  margin:0;
}
.contact {
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0 10px;
	text-align:justify;
}