#main-1-framing {
	width: 159px;
}

#main-2-framing {
	width: 550px;
}

#sidebar-framing {
	background-image: url(../images/frame/sidebar_nav_head2.gif);
	background-repeat: no-repeat;
	background-color: #74AE2C;
}

#sidebar {
	position: relative;
	left: 10px;
	top: 10px;
	width: 139px;
	padding-bottom: 5px;
}

#sidebar h1 {
	margin: 0px 0px .2em 0px;
	font-size: 120%;
}

#sidebar h2 {
	font-size: 100%;
	color: #fff;
	margin: 1em 0 0 0;
	text-decoration: underline;
}

#sidebar h3 {
	font-size: 100%;
	color: #165829;
	margin: 1.5em 0 0 0;
}

#sidebar p {
	margin: 0;
	color: #fff;
}


#sidebar ul {
	margin: 0px;
	padding: 10px;
	list-style-image: none;
	list-style-type: none;
}

#sidebar a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#sidebar a:link,
#sidebar a:visited {
	color: white;
}

#sidebar a:hover,
#sidebar a:active {
	text-decoration: underline;
}

#sidebar a.current {
	background-color: #74AE2C;
}

/* ===== tertiary navigation ===== */

#ternav-framing {
	background-image: url(../images/frame/sidebar_nav_head2.gif);
	background-repeat: no-repeat;
	background-color: #74AE2C;
}

#ternav {
	position: relative;
	left: 10px;
	top: 10px;
	width: 139px;
	padding-bottom: 5px;
}

#ternav h1 {
	margin: 0px 0px .2em 0px;
	font-size: 120%;
	color: #165829;
}

#ternav p {
	margin-bottom: .5em;
	line-height: 1.3em;
	margin-right: 0;
	font-size: 95%;
	text-align: center;
	padding-bottom: 5px;
}

#ternav ul {
	margin: 0px;
	padding: 10px;
	list-style-image: none;
	list-style-type: none;
}

#ternav a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#ternav a:link,
#ternav a:visited {
	color: white;
}

#ternav a:hover,
#ternav a:active {
	text-decoration: underline;
}

#ternav a.current {
	background-color: #74AE2C;
}

#ternavFooter {
	width: 139px;
	padding-bottom: 20px;
}