body {
	margin: 0 0 7em 0;
	background: #ccc;
	}

img {
	border: 0 none inherit;
	}

strong {
	font-weight: bold;
	}

a {
	text-decoration: none;
	color: #369;
	}

a:hover {
	background: #d6e0eb;
	}

a:visited {
	color: #369;
	}

#leftcontent a, div.tout a {
	border-bottom: 1px dotted #7a9bbd;
	}

#header h1 {
	font: 34px/1.2em Georgia, "Times New Roman", Time, serif;
	font-weight: normal;
	text-transform: lowercase;
	color: white;
	background: #369;
	background-image: url('../art/h1_bg_blue.gif');
	margin: 0;
	padding: .2em 0 .2em .7em;
	border: 1px solid #666;
	border-width: 0 0 1px 0;
	}

#content {
	margin: .7em 0;
	padding: 0;
	}

#leftcontent {
	margin: 0 230px .7em .7em;
	padding: .7em;
	border: 1px dotted #666;
	background: #f5f5f5;
	}

#leftcontent h2 {
	margin: 0 0 .4em 0;
	padding: 0;
	font: 20px/1.2em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #369;
	border-bottom: 1px solid #ccc;
	text-transform: lowercase;
	}

#leftcontent h3 {
	font: 14px/1.2em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#leftcontent p {
	font: 14px/1.5em Georgia, "Times New Roman", Time, serif;
	color: #444;
	margin: 0 0 .8em 0;
	}

#leftcontent ul {
	color: #444;
	list-style-type: square;
	}

#leftcontent ul li {
	font: 12px/1.2em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 .6em 0;
	}

div.inlineimage {
	float: left;
	font: 11px/1.2em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	margin: 0 1em 0 0;
	}

div.inlineimage img {
	display: block;
	}

#navigation {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0 .7em;
	}

#links {
	margin: 0 0 1em 0;
	border: 1px solid #999;
	border-right: 4px solid #7a9bbd;
	background: #dfdfdf;
	}

#links h2 {
	font: 14px/1.2em Georgia, "Times New Roman", Time, serif;
	font-weight: normal;
	color: #333;
	background: #ccc;
	text-align: right;
	margin: 0;
	padding: .3em .7em .3em 0;
	border-bottom: 1px solid #999;
	text-transform: lowercase;
	letter-spacing: .2em;
	}

#links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#links ul li {
	font: 12px/1.2em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #999;
	}

#links ul li.lastlink {
	border: 0px solid white;
	}

#links ul li a {
	display: block;
	padding: .7em;
	}

#links ul li a:hover {
	color: white;
	background: #369;
	}

div.tout {
	font: 13px/1.2em Georgia, "Times New Roman", Time, serif;
	text-align: right;
	color: #444;
	margin: 1em 0;
	padding: .7em;
	border: 1px solid #999;
	border-width: 4px 1px 1px 1px;
	background: #dfdfdf;
	}

div.tout a {
	margin-left: .5em;
	}

div.tout p {
	margin: 0;
	}

#footer {
	margin: 0 2.7em;
	font: 10px/1.2em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	}

/* Debug
div {
	border: 1px dotted red;
	}
*/