/* CSS 2.0 - oktober 2004 */

body {
	color			: #000;
 	background		: #858484 url(/pics/bg.gif) repeat-x;
	text-align		: center;
	margin			: 0 auto;
	font-size		: 12px;
	font-family		: sans-serif, "lucida grande", lucida, verdana, arial, geneva;
}

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

a:hover {
    text-decoration: underline;
}

#content .news a {
	color		: #000;
	text-decoration : none;
}

#content .news a:hover {
	color		: #858484;
	text-decoration : underline;
}

#smp {
    background  : #fff;
    position    : relative;
    top         : 39px;
    width       : 640px;
    display     : block;
    text-align  : left;
    border      : dashed 1px #000;
	border-top: 1px solid #000;
    border-bottom : 4px solid #000;
    margin      : 0 auto;
}

#logo h1 {
	display			: none;
}

#tagbar {
    color           : #fff;
    background      : #000;
/*    letter-spacing  : 1px; */
    font-size       : 11px;
    height			: 12px;
    /* text-align      : right; */
    border-top      : solid 1px #E5E5E5;
    border-bottom   : solid 1px #fff;
    margin          : 0;
    padding         : 3px 10px;
}
div.tagbar span.left {
	float: left;
	text-align:	left;
	color	: #fff;
	width:	49%;
}

div.tagbar span.right {
	float: right;
	text-align: right;
	color: #fff;
	width: 49%;
}


	
#navbar {
    margin          : 0px;
    padding         : 0px;
}

#navbar ul {
	position		: relative;
	left			: 0;
	top				: 0;
	height			: 31px;
	border			: 0;
	padding			: 0;
	margin			: 0;
	list-style		: none;
	list-style-type	: none;
	text-align		: center;
	clear			: left;
}	

#navbar ul li {
	display			: block;
	float			: left;
	text-align		: center;
	padding			: 0;
	margin			: 0;
}

#navbar ul li a {
	float: left;
	background: #ffffff;
	width: 90px;
	height: 2em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
	padding: 0;
	margin: 0 0 0px 0;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

#navbar ul li a:hover {
	background	: #000;
	color		: #fff;
	border-left	: 1px solid #000;
	border-bottom : 1px solid #000;
	border-top	: 1px solid #000;
}

#navbar .sitemap {
	border-right	: 1px solid #ccc;
}

#content {
    padding : 15px 30px 15px 30px;
    height	: 100%;
}

#content ul li {
    padding : 3px 0px 0px 0px;
}

#content img {
    display     : block;
    margin      : 0px auto 0px auto;
    text-align  : center;
}

#content h2 {
	text-align	: right;
	size		: 10px;
	color		: #858484;
}

#content h3 {
	font-size		: 12px;
	font-weight		: normal;
	color			: #3F3F3F;
}

#content h4 {
	font-size		: 11px;
	color			: #3F3F3F;
}

#content hr {
	color		: #ccc;
	height		: 1px;
	border-top	: 1px dashed #ccc;
	border-bottom	: 1px dashed #ccc;
	border-left	: none;
	border-right : none;
	
}


#content strong {
	color		: #000;
}

