/**
 * The body
*/
body {
	background-color: #FFFFCC;
	font-size: 0.93em;
	line-height: 140%;
	font-family: Calibri;
}
div, body {
	background-repeat: no-repeat;
}
/** 
 * Basic structure
*/
#wrapper {
	position: relative;
	width: 54.95em;
}
#head {
	width: 817px;
	height: 134px;
	background-image: url(./img/header_complete.jpg);
	position: relative;
}
#head div.ticker {

	position: absolute;
	left: 10px;
	top: 107px;
	height: 20px;
	font-size: 10px;
	width: 798px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;

}
#menu {
	width: 16.33em;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(./img/menu_full.jpg);
	height: 500px;
}
#menu div.pad {
	margin-left: 10px;
	margin-top: 13px;
}
#menu ul, #menu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#content {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 37.62em;
}
#credits {
	position: absolute;
	bottom: 5px;
	left: 25px;
}
#menu div.name {
	padding-top: 10px;
	background-image: url(./img/menu_1.png);
	background-position: left bottom;
	width: 15.73em;
}
#menu ul.level_2 div.name {
	background-image: url(./img/menu_2.png);
}
#menu ul.level_3 div.name {
	background-image: url(./img/menu_3.png);
}
#menu ul li div.name a, #menu ul li div.name a:hover { 
	color: black;
	font-weight: bold;
	font-size: 1em;
}
#menu ul li div.name a {
	text-decoration: none;
	display: block;
	padding-left: 15px;
	padding-bottom: 4px;
}
#menu ul.level_2 div.name a {
	padding-left: 33px;
}
#menu ul.level_3 div.name a {
	padding-left: 50px;
}
h1 {
	background-image: url(./img/h1.jpg);
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 1.9em;
}
h1 span {
	height: 20px;
	overflow: hidden;
}
/**
 * Accessibility features are hidden to css compatible browsers
*/
.acc {
	display: none;
}
.sIFR-alternate {
	display: none;
}

