*, html {
	margin:0;
	padding: 0;
}
hr {
	border: 1px solid #758e18;
	margin-bottom: 18px;
}
a {
	color: #758e18;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	margin-bottom: 9px;
}
/* hide hack from Mac-IE5 \*/
* html h3 { height: 1%; }
/* end hiding */

h4 {
	font-size: 13px;
}
h4.strong { font-weight:bold; font-size: 12px; }
blockquote {
	font-size: 11px;
	font-style: italic;
	border: 1px solid #666;
	padding: 10px;
	margin: 0 20px;
	margin-bottom: 18px;
}
/*.tag, .subtag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #79822a;
	background-color: #e1e2c8;
	padding: 30px 15px 30px 20px;
	text-align: left;
	line-height: 150%;
	margin: 0;
}
.subtag {
	color: #e1e2c8;
	background-color: #a4ae70;
}*/

p, li {
	font-size: 12px;
	color: #666d70;
	line-height: 18px;
	margin-bottom: 18px;
}
ul, ol {
	margin-left: 14px;
	font-size: 12px;
	margin-bottom: 18px;
}
ol {
	margin-left: 18px;
}
* html ol {
	margin-left: 20px;
}
*+html ol {
	margin-left: 20px;
}
ul li {
	list-style: square;
	margin-bottom: 0;
}
ol li {
	list-style: decimal;
	margin-bottom: 0;
}
.extraspace {
	margin-bottom: 18px;
}

.fltrt {
	float: right;
	margin-left: 12px;
}
.fltlft { 
	float: left;
	margin-right: 12px;
}
.alert {
	color: #cc3300;
	font-weight: bold;
}
#sidebar a {
	color: #e1e2c8;
}
#sidebar a:hover {
	color: #fff;
}
div.Lcol, div.LcolS, div.Lcolnotbold, div.LcolSnotbold, div.Lcol80 { float: left; width: 35%; margin-right: 2%; font-weight: bold; text-align: right; font-size: .75em; color: #000; line-height: 1.5; vertical-align: top; }
div.Rcol, div.RcolL, div.Rcol20 { float: right; width: 63%; text-align: left; font-size: .8em; color: #000; line-height: 1.5; vertical-align: top; }
div.Lcolnotbold, div.LcolSnotbold { font-weight: normal; }
div.LcolS { text-align: left; width: 100%;}
div.Lcol80 { width: 80%; text-align: left; font-weight: normal; }
div.Rcol20 { width: 20%; vertical-align: top; }
div.RcolL { width: 100%; clear:left; float:left; }
div.clear { height: 0; clear: both; }
