﻿/* div containing entire page header */
/*
body { margin: 0; padding: 0; background: white; color: #353535; font: 84%/22px Georgia, serif; }
	font: 18px Georgia, serif;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
*/
h1, h2, h3, h4, h5, h6, p { position: relative;}
a:link { color: #4b7208; }
a img { border: none; }
a:hover { color: #92a839; }
a:visited { color: #4b7208;	}

code { font: 13px monospace; }
body
{ 
	margin: 5 5 20 20;
	padding: 25;
	color: #353535;
	font: 18px Georgia, serif;
}

h1 { font-size: 150%; font-style: italic;}
h2 { font-size: 120%; font-style: italic;}
h3 { font-size: 110%; }
h4 { font-size: 100%; }
hr { color: #557012; height: 1px; }
ul li { list-style-type: square; }

div.contentbox { margin: 20px 20px; }

th { background-color: #E3EDF5; align: left;}

.BoxLink:link { color: #FFFFFF; }

.LogoLink { text-decoration: none; }
.LogoLink:hover { color: #557012; }

.box {
	border: 2px dashed #546f11;
	padding: 10px;
}

.menubox {
	border: 2px dashed #546f11;
	padding: 5px;
}

.copyright {
	font-size: 10px;
	padding-bottom: 12px;
	padding-top: 12px;
}

.important { color: #800000; font-weight: bold; }
.keyword { font-weight: bold; }
.searchkeyword {background-color: #FFFFCC; font-weight: bold} /* atomz.com */

.sidebar { padding: 18px;  }

.sidebar h2 {
	border-bottom: 1px solid #999999;
	color: #666666;
	font-size: x-small;
	font-weight: bold;
	letter-spacing: .3em;
	padding: 3px;
	text-align: left;
	text-transform: uppercase;
}

.sidebar li {
	color: #333333;
	font-size: x-small;
	line-height: 150%;
	list-style-type: none;
	margin-top: 10px;
	text-align: left;
}

.sidebar ul { margin: 0px; margin-bottom: 30px; padding-left: 0px; }
#right {
	overflow: hidden; 
	position: absolute; 
	top: 90px;
	background: #F2F7FB;
	right: 12px;
	width: 240px;
	border: 1px solid #E3EDF5;
}
-->