/* LAYOUT CSS */
body {
	margin: 0;
	padding: 0;
	background-image: url('/graphics/bg_127x20.gif');
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	width: auto;
	height: 102px;
	background-image: url('/graphics/bg-header_23x102.gif');
	background-repeat: repeat-x;
	overflow: hidden
}

#printheader {
	display: none;
}

#main {
	margin-left: 132px;
	width: 478px;
}

#main .content {
	padding: 15px;
}

#leftbar {
	width: 127px;
	position: absolute;
	top: 94px;
	left: 0px;
	overflow: hidden;
}

#rightbar {
	width: 187px;
	position: absolute;
	top: 102px;
	left: 613px;
	padding-top: 15px;
}

#footer {
	clear: both;
	width: auto;
	background-color: #ffcc66;
	padding: 5px;
}

#subscribe {
	position: absolute;
	top: 14px;
	left: 450px;
	width: 342px;
	height: 64px;
	overflow: hidden;
	text-align: center;
	background-image: url('/graphics/email_bg_342x64.gif');
}
/* STYLE CSS */

/* sidebar lists */

#leftbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#leftbar ul, #leftbar li {
	padding: 0;
	margin: 0;
	list-style-image: url('none');
	list-style-type: none
}

#leftbar ul li {
	border-bottom: 1px #fff solid;
}

#leftbar ul li a {
	display: block;
	height: 20px;
	width: 127px;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	line-height: 20px;
}

#leftbar ul li a:hover {
	background-color: #ffcc66;
	color: #330000;
}

#leftbar ul li.selected{
	background-color: #ffcc66;
	color: #330000;
	line-height: 20px;
}

#leftbar ul li.selected span {
	padding-left: 5px;
}

#leftbar ul li ul {
	background-color: #fee5b2;
	border-bottom: 1px #fff solid;
	list-style-type: circle;
}

#leftbar ul li ul li {
	border: none;
	padding-left: 10px;
	padding-top: 5px;
}

#leftbar ul li ul li a {
	display: block;
	height: auto; 
	width: auto;
	text-decoration: none;
	font-weight: normal;
	line-height: 12px;
}

#leftbar ul li ul li a:hover {
	color: #d4a743;
	text-decoration: underline;
	background-color: #fee5b2;
}



/* main */
#main { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#main h1 {
	display: block;
	border-bottom: #fdd98c 1px solid;
	color: #a77800;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	clear: both;
}
	
#main h2 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #006600;
}

#main h2 a {
	color: #006600;
	text-decoration: none;
}

.articleImage {
	float: left;
	padding-bottom: 30px;
	padding-right: 15px;
}

.readMore {
	font-size: 16px;
	text-align: right;
}

a {
	color: #0078d4;
}

a:hover {
	text-decoration: none;
}

#main ul, #main li {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}

#main li {
	padding-bottom: 5px;
}

.middleAds {
	clear: both;
	border-top: #D4A743 2px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

a img {
	border: none;
}

.date {
	text-align: right;
	margin-bottom: -18px;
	font-size: 12px;
}


#regversion {
	display: none;
}

.articleList {
	font-size: 12px;
}

.articleList a {
	font-size: 14px;
	font-weight: bold;
}

#subscribe form {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

#subscribe {
	color: brown;
	font-size: 12px;
}

#subscribe div {
	clear: both;
}

#subscribe span {
	font-size: 14px;
}

#footer div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 777px;
	text-align: center;
}

#footer a {
	color: #000;
}

.hidden {
display: none;
}
.hintbox {
 float: right;
 width: 190px;
 border: #FFCC66 2px solid;
 background-color: #FEE5B2;
 padding: 5px;
}
