@charset "UTF-8";
/* CSS Document */

#html, body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

.align_center {
	text-align: center;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 730px;
	background-color: #FFFFFF;
}

#header {
	margin: 0 0 0 40px;
	padding: 0;
	width: 580px;
	height: 140px;
	background-image: url(../images/interface/slice_header.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-left: 110px solid #000066;
}

#header h1, #header p {
	display: none;
}

#titlebar {
	left: 0;
	margin: 0;
	padding: 0;
	width: 730px;
	height: 40px;
	background-color: #FF9933;
	background-image: url(../images/interface/slice_title.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#titlebar h1 {
	margin: 0 0 0 260px;
	padding: 9px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu {
	float: left;
	display: inline;
	margin: 0 0 0 40px;
	padding: 0;
	width: 200px;
	background-color: #000066;
}

#menu ul {
	background-color: #000066;
	margin: 10px 0 0 0;
	padding: 0;
	width: 200px;
	text-align: right;
	list-style: none;
}

#menu li {
	position: relative;
	margin: 0;
	padding: 0;
}

#menu li a {
	width: 180px;
	margin: 0;
	padding: 5px 15px 5px 5px;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu li.submenu a {
	background: url(../images/interface/submenu_arrow.gif);
	background-position: 99% 50%;
	background-repeat: no-repeat;
}

#menu li.submenu ul a {
	background-image: none;
}

#menu ul ul {
	margin: 0;
	padding: 0;
	text-align: left;
	position: absolute;
	top: 0;
	left: 200px;
	display: none;
	border-left: 1px solid #FFFFFF;
}

#menu ul.level1 li.submenu:hover ul.level2 {
	display: block;
}

#menu li a:visited {
	color: #FFFFFF;
}

#menu li a:hover, #menu li a.current {
	color: #FF9933;
}

#content {
	margin: 0 0 0 40px;
	padding: 10px 20px 20px 220px;
	background-image: url(../images/interface/200px_blue_repeat.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#content h1 {
	margin: 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #FF9933;
}

#content h2 {
	margin: 0;
	font-size: 1em;
	color: #FF9933;
	font-weight: bold;
	margin-bottom: 0.2em;
}

#content h2.margin_top {
	margin-top: 1em;
}

#content p {
	font-size: 0.8em;
}

#content blockquote p {
	font-size: 0.8em;
	margin-left: 0px;
	margin-top: 0px;
	padding: 5px;
	background-color: #DDDDDD;
	border: 1px solid #BBBBBB;
	font-style: italic;
}

#content p.quote span.credit {
	font-weight: bold;
	font-style: normal;
}

.bold {
	font-weight: bold;
}

#content p.date {
	font-size: 0.6em;
	color: #FF9933;
}

#content ul {
	margin: 0 0 10px 0;
	font-size: 0.8em;
}

#content a {
	color: #FF9933;
}

img {
	padding: 10px 0;
	border: 0;
}

#content table {
	border: none;
	font-size: 0.8em;
	margin: 0 10px 0 0;
	padding-bottom: 10px;
}

#content td {
	padding: 0 15px 0 10px;
}

#footer {
	text-align: center;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 125px;
	background-image: url(../images/interface/slice_footer.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#footer p {
	font-size: 0.6em;
	padding-top: 100px;
}

#footer a {
	color: #000066;
}