* {
	background-image: none;
	margin: 0px;
	padding: 0px;
}
a {color: #003399;}
a:hover {color: #CCCC33;}
body {
	color: #333;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #5F8000;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center top;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
li {list-style-image: url(img/li.gif);}
h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	margin: 0 auto;
	width: 800px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-y;
}

/* top */
.top {
	font: normal 2.4em Verdana,sans-serif;
	height: 150px;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {
	background: #688B00;
	color: #FFF;
}

/* header */
.header {
	height: 85px;
	width: 800px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 2px;
	background-image: none;
	background-repeat: no-repeat;
}

/* item */
.item {clear: both;}
.item .date {
	background: url(img/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 598.9px;
	margin-left: 0px;
}
.item h1 {
	color: #003399;
	line-height: 40px;
	padding-left: 16px;
	background-color: #FFFFFF;
}
.item .body {
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 18px;
}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 200px;
}
.navigation h1 {
	color: #FFFFFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
	background-color: #FFFFFF;
	background-image: url(img/Button.png);
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #990000;
	list-style: none;
}
.navigation li a {
	color: #003399;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
}
.navigation li a:hover {
	color: #996633;
	background-color: #FFFFFF;
}

/* footer */
.footer {
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(img/Footer.png);
	background-repeat: no-repeat;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
