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

body {
	margin:0px;
	padding:0px;
	background-color:#D0D7E7;
	color:#FFE9AD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
a, a:link, a:active, a:visited {
	color:#FFE9AD;
}
a:hover {
	color:#FABD00;
}
a img {border:0;}
hr {
	height:1px;
	border:0;
	margin:2px;
	padding:0;
	color:#D0D7E7;
	background-color:#D0D7E7;
}
li {
	list-style:none;
}
pre {
	padding:10px;
	color:#2C364E;
	background-color:#FFE9AD;
}
.centered {margin:0 auto;}
.left {float:left;}
.right {float:right;}
.clearfloat {clear:both;}
.alert {
	position:absolute;
	left:10px;
	top:10px;
	width:200px;
	padding:10px;
	color:#FABD00;
	background-color:#2C364E;
	filter:alpha(opacity=75);
	opacity:.75;
}
#logo {
	height:100px;
	width:100px;
}
#menu {
	width:541px;
	padding:5px;
}
.section {
	float:left;
	background-color:#2C364E;
	padding:5px;
}
.section div {padding:5px;}
.section .title {
	font-weight:bold;
}
.thissection, .contenttitle {
	background-color:#384261;
}
.thissubsection, .contentsubtitle {
	background-color:#535A6F;
}
.thissubsection a {
	text-decoration:none;
}
.menuspacer {
	width:1px;
	padding:0;
	background-color:#D0D7E7;
}
#content {
	width:700px;
	background-color:#2C364E;
	padding:5px;
}
#content div {padding:5px;}
#content p {
	margin-left:10px;
}
.sidenote {
	float:right;
	width:180px;
	padding:10px;
	font-size:11px;
	line-height: 1.6;
	color:#FFF;
	background-color:#2C364E;
}
.thumblist img {
	margin:5px;
}
#footer {
	width:540px;
	background-color:#2C364E;
	text-align:center;
	padding:5px;
}