
* {
	margin: 5px;
	padding: 0;
}

body {
	margin-top: 12px;
	background:  #000000;
	font-size: 1em;
	color: #FFFFFF; font-style:Normal; font-variant:normal; font-weight:normal; font-family:Times, Roman, serif
}

h1, h2, h3 {
	font: Normal Medium Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font: small-caps 900 2.3em;
	color: #E06040;
}

h2 {
	font-size: 1.8em;
	color: #CCFFFC;
}

h3 {
	text-align: left;
	margin-left: 11px;
	font-size: 1.3em;
	color: #FFCCAA;
}

p, blockquote, ul, ol, dl {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: left;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
	text-align: justify;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

dl {
	margin-left: 0;
	margin-top: 5px;
	color: #E06040;
}

dl dt{
	margin-top: 0;
	margin-bottom: 0;
}

dl dd{
	margin-top: 0;
	margin-bottom: 0;
}

a {
	text-decoration: none;
	color: #CCFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFF33;
}

img {
	border: 1px groove #333000;
}


/* Content */

#content {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0 0;
}


/* Content > Leftbar */

#leftbar {
	float: left;
	width: 220px;
}

/* Leftbar > Menu */

#menu {
	width: 700px;
	height: 33px;
	margin: 10px;
}

#menu ul {
	text-align: center; 
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	background: url('images/menu-bg.gif') repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF; margin-left: 0; margin-right: 5px; margin-top:0; margin-bottom:0; padding-left:25px; padding-right:25px; padding-top:2px; padding-bottom:0
}

#menu a:hover {
	background-image: url('images/menu-hover.gif');
	text-decoration: none
}

#menu .active a {
	background-image: url('images/menu-active.gif');
}

#menu-home a{
	display: block;
	float: right;
	height: 35px;
	background: url('images/menu-active.gif') repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: small;
	font-weight: 900;
	color: #BBEEFF; margin-left: 0; margin-right: 5px; margin-top:0; margin-bottom:0; padding-left:25px; padding-right:25px; padding-top:2px; padding-bottom:0
}

#menu-home a:hover {
	background-image: url('images/menu-hover.gif');
	text-decoration: none
}


/* Content > Rightbar */

#rightbar {
	float: right;
	width: 220px;
}


/* Footer */

#footer {
	clear: both;
	padding: 5px 12px;
	border-top: 2px solid #106040;
	background: #A06040;
	text-align: center;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: medium;
	color: #FFFFFF;
}


/* Footer > Legal */


#links {
}
