* {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
}
body {
	margin: 0;
	overflow-y: scroll;
}
a {
	color: #FF8000;
	text-decoration: none;
}
a:hover {
	color: #FF8000;
	text-decoration: underline;
}
h1 {
	margin: 0px;
	padding: 0px 10px 4px 10px;
	height: 72px;
}
h1 img {
	border-width: 0;
}
#header {
	width: 792px;
	border: 4px solid #183A5C;
	border-bottom-width: 0px;
	margin: 5px auto 0 auto;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color: #000000;
	background-image: url('header.jpg');
}
#content {
	margin: auto;
	width: 772px;
	padding: 4px 10px 10px 10px;
	border: 4px solid #183A5C;
	color: #183A5C;
	font-size: 14px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#intro {
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid #183A5C;
	text-align: center;
	line-height: 150%;
	padding: 5px;
	width: 60%;
	margin: 0.5em auto 1em auto;
	background-color: #f9f9f9;
}
#content img.portrait {
	border: 1px solid #000000;
	float: right;
	margin: 0 0 10px 10px;
}
#content.js {
	padding: 4px 0 0 0;
	width: 792px;
	border-top-width: 0;
	background-image: url('content_bg.png');
	background-repeat: repeat-x;
}
#content p, #content h3, #content ul {
	margin-top: 0px;
	margin-bottom: 1em;
}
#content ul {
	list-style-type: circle;
}
* html #content .active {
	overflow: auto;
	height: 450px;
}
#content .active {
	width: 772px;
	min-height: 450px;
	display: block;
	padding: 10px;
}
#content .inactive {
	display: none;
}
#content h2 {
	margin: 1em 0 0.5em 0;
	padding: 0;
	color: #ff8000;
	border-bottom: 1px dotted #ff8000;
}
#navigation {
	display: none;
	padding: 4px 0 0 20px;
	text-align: center;
}
#navigation br {
	clear: left;
}
#navigation a {
	display: block;
	float: left;
	width: 106px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	padding: 5px 5px 5px 5px;
	margin: 0 6px -4px 6px;
/*	background-color: #74889D; */
	background-image: url('nav_bg.png');
	color: #ffffff;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom: 4px solid #FF8000;
	position: relative;	/* IE */
}
* html #navigation a {
	margin-right: 5px;
	background-image: none;
	background-color: #000000;
	filter:Alpha(opacity=70);
}
* html #navigation a:hover, * html #navigation a.active {
	filter:Alpha(opacity=100);
}
#navigation a:hover, #navigation a.active {
	font-weight: bold;
	background-color: #ffffff;
	background-image: none;
	color: #183A5C;
	text-decoration: none;
	border-bottom: 4px solid #ffffff;
}
#copyright {
	margin-top: 1em;
	text-align: center;
	color: #cccccc;
	font-size: 10px;
}
