@charset "UTF-8";
/* CSS Document - created 12-9-08 */

body { 
	font-size:1.3em;	
}
#wrapper {
	width: 100%;
	min-width:750px;
	background-color: #ffffff;
	height: auto; 
	background:#999999;
}
#wrapper #bodyarea {
	background:none;
	background-color: #ffffff;
}

#header {
	width:auto;
	min-width:750px;
	padding-left: 10px;
	padding-right: 10px;
	min-height:150px;
	overflow:auto;
}
.searchtools {
	font-size:.6em;
}
#menu { 
	float:right;
/*	clear:left;
	width: auto;
	min-width:750px;
	font-size: .8em;
	min-height: 3.2em;
	line-height:1.6em; */
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 1em;
	margin-left:0px;
	background-color:#FFFFFF;
	height:auto;
}
#menu ul li a {
	text-decoration: underline;
}
/****************************************************
LOCAL NAVIGATION: leftmost column
Creates unordered list with arrows and custom bullets.
Non-linked items are bold and should indicate location.
****************************************************/
#sidebar {
	width:auto;
	max-width: 250px;
	background-color:#eeeeee;
}
*html #sidebar {
	width: 100%;
}

/****************************************************
CONTENT
****************************************************/
#main {
	width: auto;
	margin-left:250px;
	font-size:1em;
}
.threeColumn1, .threeColumn2, .threeColumn3,
.contentArea .threeColumn1, .contentArea .threeColumn2, .contentArea .threeColumn3 {
	width: 33%;
}


/**********
FOOTER
***********/
#searching, #searchtools {
	min-height:2em;
	width:auto;
}
#searchtools {
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	margin: 0 auto;
	font-size:1em;
/*	width:750px; */
}
.accessibility {
	display:inline;
	width:100%;
}
.accessibility_links {
	padding: 1em; /* 12-9-08 */
	padding-left: 20px; /* 12-9-08 */
	padding-right: 20px;  /* 12-9-08 */
	background-color:#FFFFFF;
	text-align:left;
	width:auto;
}
.defaultCSS {
	display:inline;
}
.alternateCSS {
	display:none;
}