
h1 {
	color:#0080B0;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	}
h2 {
	color:#28B000;
	font-family: Verdana, Arial;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h3 {
	color:#B02F00;
	}
h4 {
	color:#B02F00;
	}
h5 {
	color:#B02F00;
	}
h6 {
	color:#B02F00;
	}
p {
	color:#585858;
	font-family: Verdana, Arial;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

a, a:link, a:visited {
	color:#0080B0;
	font-family: Verdana, Arial;
	text-decoration:none;
	}

a:hover {
	color:#28B000;
	font-family: Verdana, Arial;
	text-decoration: underline;
}


.content {
	position:relative;
	width:auto;
	min-width:120px;
	margin:0px 200px 20px 240px;
	background-color:white;
	padding:10px;
	clear:both;
	}
  
#articleheader {
	width:100%;
}

#articlename {
	float:left;
	width:80%;
}

#lastupdate {
	float:right;
	width:20%;
	font-size:60%;
}

#articlemain {
	clear:both;
	width:100%;
}

#tagcloud {
	background-color:#EAEAEA;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding:15pt;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#tagcloud a {
	text-align: justify;
}


#tags {
}

#adcontent {
	float:right;
}

.leftbox {
	margin:0px 0px 20px 0px;
}

.rightbox {
	margin:0px 0px 20px 0px;
}

.paypal {
	text-align:center;
}

.rss {
	margin:0px 0px 20px 0px;
}

.articlebox {
	background-color:#EAEAEA;
	width:40%;
	height:300px;
	float:left;
	padding: 8pt;
	border: 1px dotted #666666;
	margin: 8px;
}


body {
	margin: 0;
	padding: 8px 0 0 0;
	font-family: Verdana, Arial;
	font-size: small;
	text-align: center;
	background: #EAEAEA url(/media/bg_top.gif) repeat-x top left;
	color: #585858;
	}

#banner {
	width: 920px;
	text-align: center;
	margin:0 auto;
}

#main-body {
	width: 920px;
	margin: 20px auto;
	padding: 0;
	font-size: 95%;
	line-height: 1.6em;
	text-align: left;
	background: url(/media/bg_main.gif) repeat-y 660px 0;
	}
	
#content {
	width: 640px;
	float: left;
	}
	
#sidebar {
	width: 240px;
	float: right;
	margin-left: 20px;
	font-size: 90%;
	}

#header {
	padding: 0;
	font-size: 95%;
	border-top: 1px solid #585858;
	background: #0080B0;
	}

#extra {
	padding: 20px 0;
	font-size: 95%;
	}
	
#extra-inner {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#footer {
	width: 920px;
	margin: 0 auto;
	padding: 0px 0 30px 0;
	font-size: 90%;
	line-height: 1.5em;
	text-align: center;
	}
	
#footer-inner {
	padding-left: 0px;
	}


#menu {
	margin: 20px auto 0 auto;
	padding: 0;
	position:relative;
	width:920px;
	height:28px;
	background:#0080B0;
	border-top:10px solid #0080B0;
	padding-bottom:1px;
	margin-bottom:3em;
}


* html #menu {padding-bottom:0;}

#menu ul{
list-style-type:none;
padding:0;
margin:0 0 0 20px;
width:730px;
height:100%;
}

#menu li{
float:left;
}

#menu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

#menu a, #menu :visited {
color:#FFFFFF;
text-decoration:none;
}
#menu a em.lft, #menu :visited em.lft {
display:block;
float:left;
width:5px;
height:28px;
background: transparent url(/media/menu_lefta.gif);
}

#menu a b, #menu :visited b {
	display:block;
	font-weight:normal;
	float:left;
	height:28px;
	line-height:1.9em;
	background: transparent url(/media/menu_mida.gif);
	cursor:pointer;
	height:28px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#menu a em.rgt, #menu :visited em.rgt {
display:block;
float:left;
width:5px;
height:28px;
background: transparent url(/media/menu_righta.gif);
}

#menu ul ul {
visibility:hidden;
position:absolute;
height:28px;
top:28px;
left:-20px;
width:749px;
border-bottom:1px solid #585858;
border-right:1px solid #585858;
background:#B02F00;}

#menu :hover {
	white-space:normal;
}

#menu a:hover b {
color:#000;
background: transparent url(/media/menu_midb.gif);
border-bottom-color:#B02F00;}
#menu a:hover em.lft {
background: transparent url(/media/menu_leftb.gif);
border-bottom-color:#B02F00;}
#menu a:hover em.rgt {
background: transparent url(/media/menu_rightb.gif);
border-bottom-color:#B02F00;}

#menu li:hover > a b
{
color:#000;
background: transparent url(/media/menu_midb.gif);
border-bottom-color:#B02F00;}
#menu li:hover > a em.lft {
background: transparent url(/media/menu_leftb.gif);
border-bottom-color:#B02F00;}
#menu li:hover > a em.rgt {
background: transparent url(/media/menu_rightb.gif);
border-bottom-color:#B02F00;}
#menu ul li:hover ul,
#menu ul a:hover ul{
display:block;
visibility:visible;
top:28px;

}

#menu ul :hover ul li {
display:block; 
border-left:1px solid #585858; 
background:#B02F00;}

#menu ul :hover ul li a {
display:block; 
font-size:0.8em; 
height:28px;
line-height:2.5em; 
width:auto; 
float:left; 
color:#FFFFFF;
padding:0 10px;}

#menu ul :hover ul li a:hover {
color:#28B000;
}

#menu ul:after,
#main-body:after,
#extra:after,
#footer:after
 {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}