/* General layout */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 100.1% Verdana;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}

#mainframe {
	position: relative;
	text-align: left;
	width: 61.25em;
	margin-left: auto;
	margin-right: auto;
	height: 1%;
}

#topframe {
	position:relative;
	background-color:#FAA634;
	height:5em;
}
#overlogoframe {
	height:1em;
	position:relative;
	background-color:#FDB813;
}

#logo {
	position: relative;
	color:#FFFFFF;
	padding-left: 1em;
} 

#printheader {
	display: none;
}

#head {
	background-color:#F58229;
	padding: 0.5em 0 0.5em 1em;
}

.top_navigation {
	padding: 0.45em;
	text-align: right;
}

.top_navigation li {
	display: inline;
	list-style: none;
	margin-right: 2em;
}

.top_navigation li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font: bold 0.7em Verdana;
}

.top_navigation li a.cur {
	color: #A30810;	
}

#headframe {
	background-color: #79CBBE;
	height: 1em;
}

#middleframe{
	background-color:#00B6B5;
	height:0.75em;
}

#navframe {
	position: relative;
	background-color:#3F7A9A;
	width: 61.25em;
	height: 2.2em;
}

#navframe ul {
	position: relative;
	white-space: nowrap;
}

#leftframe, #rightframe {
	float: left;
}

#navframe a.cur, #navframe a:hover {
	color: #F58229;
}

#leftframe {
	position: relative;
	background-color:#FAA634;
	padding: 3.5em 0.65em 0.65em 1.5em;
	width: 11.75em;
	height: 21.9em;
	visibility: visible;
}

/* Hides from IE-mac \*/
* html #leftframe {
	width: 13.95em;
	height: 26.2em;
}
/* End hide from IE-mac */

#leftframe ul {
	padding-top: 0.5em;
}

#leftframe li {
	display: block;
	text-align: left;
}

#leftframe li a, #leftframe li a.cur {
	display: block;
	padding: 0.5em 0;
}

#leftframe li ul {
	background-color: #F89950;
}

#leftframe li ul li {
	display: block;
	text-align: left;
	padding-left: 1em;
}

#logo_bkj {
	position: absolute;
	bottom: 1em;
	left: 1.3em;
}

#logo_bmfsfj {
	position: absolute;
	bottom: 1em;
	left: 6.3em;
}

#logo_bmfsfj span {
	font-size: 0.5em;
	line-height: 2em;
}

#leftlink {
	background-color:#FFBC6A;
}

#rightframe {
	width: 47.3em;
}

#rightframe .top_navigation {
	background-color: #FFFFFF;
	padding-left: 1em;
	text-align: left;
	height: 1.1em;
	width: 11.75em;
	white-space: nowrap;
}

#rightframe .top_navigation li {
	margin-right: 1.1em;	
	padding: 0 0.5em;
}

#rightframe .top_navigation li a {
	color: #F58229;
}

#rightframe .top_navigation li a.cur {
	color: #A30810;	
}

.top_navigation li a:hover, #leftframe .top_navigation li a:hover, #rightframe .top_navigation li a:hover {
	color: #A30810;
}

#contentframe {
	position: relative;
	background-color: #FFEFDB;
	height: 24.05em;
	*/height: 24em;
	width: 47.3em;
	visibility: inherit;
}

#contentframe h1, #contentframe h2 {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #A30810;
	margin-bottom: 0.5em;
}

#contentframe h2 {
	font-size: 0.7em;
}

#contentframe a {
	color: #A30810;
	text-decoration: none;
	font-weight: bold;
}

#contentframe p, #contentframe li {
	font-size: 0.7em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

#contentframe li {
	position: relative;
	margin: 0 0 1em 1em;
}

#contentframe ul.noMargin li {
	margin-bottom: 0;
}

#contentframe ol li {
	position: relative;
	margin-left: 2em;
}

#contentframe div#scrollWindowDiv {
	position: absolute;
	left: 0;
	top: 33px;
	width: 20.75em;
	height: 21em;
	clip: rect(0,20.75em,21em,0);
	overflow: hidden;
}

#contentframe div#scrollContentDiv {
	position:absolute;
	left: 1em;
	top: 0;
	width: 19.5em;
}

#contentframe div.left {
	float: left;
	margin: 0 0.5em 0.5em 0;
}

#contentframe p.intro {
	margin-bottom: 1em;
	font-weight: bold;
}

#contentframe div.picframe {
	width: 24.6em;
	float: right;
}

#contentframe div#forward {
	position: absolute;
	left: 21em;
	top: 22em;
}

#contentframe div#back {
	position: absolute;
	left: 21em;
	top: 2em;
}

#footer {
	position: relative;
	background-color:#FAA634;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: right;
	padding: 0.5em 0;
	width: 61.25em;
	height: 1.3em;
}

#footer ul {
	position: relative;
}

#footer li {
	display: inline;
	margin-right: 2em;
}

#footer li a {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 0.7em Verdana;
}

#footer li a.cur, #footer li a:hover {
	color: #A30810;
}

div.clearFloat {
	clear: both;
	font-size: 1px;
	line-height: 0;
}
