/* CSS Document */
html,body {
	height: 100%; 
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	background: url('/images/bghack.gif');
	background-repeat: repeat-y;
	background-position: 0px 10px;
}
a {
	color: #039;
	text-decoration: none;
}
#leftcontent {
	height: 100%;
	background: #369;
	position: absolute;
	left:0px;
	top:85px;
	width:149px;
	border-right:1px solid #000;
	border-top:1px solid #000;
}
#leftcontent .sidemenu a {
	display: block;
	padding: 5px;
	font: bold 12px sans-serif;
	border-bottom: 1px dashed #FFF;
	color: #FFF;
}
#leftcontent .sidemenu a:hover {
	background-color: #69C;
}

#centercontent {
	/* height: 100%; */
	padding: 10px;
	/* margin-bottom: 50px; */
	font-family: Arial, Helvetica, sans-serif;

	background:#fff;
	margin-left: 149px;
	margin-right:199px;
	/*border:1px solid #000;*/
	/* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 151px;
	margin-right:201px;
}
html>body #centercontent {
	margin-left: 151px;
	margin-right:201px;
}

#rightcontent {
	height: 100%;
	padding-top: 10px;
	padding-left: 10px;
	position: absolute;
	right:0px;
	top:85px;
	width:200px;
	background:#fff;
	border-top: 1px solid #000;
	border-left:1px dashed #AAA;
}

#banner {
	background:#fff;
	height:62px;
	border-top:0px solid #000;
	border-right:0px solid #000;
	border-left:0px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:60px;
}
html>body #banner {
	height:60px;
}
#banner img {
	float: left;
	border: 0px;
	padding: 0px;
}

#masthead {
	background:#eee;
	height:25px;
	border-top:1px solid #000;
	/*border-right:0px solid #000;
	border-left:1px solid #000;*/
	border-bottom: 1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:24px;
}
html>body #masthead {
	height:24px;
}

#masthead p,.ticker {
	margin-bottom: 0px;
	padding-top: 0px;
}
#masthead p {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	margin-top: 3px; 
}
#masthead .ticker {
	font-family: Arial, Helvetica, monospace, sans-serif;
	font-size: 10px;
	margin-top: 3px;
	margin-right: 5px;
	float: right;
}
	
p,h1,h2,h3,pre {
	margin:0px 10px 10px 10px;
}
	


#centercontent h1 {
	font-size: medium;
	font-family: Arial;
	color: #999;
	text-transform: uppercase;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;	
}
#centercontent h1,h2,h3 {
	margin-bottom: 0px;
} 
#centercontent h2 {
	margin-top: 10px;
	font-size: small;
	color: #F00;
	font-weight: normal;
}
#centercontent h3 {
	font-size: medium;
}
#centercontent p,ol,ul,li {
	font-size: small;
}
#centercontent .date,.pagination {
	font-family: Verdana;
	font-size: small;
}
#centercontent .pagination {
	text-indent: 10px;
}
#centercontent form {
	margin-left: 10px;
}
#centercontent .article_sect {
	font-size: small;
	color: #F00;
	font-weight: normal;
}
#article h2 {
	margin-top: 10px;
	font-size: medium;
	color: #039;
	font-weight: bold;
}

#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
}

#rightcontent .searchbox {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
#rightcontent .loginbox {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #eee;
	width: 180px;
}
#rightcontent form {
	margin-bottom: 0px;
	margin-top: 0px;
}
#rightcontent input {
	margin-bottom: 3px;
}
#rightcontent .loginbox ol,ul {
	margin-top: 0px;
	font-size: inherit;
}
#rightcontent .promobox {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding: 5px;
	width: 180px;
	border: 1px solid #EEE;
	background-color:#FFC;
}
#rightcontent .adbox {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding: 5px;
	width: 180px;
	border: 1px dashed #EEE;
	background-color:#FFC;
}
.midfoot {
	margin-top: 50px;
	text-align: center;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}

#fstory {
	margin-bottom: 20px;
}
#fstory p, #fstory a {
	font-size: larger;
}
#fstory a {
	text-transform:uppercase;
}
.article_date {
	font-family: Verdana, sans-serif;
	font-size: smaller;
	margin-left: 10px;
}



/* Jeff's Styles */
label {
	font-size: 10px;
}
pre {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #0000FF;
	width: 600px;
	border: 1px dashed #0000FF;
	padding: 5px;
	margin-top: 100px;
	background-image: url(images/debug.gif);
	background-repeat: repeat;
}