body {
	background-color: #606060;
	font-family: Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	border: 0;
	margin: 0;
	min-width: 600px;
	font-size: 12px;
}
#page {
	background: #FFFFFF url('images/1x1000.png') repeat-x 0 0;
	background-position: 0 31px;
}
img {border: 0; padding: 0; margin: 0;}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a:hover {}
pre {font-family: Courier, "Courier New", "Andale Mono", monospace;}
h4 {
	font-size: 130%; 
	font-weight: bolder;
}
#footer {
	width: 100%;
	padding-top: 9px;
	margin: 0;
	background: #606060 url('images/shadow.png') repeat-x 0 0;
}
.articlespace {
	height: 14px;
}
#footer p {
	padding: 0;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

div.content {
	padding: 0 14px;
	background: #FFFFFF url('images/1x1000.png') repeat-x 0 0;
	max-width: 1000px;
	margin: 0px auto;
}
div.article {
	border: 1px solid #444;
	background: #EEE;
}
div.category {
	background-color: #404049;
	color: #FFFFFF;
	border: 1px solid #666;
	border-bottom: 0;
	padding-right: 6px;
/*	
	border-bottom: 1px dotted #EEE;
	margin-bottom: 5px;
*/
	text-align: right;
}
div.category > span {
	font-size: 26px;
	font-weight: 700;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.articleheading span.title {
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.articleheading {
	border-bottom: 1px dotted #444;
	background-color: #F5F5F5;
	text-align: center;
}
div.articlebody {
	padding: 7px;
}
div.articlebody p {
	padding: 5px;
	margin: 0;
	text-indent: 50px;
}
div.articlemisc {
	border-top: 1px dotted #444;
	background-color: #DDD;
}
div.nav {
	width: 100%;
	height: 31px;
	margin: 0;
	padding: 0;
	background: transparent url('images/menubg.png') repeat-x 0 0;
	border-bottom: 0px solid #222255;
}
div.nav ul {
	padding: 0px;
	margin: 0;
	display: none;
	min-width: 100px;

	border-top: 1px solid #222255;
	background-color: #8090B0;
	color: #FFFFFF;
}
div.nav li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	line-height: 100%;
	border: 1px solid #222255;
	border-top: none;
}
div.nav a {
	display: block;
	padding: 3px 5px;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
}
div.nav a:hover {
	background-color: #222255;
}
div.nav > ul {
	display: block;
	height: 31px;
	width: 100%;
	min-width: 0;
	border: 0;
	background: none;
}
div.nav > ul > li {
	display: block;
	border: none;
	height: 31px;
	line-height: 31px;
	float: left;
	margin-left: -12px;
	background-position: 0 0;
	text-align: center;
}
div.nav > ul > li > a {
	display: block;
	border: none;
	text-decoration: none;
	padding: 0 25px;
	color: #FFFFFF;
	background: transparent url('images/menubar3.png') no-repeat 0 0;
}
li.listend {
	width: 20px;
	background: transparent url('images/menubar3.png') no-repeat 0 0;
}
a.homelink {
	padding: 0;
	margin: 0;
	height: 31px;
}
div.nav > ul > li > a:hover {background-position: 0 -31px; background-color: transparent;}
div.nav > ul > li > a:active {background-position: 0 -62px;}
li:hover > ul {display: block; position:absolute;}
