* {
	margin: 0;
	padding: 0;
}

html {
	background:  #ECF1FC;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background:  #FFF;
	border: 1px solid #036;
	width: 600px;
	margin: 1em auto;
}

img {
	border: none;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

ul#skipNav {
	display: none;
}

ul#navigation {
	width: 176px;
	float: left;
}

ul#navigation li {
	background-color: #EFEFEF;
	padding: 4px;
	border-bottom: solid #FFF 1px;
	list-style: inside url(../images/link.gif);
}

ul#navigation li a, ul#navigation li a:visited {
	text-decoration: none;
	background: none;
	width: 174px;
	height: 20px;
	color: #036;
}

ul#navigation li a:hover {
	color: #000000;
	text-decoration: underline;
}

#content {
	width: 400px;
	margin-left: 177px;
	border-left: 1px solid #ccc;
	padding: 10px;
}

#content p {
	margin: 1em 0;
	line-height: 150%;
}

#content ul {
	margin: 1em;
}

h1 {
	color: #036;
	font-size: 1.4em;
	margin: 0.5em 0;
}

h2 {
	color: #036;
	font-size: 1.2em;
	margin: 0.5em 0;
}

h3 {
	color: #036;
	font-size: 1.1em;
	margin: 0.5em 0;
}

a.noBG:hover {
	background: none;	
}

blockquote {
	margin: 2em auto;
	width: 70%;
	background: #ebebeb;
	border-left: 1px dashed #ccc;
	padding: 10px;
}

fieldset {
	border: none;
}

hr {
	width: 100%;
	color: #036;
	height: 1px;
}

a {
	color: #036;
}

a:visited {
	color: #666;	
}

a:hover {
	background-color: #EFEFEF;
}

ul#footer {
	list-style: none;
	text-align: center;
	padding: 8px;
	border-top: 1px solid #ccc;
	clear: both;
}

ul#footer li {
	display: inline;
	font-size: 0.7em;
}



.date {
	color: #666666;
	font-size: xx-small;
	font-weight: normal;
	line-height: 140%;
}
