/* 
 * CSS Reset by Rik Lomas - http://rikrikrik.com
 * Based on code from Nick Rigby - http://www.nickrigby.com
 */
*{margin:0px;padding:0px}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}
/* Following CSS by Jason Peter Brown - jbrown@statslog.com */
*
{
	font-family: "Segoe UI", "Trebuchet MS", "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
}
body
{
	font-family: "Segoe UI", "Trebuchet MS", "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}

#logo
{
	background-color: #000000;
	background-image: url("images/logo_top.png");
	background-repeat: no-repeat;
	height: 90px;
	margin: 0px;
	padding: 0px;
}
#clicklogo
{
	position: absolute;
	top: 9px;
	width: 415px;
	left: 79px;
}
#clicklogo a
{
	position: absolute;
	top: 0px;
	width: 297px;
	height: 75px;
	left: 0px
}
#clicklogo a:hover
{
	border-bottom: 1px solid white;
}
#menu
{
	background-color: #000000;
	background-image: url("images/logo_menu.png");
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
#menu ul
{
	text-align: left;
	margin: 0px;
	padding: 5px 5px 0px 75px;
}
#menu li
{
	display: inline;
	list-style: none;
	font-family: "Segoe UI";
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}
#menu li a
{
	text-decoration: none;
	color: #aaa37d;
	padding: 0px 10px;
	border-width: 1px 1px 0px 1px;
	border-color: #303030;
	border-style: solid;
}
#menu li a:hover
{
	color: white;
	/* text-decoration: underline; */
	background-color: #303030;
}
#currentpage
{
	color: #707070;
	background-color: white;
	padding: 0px 10px;
}
.hidden
{
	display: none;
}

#body
{
	padding: 10px;
	margin: 10px 330px 20px 70px;
}

#body h1
{
	font-size: 150%;
	font-weight: bold;
	margin-top: 30px;
}
#body h1.first
{
	margin-top: 0px;
}
#body h2
{
	font-size: 125%;
	font-weight: bold;
}
#body p
{
	margin-top: 10px;
	margin-bottom: 15px;
}

#sidebar
{
	width: 250px;
	padding: 10px 0px 10px 20px;
	margin: 20px 20px 20px 20px;
	float: right;
	border-left: 1px solid #eae3bd;
	overflow: hidden;
	font-size: 90%;
}
#sidebar ul li
{
	margin: 0px;
}
#sidebar h2
{
	font-weight: bold;
	font-size: 110%;
	background-color: #D1DBC2; /* #D0D9CA; */
	padding: 0px 10px;
	border: 1px solid #A1AA91; /* #A1AA99; */
	border-width: 0px 1px;
	width: 228px;
	color: #666F5A;
}
#sidebar p
{
	margin: 0px 10px 10px 10px;
}
div.sidebar_top
{
	background-image: url("images/sidebar_headerbg.png");
	height: 10px;
	width: 250px;
	background-repeat: no-repeat;
}
div.sidebar_bottom
{
	background-image: url("images/sidebar_headerbg.png");
	height: 10px;
	width: 250px;
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
div.sidebar_item
{
	margin-bottom: 30px;
}
div.feature 
{
	margin: 45px 330px 60px 75px;
}
div.feature.full
{
	margin: 0px;
}
hr
{
	border-width: 0px;
	border-top: 1px solid #eae3bd;
	width: 66%;
	margin: 45px auto;
}
div.feature img
{
	float: left;
	margin-bottom: 30px;
	margin-top: 40px;
	position: relative;
	top: -2em;
}
div.feature h2
{
	color: #EF3E00;
	font-size: 133%;
	font-weight: bold;
	margin: 15px 0px 8px 200px;
}
div.feature p
{
	margin-left: 200px;
}

#copyright
{
	clear: both;
	text-align: right;
	margin: 15px;
	color: #cac39d;
	font-style: italic;
	font-size: 66%;
}
ul
{
	margin: 2em;
}
form
{
	margin: 2em;
}
label
{
	font-family: "Segoe UI", "Trebuchet MS", "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	clear:left;
	float:left;
	width:200px;
	margin:2px;
}
input, select, textarea
{
	font-family: "Segoe UI", "Trebuchet MS", "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	width: 350px;
	margin: 2px;
}
textarea
{
	height:225px;
}
#submit
{
	width: auto;
}
a
{
	color: #264F00;
}
a:hover
{
	color: #466F1A;
}
img.inline
{
	vertical-align: middle;
}
body ul li
{
	margin-left: 90px;
	list-style: disc;
}
body ol li
{
	margin-left: 90px;
	list-style: decimal;
}
div.error
{
	background-color: #de0000;
	font-weight:bold;
	padding: 8px;
	margin: 1em 0px;
	color: #ffe400;
	border: 2px solid #7e0000;
}
div.featurebody
{
	margin-left: 200px;
}
div.featurebody ul li
{
	margin-left:0px;
}
div.message
{
	background-color: #008e00;
	font-weight:bold;
	padding: 8px;
	margin: 1em 0px;
	color: white;
	border: 2px solid #004e00;
}
div.article div.image
{
	float:left;
	margin: 15px 45px 20px 0px;
}
div.article div.image img
{
	border: 0px solid black;
}
div.sample
{
	margin: 30px 0px;
}
div.sample img
{
	margin-top: 7px;
	float:left;
}
div.sample dl
{
	margin-left: 200px;
}
dt
{
	font-weight:bold;
}
div.sample li
{
	margin: 0px 15px;
}
#body hr
{
	margin: 30px auto;
	clear: left;
}
table td
{
	padding: 5px 15px;
}
table thead
{
	background-color: #307020;
	color: white;
	font-weight: bold;
}
table thead td
{
	font-weight: bold;
}
table
{
	margin-top: 15px;
}
table tbody td
{
	vertical-align: top;
}