
body {
	background-color: #ffffff;
	font-family:Arial,Helvetica,sans-serif;
//	font-size: 2em;
	margin: 0px auto;
	max-width:1200px;
	border:solid;
	border-color:#FFFFFF;
}

header {
	background-color: #528412;
	-webkit-box-shadow: 1px 1px 10px #888;
	-moz-box-shadow: 1px 1px 10px #888;
	-ms-box-shadow: 1px 1px 10px #888;
	display:block;
	color:#FFFFFF;
	text-align:center;
}

header h2 {
	margin: 0px;
}

header#page_header{
	background-color: #395f0b;
	width:100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


header#page_header  nav ul, #page_footer  nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#page_header nav ul li, #page_footer nav ul li{
		padding:0;
		display:inline;
}

footer#page_footer{
	background-color: #395f0b;
	clear: both;
	text-align: center;
}


footer {
	background-color: #528412;
	display:block;
	-webkit-box-shadow: 1px 1px 10px #888;
	-moz-box-shadow: 1px 1px 10px #888;
	-ms-box-shadow: 1px 1px 10px #888;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color:#FFFFFF;
	text-align:center;
}

footer h2 {
	font-size: 14px;
	color: white;
}

#page_nav {
	width: 100%;
}

#pos {
	position:fixed;
}

nav {
	float:left;
	margin: 5px auto;
	background-color: #f5f8ec;
	display:block;
//	color:#ffffff;
}
		

nav a:link {
	color: #2d73b9;
	background-color: #eeeecc;
	text-decoration: none;
}

nav a:visited {
	color: #820010;
	background-color: #ffffcc;
}

nav a:hover {
	color: white;
	background-color: #528412;
}

nav a:active {
	color: white;
	background-color: #898989;
}

nav h3 {
	margin: 15px;
	color: white;
}


#mainContent {
//	background-color: #ebecf6;
	margin: 5px;
	margin-left: 0px;
	float: right;
	width: 79%;
	border-left: 1px solid #ebecf6;
}

#container {
//	background-color: #ebecf6;
	float: right;
	-webkit-box-shadow: 1px 1px 10px #888;
	-moz-box-shadow: 1px 1px 10px #888;
	-ms-box-shadow: 1px 1px 10px #888;
	width: 100%;
}

section {
	display:block;
	width:100%;
	float:left;
	background-color: #fff;
}

#section3 {
	display:block;
	width:100%;
	float:right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
}

article {
//	background-color: #FFFDED;
	display:block;
	margin: 5px;
	padding: 10px;
}

article header {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}

article footer {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}

article h1 {
	font-size: 30px;
}

	
aside {
	display:block;
	width:25%;
	float:left;
}

aside h3 {
	margin: 15px;
	color: white;
}

aside p {
	margin: 15px;
	color: white;
	font-weight: bold;
	font-style: italic;
}

/* links */
a {
	color: #2D73B9;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 36px;
	margin: 0px;
}

h2 {
	font-size: 24px;
	margin: 0px;
	text-align:center;
	color: #F47D31;
}

h3 {
	font-size: 18px;
	margin: 0px;
	text-align:center;
}

h4 {
	color: #F47D31;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 20px #888;
	-webkit-transform: rotate(-45deg);
	-moz-box-shadow: 2px 2px 20px #888;
	-moz-transform: rotate(-45deg);
	position: absolute;
	padding: 0px 120px;
	top: 20px;
	left: -120px;
	text-align:center;	
}

table, th, td
{
border: 1px solid black;
}

th, td{
border: none;
}

th{
background-color: #000;
color: #fff;
}

tr:nth-of-type(even){
background-color: #f5f8ec;
}
tr:nth-of-type(odd){
background-color:#eaf3da;
}

.output {
	display:block;
	width:55%;
	background-color: #f5f8ec;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}

.output70 {
	display:block;
	width:70%;
	background-color: #f5f8ec;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}

.output70y {
	display:block;
	width:70%;
	background-color: #ffffcc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}

.output80 {
	display:block;
	width:80%;
	background-color: #f5f8ec;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}

.outputall {
	display:block;
	background-color: #f5f8ec;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}

.outputally {
	display:block;
	background-color: #ffffcc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}

span {
	background-color: yellow;
}