@charset "utf-8";
/* CSS Document */

body {
	font: 90%/125% Arial, Helvetica, sans-serif;
	color: #333333;
	background: #666666 url(../images/bg-subpages.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
}
#banner {height: 160px;}
.inner {
	padding: 10px;
}
#bannerOverlay {
	color: #ffffff;
	height: 160px;
	width: 280px;
	position: absolute;
	z-index: 5;
	right: 0px;
	top: 0px;
	background: url(../images/black_spacer.gif) repeat;
	filter: Alpha(Opacity=50);

	-moz-opacity:.50;
	opacity:.50;
	left: 619px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: left;
	padding-left: 15px;
}
#bannerOverlayText {
	color: #ffffff;
	height: 160px;
	width: 280px;
	position: absolute;
	z-index: 6;
	right: 0px;
	top: 0px;
	left: 619px;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
	background-color: transparent;
}
#bannerOverlayText .heading {
	color:#FFFFFF;
	font-size: 40px;
	font-style: italic;
	margin-top: 10px;
	padding-top: 10px;
	line-height: 44px;
}
#container {
	background: #FFFFFF repeat-y left top;
	height: auto;
	width: 899px;
	overflow: auto;
	position: relative;
	float: left;
}
#left {
	float: left;
	width: 15%;
	height: auto;
	overflow: visible;
	position: relative;
}
#left .heading {
	font-size: 110%;
	color: #163F73;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#left p {
	font-size: 90%;
	color: #333333;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left ul{
	list-style: inside;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#left li {
	font-size: 90%;
	padding-bottom: 2px;
}
#left a {
	color: #000066;
	text-decoration: underline;
}
#left a:hover {
	color: #999999;
	text-decoration: underline;
}
#content {
	float: left;
	height: auto;
	width: 71%;
	overflow: visible;
	position: relative;
}
#content h1 {
	color: #163F73;
	font-size: 170%;
	font-weight: lighter;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 5px 0px 15px;
	padding-left: 10px;
	padding-bottom: 8px;
}
#content h2 {
	color: #163F73;
	font-size: 130%;
	font-weight: lighter;
	margin: 10px 0px;
	padding-left: 10px;
}
#content h3 {
	color: #163F73;
	font-size: 115%;
	font-weight: bold;
	margin: 10px 0px 5px;
	padding-left: 10px;
}
#content p {
	color: #333333;
	font-size: 100%;
	margin: 5px 0px 15px;
	padding-left: 10px;
	padding-right: 0px;
	width: 95%;
}
#content a {
	color: #163F73;
	text-decoration: underline;
}
#content a:hover {
	color: #999999;
	text-decoration: underline;
}
#content .module {
	margin: 10px 0px 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 50%;
}
#content .module .inner{
	padding: 0px 10px;
}
#content .module h3 {
	color: #163F73;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0px 0px;
	width: 100%;
	border: none;
}
#content .module p {
	padding-right: 0px;
	padding-left: 0px;
}
#content .module img {
	border: 1px solid #000000;
}
#content textarea {
	background: #FFFFFF;
	width: 370px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#content input[type="text"] {
	border: 1px solid #CCCCCC;
}
#content table {
	margin-left: 10px;
}
#content td {
	padding: 2px;
}
#content select {
	border: 1px solid #CCCCCC;
}
.required {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

