*
{
	margin: 0;
	padding: 0;
}

body
{
	background: url(/img/body_bg.gif) repeat-x #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, "Palatino Linotype", Verdana, Helvetica, Arial, Sans-serif;
	color: #fff;
	text-align: center;
}

#wrapper
{
	width: 770px;
	margin: 20px auto 20px auto;
	text-align: left;
}

#header
{
	width: 770px;
	height: 175px;
	background: url(/img/header_bg.jpg);
}

#nav
{
	width: 770px;
	height: 35px;
	background: url(/img/navi_bg.gif);
}

#contentwrapper
{
	width: 770px;
	min-height: 400px;
	background: url(/img/content_bg.gif);
	padding-bottom: 10px;
	font-size: 72.5%;
	line-height: 1.4em;
	float: left;
}

#content
{
	position: relative;
	display: inline;
	width: 500px;
	float: left;
	margin: 10px 10px 10px 30px;
}

#content p
{
	margin: 5px 0 10px 0;
}

#sidebar
{
	position: relative;
	display: inline;
	width: 180px;
	float: left;
	margin: 10px 10px 10px 20px;
}

#footer
{
	width: 770px;
	height: 16px;
	line-height: 16px;
	background: url(/img/footer_bg.gif) no-repeat;
	clear: both;
}

#navlist
{
	position: relative;
	left: 30px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#navlist li a, #navlist li a:link
{
	font-size: 12px;
	color: #fff;
}

#navlist li a:hover
{
	color: #630;
}

#navlist li a:active
{
	color: #000;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

h1
{
	font-size: 1.3em;
	margin-bottom: 10px;
	color: #F8D448;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666;
}

h2
{
	font-size: 1.1em;
	color: #F8D448;
margin-top: 10px;
}

h2.article_headline {
margin-top: 0 !important;
}

h3
{
	font-size: 1em;
	color: #F8D448;
}

a, a:link
{
	color: #c90;
}

a:hover
{
	color: #f90;
}

hr
{
	border: 0;
	color: #ccc;
	background: #ccc;
	height: 1px;
	margin: 5px 0 5px 0;
	clear: both;
}

.comments
{
	padding-left: 25px;
}

.linklist
{
	list-style-type: none;
	margin: 5px 0 10px 0;
}

.linklist li
{
	padding-left: 15px;
	margin-left: 5px;
	background: url(/img/list_arrow.gif) no-repeat;
}

#content form
{
	margin-top: 20px;
}

#content fieldset
{
	border: 0;
}

#content legend
{
	display: none;
}

#content input
{
	float: left;
}

#content input[type="submit"]
{
	margin-right: 5px;
}

#content label
{
	width: 150px;
	float: left;
	margin-right: 10px;
}

#content form br
{
	clear: both;
}

.category_list
{
	list-style-type: none;
	margin: 5px 0 10px 0;
}

div.hr
{
	clear: both;
	height: 1px;
	background: url(/img/dotted.gif) repeat-x;
	overflow: hidden;
	margin: 15px 0px 15px 0px;
}

a.comment
{
	padding-left: 15px;
	background: url(/img/comment_icon.gif) no-repeat left;
}

p.comment
{
	text-align: right;
	clear: both;
	color: #ccc;
}

.article_headline
{
	padding: 0px 0px 0px 15px;
	background: url(/img/letter_icon.gif) no-repeat left;
}

.stable table
{
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.stable td
{
	vertical-align: top;
	padding: 3px;
	background: #E4E4E4;
	color: #000;
	border: 1px solid #ECECEC;
}

.archive dt
{
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

.archive dd
{
	padding-left: 15px;
	margin-left: 5px;
	background: url(/img/list_arrow.gif) no-repeat;
}

img
{
	 border: 0;
}

img.left
{
float:left;
margin: 0 8px 8px 0;
}

img.right
{
float:right;
margin: 0 0 8px 8px;
}

ol.file_download_list {
margin: 10px 0 0 25px;
}

ol.file_download_list li {
margin: 0 0 5px 5px;
}