/* Layout and Reset */
* {
	font-family: arial;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
ul {list-style-type: none}
ol {list-style-type: decimal}
a {color: #000}
.clear {clear:both}

body {
	width: 100%;
	background: #dfebed;
	text-align: center;
}

#page {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* Menu */
#nav {
	float: left;
	display: block;
	background: #B2D281;
	padding: 5px 10px 5px 10px;
}

#nav li {
	float: left;
	display: block;
	position: relative;
}

#nav li a {
	float: left;
	display: block;
	font-weight: bold;
	font-size: 0.8em;
	color: #3B5D14;
	padding: 5px 17px 5px 5px;
	margin-right: 5px;
	background: url(images/tab.png) no-repeat right top;
}

#nav li a:hover {
	background: url(images/tab.png) no-repeat right bottom;
}

#nav li a.active, #nav li a.sel {
	background: url(images/tab.png) no-repeat right bottom;
}

/* Sub Menu */
#nav ul {
	float: none;
	display: block;
	background: #fff;
	padding: 10px;
	position: absolute;
	top: 27px;
	left: 0px;
	z-index: 9;
	border: 1px solid #c9dea8;
}

#nav ul li {
	float: none;
	display: block;
	position: none;
}

#nav ul li a, #nav ul li a.sel {
	float: none;
	display: block;
	font-weight: bold;
	font-size: 0.75em;
	color: #366799;
	padding: 5px;
	margin: 0;
	background: none;
	border-top: 1px solid #ddd;
	width: 140px;
}

#nav ul li a:hover {
	background: none;
	color: #333;
}

/* Page Text */
h1 {
	font-size: 1.5em;
	color: #366799;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.4em;
	color: #333;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 10px;
}

h6 {
	color: #3355af;
	border-left: 3px solid #aaa;
	padding: 5px 5px 5px 5px;
	float: left;
	font-size: 0.8em;
	clear: both;
}

h6:hover {
	color: #335599;
	background: #fffff4;
	border-left: 3px solid #666;
}

p {
	color: #666;
	line-height: 1.7em;
	font-size: 0.9em;
	margin-bottom: 10px;
}

p a {
	border-bottom: 1px dotted #aaa;
}

p a:hover {
	border-bottom: 1px dotted #666;
	color: #366799;
}
