body {
	background: rgb(252,240,218) url('/pix/bg_left.jpg') repeat-y top left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(51,51,51);
}

h1 { font-size: 24px; }
h2 { font-size: 16px; color: rgb(153,0,0); }
h3 { margin: 5px 0px 20px 0px; font-size: 12px; white-space: nowrap; }

p {
	line-height: 14px;
	margin-bottom: 4px;
}

a { text-decoration: none; color: rgb(0,0,102); }
a:hover { text-decoration: underline; }

a.doc { background: url('/pix/buttons/link_doc.gif') no-repeat top left; padding-left: 15px; }
a.file { background: url('/pix/buttons/link_file.gif') no-repeat top left; padding-left: 15px; }
a.pdf { background: url('/pix/buttons/link_pdf.gif') no-repeat top left; padding-left: 15px; }
a.xls { background: url('/pix/buttons/link_xls.gif') no-repeat top left; padding-left: 15px; }
a.external { background: url('/pix/buttons/link_external.gif') no-repeat top left; padding-left: 15px; }

button { 
	background: rgb(49,49,49) url('/pix/bg_nav.jpg') repeat-x top left; 
	border: 1px solid rgb(0,0,0);
	font-weight: bold;
	color: rgb(255,255,255);	
	margin-bottom: 10px;
}

img.leftoftext { float: left; margin: 0px 10px 5px 0px; }
img.rightoftext { float: right; margin: 0px 0px 5px 10px; }

div.main {
	width: 900px;
	text-align: left;
	overflow: hidden;
}

div.main div.nav {
	background: rgb(49,49,49) url('/pix/bg_nav.jpg') repeat-x top left;
	border-top: 1px solid rgb(0,0,0);
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	white-space: nowrap;
}

div.main div.nav table { width: 100%; }
div.main div.nav td { text-align: center; }

div.main div.nav a {
	color: rgb(255,255,255);
	font-size: 12px;
	font-weight: bold;
}

div.main div.subnav {
	background-color: rgb(153,153,153);
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	white-space: nowrap;
}

div.main div.subnav a {
	font-size: 10px;
	font-weight: bold;
	color: rgb(0,0,0);
}

div.main div.newsflash {
	background: url('/pix/bg_flash.jpg') rgb(255,204,102) repeat-x top left; 
	padding: 10px 0 10px 0; 
	font-family: verdana;
	font-size: 18px;
	text-align:center; 
	border-bottom: 1px solid #333333;
}

div.main div.middle { 
	margin-top: 10px;
	top: 166px;
}

div.main div.middle div.leftcol {
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	left: 0px;
	width: 180px;
}
div.main div.middle div.midcol {
	position: absolute;
	left: 200px;
	width: 500px;
	padding: 0px;
}
div.main div.middle div.rightcol {
	position: absolute;
	left: 700px;
	padding-left: 10px;
	padding-right: 10px;
	width: 180px;
}

div.ad { 
	/* cursor: pointer; */
	margin-bottom: 10px;
}

div.adsense {
	margin-top: 20px;
}
div.adsense div.adright { float: right; }
div.adsense div.adleft { }

div.adsensehome { 
	padding: 10px;
	margin-top: 10px; 
	margin-bottom: 10px; 
	background-color: rgb(204,204,204); 
}

div.searchbox {
	border: 1px solid rgb(191,192,184); 
	padding: 4px 10px 10px 10px; 
	margin-bottom: 10px;
	background: rgb(255,255,255) url('/pix/bg_head_fade.jpg') repeat-x top left;
}

div.searchbox div.q input {
	width: 154px;
	border: 1px solid rgb(0,0,0);
	margin-bottom: 3px;
	padding: 2px;
}

div.searchbox div.go {
	text-align: right;
}

div.loginbox {
	border: 1px solid rgb(191,192,184); 
	padding: 4px 10px 10px 10px; 
	margin-bottom: 10px;
	background: rgb(255,255,255) url('/pix/bg_head_fade.jpg') repeat-x top left;
}

div.loginbox div.i { text-align: right; }

div.loginbox div.i input {
	width: 120px;
	border: 1px solid rgb(0,0,0);
	margin-bottom: 3px;
	padding: 2px;
}

div.loginbox div.go {
	text-align: right;
}

div.featurebox {
	border: 1px solid rgb(191,192,184); 
	padding: 4px 10px 20px 10px; 
	margin-bottom: 10px;
	background: rgb(255,255,255) url('/pix/bg_head_fade.jpg') repeat-x top left; 
}

div.featureboxicon {
	float:right;
	margin-top: 5px;
}

div.articlesummary {
	padding: 10px;
	background: url('/pix/bg_summary_fade.jpg') repeat-x bottom left;
}

div.subfeatures { vertical-align: top; }

div.subfeatures div.subleft { float: left; }
div.subfeatures div.subright { float: right; }

div.subfeaturebox {
	width: 222px;
	border: 1px solid rgb(191,192,184); 
	padding: 4px 10px 10px 10px; 
	margin-bottom: 10px;
	background: rgb(255,255,255) url('/pix/bg_head_fade.jpg') repeat-x top left; 
	text-align: left;
}

div.subfeaturebox ul { list-style-image: url('/pix/icon_paper.jpg'); position: relative; left: -20px; }
div.subfeaturebox li { margin-bottom: 8px; }

div.subfeaturebox div.more { text-align: right; margin-top: 16px; }

div.footer {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 9px;
}

div.pagination { margin-top: 20px; margin-bottom: 35px; }

div.picPreview { margin-bottom: 20px; }

div.tablelist { margin-bottom: 20px; }
div.tablelist table { border: 1px solid rgb(0,0,0); }
div.tablelist tr.head th { background-color: rgb(0,0,0); color: rgb(255,255,255); padding: 5px; }
div.tablelist td { background-color: rgb(204,204,204); padding: 3px; }
div.tablelist td div.contentbox { height: 75px; overflow: auto; }

div.tableform { margin-bottom: 20px; }
div.tableform table { border: 1px solid rgb(0,0,0); }
div.tableform th { background-color: rgb(170,170,170); padding: 5px; font-weight: bold; text-align: right; }
div.tableform th.head { text-align: center; }
div.tableform td { background-color: rgb(204,204,204); padding: 5px; text-align: left; }
div.tableform input { border: 1px solid rgb(102,102,102); padding: 3px; width: 250px; }
div.tableform input.check { border: 0px solid rgb(102,102,102); padding: 3px; width: 20px; }
div.tableform select { border: 1px solid rgb(102,102,102); padding: 1px; width: 250px; }
div.tableform textarea { border: 1px solid rgb(102,102,102); padding: 3px; width: 250px; height: 150px; }
div.tableform input:focus,
div.tableform select:focus,
div.tableform textarea:focus { border: 1px solid rgb(255,0,0); background-color: rgb(255,255,153); }

div.commentresponse { margin-top: 20px; }

div.commentform { margin-top: 20px; margin-bottom: 20px; }
div.commentform input { border: 1px solid rgb(102,102,102); padding: 3px; width: 300px; }
div.commentform textarea { border: 1px solid rgb(102,102,102); padding: 3px; width: 300px; height: 150px; }

div.comments div.comment { border-top: 1px dotted rgb(102,102,102); padding: 10px 5px 5px 5px; }
div.comments div.commentauthor { color: rgb(102,102,102); padding: 0px 5px 10px 10px; }