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

header {
	background-color: #4A2885;
	-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;
	clear: both;
}

header h2 {
	margin: 0px;
}

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

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

h3 {
	font-size: 1em;
	margin: 0px;
	color: #F47D31;
}

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);
	-ms-box-shadow: 2px 2px 20px #888;
	-ms-transform: rotate(-45deg);
	position: absolute;
	padding: 0px 120px;
	top: 20px;
	left: -120px;
	text-align:center;	
}

#navigation ul {
	list-style: none;
	padding: 0.5em;  /* padding above and below li elements */
	background-color: #49bdef;
}

#navigation li {
	display: inline;
}

#navigation a {
	padding: 0;   /* padding around a elements */
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: #49bdef;
}

#navigation a.current {
	color: #2D73B9;
}

#navigation a:hover {
	color: white;
	background-color: #F47D31;
}

#navmenu {
	display:block;
	width:13%;
	float:left;
}

#navmenu a:link, nav a:visited {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	margin: 5px;
}

#navmenu a:hover {
	color: white;
	background-color: #49bdef;
}

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

#container {
	background-color: #2D73B9;
}

section {
	display:block;
//	width:87%;
	width:100%;
	float:right;
}

#section1 {
	clear: both;
	display:block;
	width:10%;
	float:left;
}

#section2 {
	display:block;
	width:50%;
	float:left;
}

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

#section4 {
	background-color: #FFF5E8;
	display:block;
	width:50%;
	float:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}

article {
	background-color: #eee;
	display:block;
	margin: 2px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 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: 1.2em;
}

	
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;
}
	

footer {
	clear: both;	
	display: block;
	background-color: #4A2885;
	-webkit-box-shadow: 1px 1px 10px #888;
	-moz-box-shadow: 1px 1px 10px #888;
	-ms-box-shadow: 1px 1px 10px #888;
	color:#F47D31;
	text-align:center;
	padding: 15px;
}

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


/* links */
a {
	color: #F47D31;
}

a:hover {
	text-decoration: underline;
}

div {
	-webkit-box-shadow: 1px 1px 10px #888;
	-moz-box-shadow: 1px 1px 10px #888;
	-ms-box-shadow: 1px 1px 10px #888;
}


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

th, td{
vertical-align: top;
border: none;
}

th{
background-color: #000;
color: #fff;
text-align: left;
}

tr:nth-of-type(even){
background-color: #F3F3F3;
}

tr:nth-of-type(odd){
background-color:#ddd;
}

pre {
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: normal;
}

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

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

span {
	background-color: yellow;
}