@charset "utf-8";
<!--
body,html {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
}
a {
	color: #007cc4;
	font-weight: bold;
}
a:hover {
	color: #539ad3;
}
#container {
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}
#about {
	float: left;
	clear: none;
	width: 20%;
	min-width: 75px;
	font-size: 12px;
}
#about p {
	font-size: 12px;
	padding-right: 20px;
}
#about h2 {
	width: 70%;
}
#logo {
	position: absolute;
	background-image: url('images/tle-header-logo-glow.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 383px;
	height: 220px;
}
#header {
	margin-left: 40px;
	min-width: 725px;
	max-width: 1000px;
	
}
#leftmenu {
	position: absolute;
	float: left;
	clear: none;
	margin-top: 8px;
	$margin-top: 20px;
	left: 0;
}
#content {
	clear: none;
	margin-left: 200px;
	margin-right: 50px;
	max-width: 800px;
}
#content h3 {
	padding-top: 15px;
	margin-bottom: -10px;
	font-size: 12px;
	font-weight: bold;
}
#content h2 {
	padding-top: 15px;
	margin-bottom: -10px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
}
#content h1 {
	margin-top: 0px;
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	background-image: url('images/bluedot.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#content blockquote p {
	font-style: normal;
	margin-top: 3px;
}
#content blockquote {
	font-style: italic;
	font-size: 12px;
	background: url(images/quote.gif) 6px 0.75em no-repeat;
	margin: 15px;
	margin-bottom: 5px;
	padding-left: 45px;
	padding-top: 8px;
}
#content p,ul {
	font-size: 12px;
	line-height: 20px;
}
#content ul {
	list-style-image: url('images/bullet-blue.gif');
}
#content ul li li {
	list-style-image: url('images/bullet-grey.gif');
}
#leftmenu ul {
	list-style-type: none;
	line-height: 30px;
	min-width: 125px;
	font-size: 12px;
}
#leftmenu ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	border-top: 1px solid #CCCCCC;
	font-weight: bold;
	padding-left: 10px;
}
#leftmenu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color:#007cc4;
	/*padding-left: 20px;*/
}
#footer {
	min-width: 725px;
	max-width: 1000px;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#footer table {
	font-size: 12px;
	text-align: center;
}

.menubottomborder { border-bottom: 1px solid #CCCCCC; }
.aboutimage { float: left; margin: 19px 0px 10px 0px; border-right: 15px solid #FFFFFF; }
.footerbg { background-image: url('images/footer-bg.gif'); background-position: left; background-repeat: repeat-x; }

.Group {
	display: block;
	margin-top:15px;
	text-decoration: none;
	padding-left: 30px;
}
.Group:focus {
	outline: none;
}
.Group h4 {
	background: left center no-repeat url('images/bullet-blue.gif');
	padding-left: 10px;
	margin-bottom: -10px;
	font-size: 14px;
}
.Group h5 {
	background: left center no-repeat url('images/bullet-grey.gif');
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: -10px;
	font-size: 12px;
	font-weight: normal;
}
.projinfo {
	border-top: 1px solid #DDDDDD;
	padding-left: 5px;
	margin-left: 50px;
}
.indentUL {
	margin-left: 30px;
	$margin-left: 70px;
}
.indentP { margin-left: 40px; margin-bottom: -15px; margin-top: 10px; }
.Option {
	display: block;
}
.show {
	display:inline;
}
.hide {
	display:none;
}
.pdflist { list-style-image: none !important; list-style: none !important; line-height: 30px; }
.pdflist a {
	padding-left: 18px;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(images/pdf.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
.PDFLink {
	padding-left: 18px;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(images/pdf.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
-->