* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: verdana,arial,sans-serif;
	font-size: 9pt;
	color: #333;
	background: url(graphics/bg_repeat.gif) center top repeat-y #3E4C6A;
	}

/* Page layout */
#pagecontainer {
	}
#pagecontainer2 {
	width: 600px;
	margin: 0 auto 0 auto;
	}
#header {
	background: url(graphics/logo.jpg) top center no-repeat;
	border-top: 10px solid #666;
	border-bottom: 10px solid #666;
	height: 307px;
	}
#maincontainer {
	border-top: 1px solid #555;
	}
#nav {
	padding: 15px 0 5px 10px;
	}
#content {
	padding: 10px;
	line-height: 1.6em;
	}
#footer {
	}

/* lists */
#nav ul {
	list-style: none;
	}
#nav ul li {
	display: inline;
	margin-right: 15px;
	font-weight: bold;
	}
#content ul {
	margin: 0 0 10px 30px;
	}

/* links */
#nav a {
	text-decoration: none;
	color: #3E4C6A;
	}
#nav a:hover, #nav a.active {
	border-top: 4px solid #bcbcbc;
	}

/* headings */
h2 {
	font-size: 13pt;
	text-decoration: underline;
	margin-bottom: 5px;
	padding-bottom: 3px;
	}

/* paragraphs */
#content p {
	text-indent: 0px;
	margin-bottom: 15px;
	background: #fff;
	}

/* images */
#content img {
	border: 0;
	}

/* misc */
.subtext {
	font-size: 8pt;
	}
.clear {
	clear: both;
	}
