@charset "UTF-8";
/* CSS Document */
body {
	font: 12px Verdana;
	color: #000;
	background: url(images/bg_image.gif) repeat;
	margin: 0px 0px -200px 50%;
	padding: 0px;
}
a:link, a:visited {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: underline;
	color: #000;
}
a:hover, a:active {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: #A03E19;
}

#main_box {
	position: relative;
	width: 980px;
	margin: 0 0 0 -490px;
	height: auto;
}


h3 {
	color: #000;
	font: 22px "Trebuchet MS", Verdana;
	margin: 0;
}

#pageHeader {
	background: url(images/header_wave.png) no-repeat top left;
	height: 250px;
}

#pageHeader span {
	display: none;
}

#aboutSummary {
	margin-top: 50px;
	width: 430px;
	margin-left: 250px;
	color: #42443A;
}
#aboutSummary a:link, #aboutSummary a:visited {
	color: #42443A;
}
#aboutSummary a:hover, #aboutSummary a:active {
	color: #42443A;
}

#aboutSummary .p1 {
	display: none;
}
#preface, #supportingContent {
	width: 730px;
	margin-left: 250px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}

#preface_top, #supportingContent_bottom {
	width: 730px;
	margin-left: 250px;
	margin-top: 0px;
	
}

#supportingContentbottom {
	width: 730px;
	margin-left: 250px;
	margin-top: 0px;

}

#participation {
	background: url(images/trans_wht_back.png) repeat top left;
	padding: 5px;
	
}

#participation_top {
	background: url(images/trans_wht_top.png) repeat top left;
	padding: 5px;
	
}
#participation_bottom {
	background: url(images/trans_wht_bottom.png) repeat top left;

	
}


#main_box #imageBox {
	position: absolute;
	left: 22px;
	top: 450px;
	width: 198px;
	font: 10px "Trebuchet MS", Verdana;
}


#footer { 
	position: relative; 
	left: -250px; 
	width: 400px;
	height: 20px; 
	padding: 78px 0 0 50px; 
	
}
#footer a:link, #footer a:visited {
	color: #61A7BC;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #61A7BC;
	text-decoration: underline;
}
#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6, #extraDiv7, #extraDiv8 {
	display: block;
	margin: 0px 0px 20px 10px;
}

#main_box #linkList {
	position: absolute;
	left: 22px;
	top: 230px;
	width: 198px;
	font: 10px "Trebuchet MS", Verdana;
}
#linkList h3 {
	width: 198px;
	height: 18px;
	margin-top: 20px;
}
#linkList h3 span {
	display: none;
}

#linkList h3.select {
	background: url(images/left_select.gif) no-repeat top left;
}
#linkList h3.archives {
	background: url(images/left_archive.gif) no-repeat top left;
}
#linkList h3.resources {
	background: url(images/left_resources.gif) no-repeat top left;
}
#linkList h3.favorites {
	background: url(images/left_favorites.gif) no-repeat top left;
}

#linkList ul {
	list-style: none;
	padding: 0 0 18px 0;
	margin: 0;
	background: url(images/left_footer.gif) no-repeat bottom left;
}
#linkList ul li {
	padding: 5px 10px 5px 10px;
	background: url(images/li_bg.png) bottom left;
	border-bottom: 1px solid #1A4861;
	margin: 0;
}
#linkList ul li:hover {
	background: #232367 url(images/spacer.gif);
	color: #FFF;
}

#linkList #lselect {
	color: #666;
}
#linkList ul li a {
	
	display: inline;
	color: #000;
}
#linkList #lselect ul li a {
	font: 14px "Trebuchet MS", Verdana;
	display: block;
	color: #000;
}

#linkList #lselect ul li a.c, #linkList ul li a.c {
	display: inline;
	font: 10px "Trebuchet MS", Verdana;
	color: #666;
	text-transform: none;
}

#linkList ul li:hover a, #linkList #lselect ul li:hover a {
	color: #FFF;
}
