
h2{
	margin-bottom:3px;
	font-size:125%;
	color:#9ac1c9;
}
#contents{
	margin-bottom:20px;
}
#localNav{
	float:left;
	width:240px;
}
#alphaBlock{
	float:left;
	width:590px;
	margin-top:20px;
}
#footer{
	margin-bottom:5px;
	padding-top:5px;
	border-top:1px solid #000;
}
#footer address{
	font-style:normal;
	font-size:87.5%;
	text-align:center;
}

/*--------------------

	dropdown

--------------------*/
#globalNav{
	position:relative;
}
.dropdownBox{
	margin-bottom:20px;
}
.dropdown{
	float:left;
	width:206px;
}
.dropdownBox dl.firstMenu{
	width:208px;
}
.dropdown dt{
	width:188px;
	border:2px solid #9ac1c9;
	border-left:none;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	background:#D9DEE0 url(../images/header.gif) repeat-x;
}
.dropdownBox dl.firstMenu dt{
	border-left:2px solid #9ac1c9;
}
.dropdown dt:hover{
	background:#C9D3D6 url(../images/header_over.gif) repeat-x;
}
.dropdown dd{
	position:absolute;
	margin-left:-2px;
	overflow:hidden;
	display:none;
	background:#FFF;
	z-index:200;
}
.dropdownBox dl.firstMenu dd{
	margin-left:0;
}
.dropdown ul{
	width:204px;
	border:2px solid #9ac1c9;
	list-style:none;
	border-top:none;
}
.dropdown li{
}
.dropdown a,
.dropdown a:active,
.dropdown a:visited{
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	background:#eaf0f2;
	width:194px;
}
.dropdown a:hover{
	background-color:#d9e1e4;
	color:#000;
}
.dropdown .underline{
	border-bottom:1px solid #b9d6dc;
}

/*--------------------

	accordion

--------------------*/
.accordionBox{
	margin-bottom:20px;
}
.accordion{
	width:208px;
}
.accordion dt{
	width:188px;
	border:2px solid #9ac1c9;
	border-top:none;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
	background:#D9DEE0 url(../images/header.gif) repeat-x;
}
.accordionBox dl.firstMenu dt{
	border-top:2px solid #9ac1c9;
}
.accordion dt:hover{
	background:#C9D3D6 url(../header_over.gif) repeat-x;
}
.accordion dd{
	overflow:hidden;
	display:none;
	background:#FFF;
}
.accordion ul{
	width:204px;
	border:2px solid #9ac1c9;
	list-style:none;
	border-top:none;
}
.accordion a,
.accordion a:active,
.accordion a:visited{
	display:block;
	padding:5px;
	color:#333;
	text-decoration:none;
	background:#eaf0f2;
	width:194px;
}
.accordion a:hover{
	background-color:#d9e1e4;
	color:#000;
}
.accordion .underline{
	border-bottom:1px solid #b9d6dc;
}

/*--------------------

	float clear

--------------------*/
#contents,
.dropdownBox,
.accordionBox,
.clearFix{
	overflow:hidden;
}

#contents:after,
.dropdownBox:after,
.accordionBox:after,
.clearFix:after{
	content:"";
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
}

/*\*/
* html #contents,
* html .dropdownBox,
* html .accordionBox,
* html .clearFix{
	height:1em;
	overflow:visible;
}
/**/

/* or */
.clear{
	clear:both;
}
