html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/***********************************************/

body {
	background: #FFFFFF;
	font-family: Tahoma, sans-serif;
	color: #575F18;
}

#wrapper {
	margin: 30px auto;
	width: 940px;
	min-height: 100px;
	background: #C5D167;
	position: relative;
}

#header {
	width: 100%;
	height: 60px;
	position: relative;
	border-bottom: 5px solid #FFFFFF;
	color: #575F18;
}
#header h1 {
	font-size: 3em;
	font-family: Georgia;
	letter-spacing: -2px;
	font-weight: bold;
	display: block;
	position: absolute;
	left: 20px;
	top: 7px;
}

#header h2 {
	font-family: Tahoma;
	display: block;
	position: absolute;
	letter-spacing: 2px;
	left: 165px;
	bottom: 11px;
}

#left-column {
	width: 230px;
	min-height: 300px;
	float: left;
}

#content {
	min-height: 340px;
	width: 675px;
	float: left;
	padding: 0 15px;
	border-left: 5px solid #FFFFFF;
	font-family: Georgia;
	line-height: 1.3em;
	background: #DEE890;
}

#content h3 {
	letter-spacing: -1px;
	font-size: 1.4em;
	font-family: Trebuchet MS;
	margin: 0.5em 0;
	padding-left: 8px;
	border-left: 2px dotted #575F18;
	font-weight: bold;
}

#content h4 {
	font-family: Trebuchet MS;
	font-size: 0.95em;
	margin: 0.5em 0;
	font-weight: bold;
}

#content p {
	font-size: 0.9em;
	margin: 0.7em 0;
}

#content ol, #content ul {
	font-size: 0.9em;
	margin: 0.5em 0;
	padding-left: 20px;
}

#content ul li {
	margin: 0.2em 0;
}

#content ol {
	list-style-type: decimal;
}

#content ul {
	list-style-type: disc;
}

#content a {
	color: #575F18;
}

#content a:hover {
	background: white;
}

#footer {
	width: 100%;
	min-height: 50px;
	clear: both;
	border-top: 5px solid #FFFFFF;
}

#main-menu {
}

#main-menu li {
	font-family: "Tahoma";
	font-size: 0.7em;
}

#sub-menu li {
	font-family: Tahoma;
	font-size: 0.6em;
	border-left: 2px dotted black;
	margin-left: 23px;
	padding-left: 7px;
}

#main-menu li a {
	width: 203px;
	height: 30px;
	display: block;
	line-height: 30px;
	margin: 3px;
	padding: 0px 10px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#sub-menu li a {
	width: 184px;
	height: 20px;
	line-height: 20px;
	display: block;
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 0 5px;
	margin: 5px 0;
}

#main-menu li a:hover, #sub-menu li a:hover{
	color: #D8E28E;
	background: #575F18;
}

#main-menu li.active a, #sub-menu li.active a {
	background: #575F18;
	color: #D8E28E;
}
