#content {
	float: left;
	width: 400px;
	padding-top: 30px;
	color: #666;
	line-height: 1.6em;
	margin-left: 180px;
}
/* \*/
* html #content {
	margin-left: 90px;
}
/* */
#content img {
	display: block;
	margin: 20px 0;
}
#content .contact img {
	float: left;
	clear: left;
	height: 80px;
	margin: 0 5px 5px 0;
}

/* Text styles */
h1 {
	font-size: 1.4em;
	text-transform:uppercase;
}
h2 {
	font-size: 1.3em;
}
#content h2,#content h3,#content h4 {
	color: #036;
}
#content h2 {
	font-size: 1.5em;
}
#content h3 {
	font-size: 1.3em;
}
#content h4 {
	font-size: 1.1em;
}
#imgBarMain {
	float: left;
	width: 180px;
	height: 170px;
	background-image: url(images/page_title_bg.gif);
	background-position:main;
	background-repeat: no-repeat;
	text-align:center;
	font-weight:bold;
}
#imgBarMain h1 {
	text-transform:uppercase;
	font-size: 1.6em;
  font-weight: normal;
  padding: 0;
  margin-top: 15px;
  color: white;
  text-align: left;
  padding-left: 15px;
  letter-spacing: 1px;
}
#imgHeader {
	float: right;
	width: 570px;
	height: 170px;
}

.pr
{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: gray;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}
.prdate { color: gray; }
.contact_dept {
	clear: left;
}
#content .contact_dept h2 {
	font-size: 1.7em;
	margin-bottom: 10px;
}
.contact {
	clear:left;
	padding-left: 20px;
}
.contact p {
	margin-bottom:0;
}
/* \*/
* html .contact {
	height: 75px;
}
/* */
#menu {
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	width: 180px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	padding: 8px 20px 8px 0;
	margin-left: 14px;
	border-bottom: 1px solid #666;
	/*\*/
	border-bottom: 1px dotted #666;
	/**/
}
#menu li.sel {
	background: url(images/selected_left.jpg) right no-repeat;
}
#menu li a{
	font-size: 1.4em;
}
