@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #82a394;
	background-image: url("../images/top_bgrnd.gif");
	background-repeat: repeat-x;
	color: #2F2F2F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 28px 0 0;
	padding: 0;
	text-align: center;
}
h1 {
	color: #236B7F;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 10px;
}
h2 {
	color: #236B7F;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.italicLink {
	font-style: italic;
}

.selected {
	color: #333;
	font-weight: bold;
}

.leftspace {
	padding-left: 15px;
}
a, a:link{
	color: #236B7F;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #236B7F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #1D5D6E;
	text-decoration: underline;
}
a:focus {
	color: #236B7F;
}
a:active {
	color: #236B7F;
}

input {
	font: 11px Arial, Helvetica, sans-serif;
}

select {
	font: 11px Arial, Helvetica, sans-serif;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	border-bottom: 20px solid #82a394;
}
#outerWrapper #header {
	background-color: #DAE4DF;
	padding: 18px 0px 16px 16px;
}
#outerWrapper #topNav {
	background-image: url("../images/nav_bgrnd.gif");
	background-repeat: repeat-x;
	height: 48px;
	padding: 0px 10px 0px 32px;
}

#outerWrapper #contentWrapper #titleBar {
	padding-left: 92px;
	padding-top: 20px;
	padding-bottom: 0px;
}
#outerWrapper #contentWrapper #leftCol {
	float: left;
	padding: 33px 92px 25px;
	width: 360px;
}
#outerWrapper #contentWrapper #rightCol {
	margin: 0 0 0 544px;
	padding: 30px 68px 25px 0px;
}
#rightCol table td {
	padding-top: 10px;
}

#description {
	font-style: italic;
	padding-top: 5px;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #236B7F;
	color: #FFFFFF;
	height: 18px;
	padding: 5px 68px 5px 48px;
	text-align: right;
	font-size: 12px;
}
#outerWrapper #footer a, #outerWrapper #footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
#outerWrapper #footer a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
#outerWrapper #footer a:hover {
  color: #DDEAE6;
  text-decoration: underline;
}

#smallimage {
	padding-right: 10px;
	padding-bottom: 10px;
}
