html, body {
	background:url(img/bg.gif) repeat;
	text-align:center;	
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 0.5em 0;
}

a {
	color:#036;
}

a:hover {
	color:#0059B3;
}

a.nounderline {
	text-decoration:none;
}

p.clear {
	clear:both; font-size:1px; line-height:1px;
}

#wrapper {
	/*
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	*/
	margin:0 auto;
	text-align:left;
	width:876px;	
}

#wrapperInner {
	/*border-left:5px solid #FFF;
	border-right:5px solid #FFF;*/
}

/* header */

#header {
	background:url(img/header.jpg) repeat-x #fff;
	height:156px;
	position:relative;
}

	#header .members {
		right:0;
		padding:4px;
		position:absolute;
		text-align:right;
		top:0;
	}

	#header div.search {
		right:0;
		padding:0;
		position:absolute;
		text-align:right;
		bottom:1px;
	}
	
		#header .search p {
			background:url(img/search-bg.png) repeat-x #066;
			padding:4px;
			margin:0;
			-moz-border-radius-topleft:5px;
		}
			
			#header .search p a {
				color:#FFF;
				font-weight:bold;
				text-decoration:none;
			}
			
			#header .search p a:hover {
				text-decoration:underline;
			}
			
			#header .search p input {
				width:8em;
			}
#feature {
	height:136px;
}

/* menu */

#menu {
	font-family:"Times New Roman", Times, serif;
	font-size:130%;
	position:absolute;
	bottom:-6px;
	right:4px;
}

#nav, #nav ul{
	margin:0;
	padding:0;
	float:right;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
}
	
	#nav a {
		border-right:1px solid #999;
		display:block;
		padding:3px 8px;
		color:#666;
		font-weight:bold;
		text-decoration:none;
	}
	
	#nav a:hover{
		/*background-color:#fff;
		color:#333;*/
		text-decoration:underline;
	}
	
	#nav li{
		float:left;
		list-style:none;
		position:relative;
	}
	
	#nav ul {
		display:none;
	}
	
	#nav {
		height:2em;
	}
	
	

	
/* content */

#main {
	clear:both;
	position:relative;
}

#content {
	background:url(img/content-bg.png) repeat #fff;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	zoom:1;
}

#content #contentTop{
	background:url(img/content-bg-top.png) top left no-repeat;
}

#content #contentBottom{
	background:url(img/content-bg-bottom.png) bottom left no-repeat;
	padding:10px;
}

/* footer */

#footer {
	color:#777;
	clear:both;
	padding:0 0 10px 0;
	font-size:90%;
	text-align:left;
	position:relative;
	height:90px;
}

#footer .slm{
	position:absolute;
	bottom:10px;
	right:10px;
}

#footer .copyright, #footer .menu {
	margin-left:10px;
}		
		#footer  .menu ul {
			margin:0;	
		}
		
			#footer  .menu ul li {
				display:inline;
				list-style:none;
				margin-left:0;
				margin-right:6px;
			}
			
				#footer  .menu ul li a {
					color:#777;
					text-decoration:underline;
				}
					
					#footer  .menu ul li a:hover {
						color:#666;
					}
		
/* accessibility */
	
#aPanel {
	color:#333;	
	width:846px;
}

	#aPanel .content {
		background:#EEE;
		border:1px solid #999;
		height:42px;
	}
	
	#aPanel .explain {
		background:#EEE;
		border-bottom:1px solid #999;
		border-left:1px solid #999;
		border-right:1px solid #999;

	}
	
	#aPanel .explain p {
		margin:0;
		padding:4px;
	
	}
	
	#aPanel .col {
		border-right:1px solid #999;
		float:left;
		height:32px;
		padding:5px;
		text-align:center;
		width:158px;
	}
	
	#aPanel .col.contrast {
		height:42px;
		padding:0;
		width:167px;
	}
	
	#aPanel .col.contrast img.borderright {
		border-right:1px solid #999;
	}
	
	#aPanel .col.last {
		border-right:0;
	}
	
	#aPanel .col a {
		color:#333;
		font-weight:bold;
		text-decoration:none;
	}
		
		#aPanel .col a:hover {
			text-decoration:underline;
		}
		
		#aPanel .col p.sml {
			font-size:13px;
			padding-top:9px;
		}
		
		#aPanel .col p.med {
			font-size:15px;
			padding-top:8px;
		}
		
		#aPanel .col p.lrg {
			font-size:17px;
			padding-top:7px;
		}

/* template variations */

body#rightSidebar #content, body#leftSidebar #content, body#threeCol #content {
	padding:0;
}

body#rightSidebar #content {
	background:url(img/content-bg-side.png) repeat-y #fff;
}

body#rightSidebar #content #contentTop{
	background:url(img/content-bg-side-top.png) top left no-repeat;
}

body#rightSidebar #content #contentBottom{
	background:url(img/content-bg-side-bottom.png) bottom left no-repeat;
	padding:0;
}


body#rightSidebar #left {
	float:left;
	padding:10px;
	width:582px;
}

body#rightSidebar #right {
	color:#cccc99;
	float:left;
	width:270px;
}

body#rightSidebar #right label, body#rightSidebar #right h3 {
	font-family:"Times New Roman", Times, serif;
}

body#rightSidebar #right h3 {
	font-size:150%;
	margin-bottom:0.2%;
}

body#rightSidebar #right label {
	line-height:2em;
	font-size:110%;
}

body#rightSidebar #right select {
	font-family:Arial, Helvetica, sans-serif;
	color:#cc9;
	background:#696969;
	border:1px solid #CCC;
	width:235px;
}

/*body#rightSidebar #right .inner {
	padding:0 10px 10px 20px;
}
*/
body#leftSidebar #left {
	border-right:1px solid #036;
	float:left;
	margin:10px 0;
	padding:0 10px;
	width:225px;
}

body#leftSidebar #right {
	float:left;
	padding:10px;
	width:580px;
}

body#threeCol #content {
	padding:0;
}

body#threeCol #left {
	border-right:1px solid #036;
	float:left;
	margin:10px 0;
	padding:0 10px;
	width:205px;
}

body#threeCol #middle {
	float:left;
	padding:10px;
	width:374px;
}

body#threeCol #right {
	border-left:1px solid #036;
	float:left;
	margin:10px 0;
	padding:0 10px;
	width:205px;
}

/* paging */

p.paging {
	text-align:center;
}

/* overide yui table styles */

td, th {
	border:0;
}

/* home page */

body#homePage #content #middle {
	border:1px solid #CCC;
}

body#homePage #content #middle div.inner {
	background:url(img/hlc-watermark.jpg) #e7e7e7 right 50% no-repeat;
	border:2px solid #FFF;
	padding:5px 5px 0 5px;
}

body#homePage #content #bottom {
	height:240px;
	padding-top:10px;
}

body#homePage #content #bottom .left {
	border-right:1px solid #CCC;
	float:left;
	height:220px;
	padding:10px 10px 10px 0;
	width:565px;
}


body#homePage #content #bottom .right {
	float:left;
	height:220px;
	padding:10px 0 10px 10px;
	width:240px;
}