body {
	font-family: Verdana;
	font-size: 12px;
	background-color: #EDF2F8;
}
h1 {
	font-size: 19px;
	color: #849bb1;
}
a {
	text-decoration: none;
	color: #424690;	
}
a.inactive {
	color: #999;
}
#container {
	width:  800px;
	margin: 80px auto 0px auto;
}
#top {
	width: 100%;
	height: 140px;
	border: 1px solid #cbebf8;
	background-color: #cfecfa;
}
#top h1 {
	float: right;
	margin: 110px 10px 10px 0px;
	color: #424690;
}
#menu {
	width: 802px;
	height: 18px;
	margin-top: -1px;
	border: 0px solid #fff;
	background-color: #e5eaf5;
	border-bottom: 1px solid #a1a1a1;
	font-size: 11px;
}
#menu ul {
	position: absolute;
	list-style: none;
	margin: 0px 0px 0px 3px;
	padding: 0px 5px 5px 5px;
}
#menu li {
	display: inline;
	margin-right: 8px;
	padding: 0px 8px 5px 0px;
	border-right: 1px solid #000;
	cursor: pointer;
	color: #424690;
}
#menu li#last {
	margin-right: 5px;
	border: none;
}
#menu li.extend {
	position: absolute;
	display: none;
	width: 200px;
	margin: 18px 0px 0px -13px;

	// margin: 18px 0px 0px -9px; /* explorerfix */
	line-height: 18px;
	background-color: #e5eaf5;
	border: 1px solid #a1a1a1;
	cursor: default;
}
#menu li.extend#extend_1 {
	margin-left: -8px;
}
#menu li.extend a {
	margin-left: 4px;
}

#content {
	width: 790px;

	height: 400px;
	padding: 10px 5px 5px 5px;
	background-color: #edf6fa;
	border: 1px solid #cbebf8;
	border-top: none;
	color: #424690;
}
#content a {
	text-decoration: underline;
}
#content p {
	line-height: 18px;
}
.indent {
	margin-left: 50px;
}
#footer {

	width: 100%;
	margin-top: 2px;
	text-align: center;
	font-size: 10px;
}