











/****** Containers ******/

*, html {
	margin: 0;
	padding: 0;
	}

body {
	background: #A3B8CD url(/images/bg-blue.jpg) repeat-x;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 101%;
	border-top: 5px solid #336;
	}

#content {
	padding: .6em;
        margin-right: 10.5em;
        min-height: 30em;
	}

#sidebar {
	position: absolute;
	top: 2em;
	right: .6em;
        border-left: 1px solid #CCC;
        padding-left: .2em;
	}

#wrap {
	background: #F6F7F5;
	border: 3px solid #D0CDB5;
	position: absolute;
	left: 50%;
	width: 84%;
	margin-left: -42%;
	margin-top: 1em;
	}

#accessibility {
	display: none;
	}

table {
	width: 100%;
	}

tr {
	cell-spacing: 1px;
	cell-padding: 1px;
	font-size: .8em;
	background: #E2E2E2;
	}

td { 
	padding: 1px;
	}

/******  Lists & Links ******/

#content ul {
	margin-left: 1.5em;
	font-style: italic;
	}

#content li {
	list-style-type: square;
	}

.date li {
	list-style-type: none !important;
	border-top: 1px solid #CCC;
	margin: -.6em 0 0 -1.5em;
	font-style: normal;
	font-size: .8em;
	color: #AAA;
	}

#sidebar ul {
	list-style-type: none;
	font-size: 0.7em;
	margin: -.4em 0 .5em;
	}

a:link, a:visited {
	text-decoration: none;
	color: #8299B8;
	}

#content a:hover, li a:hover {
	color: #FFF;
	background: #A3B8CD;
	}

a:active {
	color: #CCF;
	background: #A3B8CD;
	}

img, a img {
	border: none;
	background: none;
	}


.navigation {
	padding: 3px;
	text-align: center;
	}

/****** Text Formatting ******/

p, #content ul, blockquote {
	font-size: 0.75em;
	line-height: 1.3;
	margin-bottom: .6em;
	color: #555;
	}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: .5em 0 .3em;
	}

h1 {
	font-size: 2em;
	color: #6F6C5F;
	margin: 0;
	}

h3 {
	font-size: 1.2em;
	color: #444;
	}

#sidebar h3 {
	font-size: 1em;
	}

h4 {
	font-size: 1em;
	color: #446;
	}
