body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	background-color: #FFBE10;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #E98320;
}

.logo {
	background-color: #B5C7E7;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	height: 40px;
}
.logo H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #6188CD;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.content {
	padding-top: 70px;
	padding-left: 40px;
	width: 500px;
}
.content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.content h1 a {
	font-weight: bold;
	color: #CCCC99;
	text-decoration: none;
}
.content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #CCCC99;
}
.content h3 {
	font-size: 16px;
	font-weight: bold;
}
.content h3 a {
	font-weight: bold;
	text-decoration: none;
}
.content p {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.content ul {
	list-style-type: none;
	margin: 0px;
}
.content ul li {
	font-size: 16px;
	margin: 0px;
}

.list {
	padding-top: 70px;
	padding-left: 40px;
}
.list h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CCCC99;
}
.list h1 a {
	font-weight: bold;
	color: #CCCC99;
	text-decoration: none;
}
.list h2 {
	font-size: 18px;
	font-weight: normal;
	color: #CCCC99;
}
.list h3 {
	font-size: 16px;
	font-weight: bold;
}
.list h3 a {
	font-weight: bold;
	text-decoration: none;
}
.list p {
	font-size: 16px;
	font-weight: normal;
}
.list ul {
	list-style-type: none;
	margin: 0px;
}
.list ul li {
	font-size: 16px;
	margin: 0px;
}
.links {
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	list-style-type: none;
	list-style-type: none;
	margin: 0px;
}
.links h1 {
	font-size: 16px;
	margin-bottom: 0px;
	text-indent: -15px;
}
.links h2 {
	font-size: 12px;
	margin-bottom: 0px;
}
.links p {
	font-size: 12px;
	padding-left: 10px;
	margin-top: 0px;
}

.related {
	padding: 0px 0px 10px 20px;
	font-size: 10px;
	display: none;
	visibility: hidden;
}
.related h1 {
	font-size: 18px;
	font-weight: normal;
}
.related ul {
	margin-left: 0px;	
}
.related ul li {
	font-size: 14px;
	margin-left: 0px;
	display: inline;
}
.footer {
	font-size: 10px;
	padding: 5px 20px 10px 20px;
	color: #999999;
}
.footer A {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
}
.image {
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.sky {
	padding-left: 5px;
	border-left: 1px solid #333333;
	width: 120px;
	height: 600px;
	position: absolute;
	left: 600px;
	top: 70px;
}

