* {
	font: 13px/18px "trebuchet MS", Arial, Helvetica, sans-serif;

}
body {
	background: #fff url(/images/background10.png) repeat-x;
}
a {
	color: #32288f;
}
.main {
	border-left: 1px solid #e5e5e5;
	margin: 0;
	padding: 0 20px 10px 20px;
}
.main img {
	border: 1px solid #ccc;
	padding: 4px;
}
.sidebar {
	border-left: 1px solid #e5e5e5;
	margin: 0;
	padding: 0;
}
.sidebar p {
	font-size: 12px;
	margin-left: 15px;
}
.sidebar h3, #sidebar h2 {
	font-size: 14px;
	color: #fff;
	background-color: #377757;
	padding: 4px 4px 4px 15px;
}
#sidebar h2 {
	display: block;
	margin: 0;
}
.sidebar-left {
	padding-left: 20px;
	padding-top: 0;
	margin-top: 0;
	width: 200px;
}
.rowodd {
  font-size: 9pt;
  background-color: #F6F4EB;
}
.roweven {
  font-size: 9pt;
}

h1 {
	color: #007657;
	font-weight: normal;
	font-size: 20px;
	border-bottom: 1px solid #007657;
	padding-left: 25px;
	background: url(/images/h1-dot.png) no-repeat;
	padding-bottom: 3px;
}
h1 a {
	color: #007657;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
}
h2, h2 a {
	color: #007657;
	font-weight: normal;
	font-size: 16px;
	display: inline;
	text-decoration: none;
}
.green {
	color: #007657;
}
.breadcrumb, .breadcrumb a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.footer {
	background-color: #000;
	margin: 0;
	padding: 10px;
	color: #fff;
	text-align: center;
}
.footer p, .footer a {
	font-size: 11px;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.address {
	color: #666666;
	font-size: 14px;
	background: url(/images/address-i.png) no-repeat center center;
}
.header-box {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

/* dropdowns */
.ddarrow {
	background: transparent url(/images/dd-more.gif) no-repeat right center;
	margin: 0;
	padding: 0;
}

#nav, #nav ul {
/* all lists */
    padding: 0;
	margin: 0;
	list-style: none;
	width: 189px;
}

#nav li {
/* all list items */
	position: relative;
	line-height: 18px;
	margin-bottom: -1px;
	width: 189px;
	padding: 0;
	margin: 6px 0;
	background: url(/images/menu-10.png) no-repeat;
}

#nav li ul {
/* second-level lists */
	position: absolute;
	left: -999em;
	margin-left: 189px;
	margin-top: -1.25em;
	margin-bottom: 0;
	background: #fff none;
	border: 1px solid #32288f;
	width: 200px;
}

#nav li ul li {
/* second-level lists background */
	width: 200px;
	background: #fff none;
}
#nav li ul li a {
	font-size: 12px;
}
#nav li ul ul {
/* third-and-above-level lists */
	left: -999em;
	margin-top: -1.05em;
	z-index: 1;
	margin-left: 200px;
}

#nav li ul ul li {
/* third-and-above-level lists background 
		background-color: #32288f;*/
}

#nav li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 2px 0.5em 2px 12px;
	font-size: 14px;
	margin: 0;
}

#nav li a:hover {
	color: #fff;
	background-color: #32288f;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
/* lists nested under hovered list items */
		left: auto;
}
/* end dropdowns */
a:hover {
	text-decoration: underline;
}
.main a:hover, .sidebar a:hover {
	color: #007657;
}
.noSpaceTop {
	margin-top: 0;
	padding-top: 0;
}
.noSpaceBottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
