body {
	margin: 0;
	padding: 0;
	background: white url( images/bg.gif ) left top repeat-y;
}

/*
	main tables
*/

#main {
	width: 600px;
}

#main td {
	vertical-align: top;
}

/*
	sidebar
*/

#sidebar {
	width: 140px;
}

#sidebar img {
	display: block;
}

#sidebar a {
	display: block;
	position: relative;
	top: -20px;
}

/*
	navbar
*/

#navbar {
	padding: 0px 50px;
}

#navbar ul {
	clear: both;
	width: 600px;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none outside;
}

#navbar ul li {
	display: block;
	float: left;
	
	padding: 10px 10px 10px 0px;
	margin: 10px 5px 0px 0px;
	background: url( images/link-separator.gif ) right center no-repeat;
}

#navbar ul li#last {
	background: none;
}

#navbar ul li a {
	font-family: georgia, times, serif;
	font-size: 15px;
	font-weight: normal;

	text-decoration: none;
	color: #14317D;
}

#navbar ul li.current a {
	color: #0A215C;
	font-weight: bold;
}

#navbar ul#secondary {
	clear: both;
	width: 600px;
	display: block;
	padding: 0;
	margin: 0;
	list-style: none outside;
}

#navbar ul#secondary li {
	display: block;
	float: left;
	
	padding: 0px 10px 0px 0px;
	margin: 0px 5px 0px 0px;
	background: none;
}

#navbar ul#secondary li#last {
	background: none;
}

#navbar ul#secondary li a {
	font-family: georgia, times, serif;
	font-size: 12px;
	font-weight: normal;

	text-decoration: none;
	color: #4A69BA;
}

#navbar ul#secondary li.current a {
	color: #0A215C;
	font-weight: bold;
}



/*
	Content area
*/

#content {
	padding: 40px 200px 40px 0px;
}

/*
	General formatting
*/	

h1, h2, h3, h4 {
	font-family: georgia, times, serif;
	color: #14317D;;
	padding: 0;
	margin: 5px 0px 15px 50px;
}

h1 { 
	font-size: 20px;
	font-weight: normal;
}

h2 { 
	font-size: 16px;
	font-weight: normal;
}

h3 { 
	font-size: 14px;
	font-weight: bold;
}

h4 { 
	font-size: 12px;
	font-weight: bold;
}


p {
	font-family: georgia, times, serif;
	font-size: 12px;
	color: black;
	padding: 0;
	margin: 15px 0px 15px 50px;
}

blockquote {
	font-family: georgia, times, serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	padding: 0;
	margin: 20px 40px 20px 70px;
}

a {
	color: #14317D;
}

a:visited {
	color: #0A215C;
}

a img {
	border: 0;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

li {
	font-family: georgia, times, serif;
	font-size: 12px;
	padding: 0px 0px 0px 30px;
	margin: 10px 10px 10px 50px;
	background: url( images/bullet-house.gif ) left top no-repeat;

}

/*
	section listing
*/

#content ul.sections {
	padding: 0;
	margin: 20px 0;
	list-style-type: none;
	list-style-image: none;
}

#content ul.sections li {
	display: block;
	padding: 5px 0px 0px 110px;
	margin: 0 0 10px 50px;
	height: 110px;
	background-position: 0px 5px;
	background-repeat: no-repeat;

	border: 1px solid white;
}

ul.sections li#zero {
	background-image: url( images/badges/0.gif );
}

ul.sections li#one {
	background-image: url( images/badges/1.gif );
}

ul.sections li#two {
	background-image: url( images/badges/2.gif );
}

ul.sections li#three {
	background-image: url( images/badges/3.gif );
}


ul.sections li a {
	display: block;
	margin: 10px 0px 2px 0px;
		
	font-family: georgia, times, serif;
	font-size: 20px;
	color: #666;
	text-decoration: none;
	text-transform: smallcap;

	border: 0px solid yellow;
}

ul.sections li a b {
	font-size: 24px;
	font-weight: normal;
}


/*
	Footer
*/

#footer {
	padding: 20px 200px 20px 50px;
	background: white url( images/footer-bg.gif ) top left no-repeat;
}

#footer h1 {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 5px 0;
}

#footer p {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin: 5px 0;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style: none outside;
}

#footer ul li {
	display: inline;
	margin: 5px 2px 5px 0px;
	padding: 0px 5px 0px 0px;
	background-image: none;
}

#footer ul li#last {
	border-right: none;
}

#footer ul li a {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #888;
	text-decoration: underline;
}
