@charset "utf-8";
/* CSS Document */

div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1200px;
	background-image: url(../_images/Background%20Gradient%20-%20wrapper.jpg);
}
#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../_images/headerGreen.jpg);
	position: relative;
}
#header ul{
	padding:0;
	margin:0;
	list-style:none;
	float: left;
	position:absolute;
	right:0px;
	bottom:0px;
}
#header ul li {
	float: left;
}
#header li a:link, #header li a:visited{
	background:#437D02;
	padding:.2em .5em;
	display:block;
	font-size:1em;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
}
#header li a:hover{
	color:#000;
	background:#FFF;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color:#78320e;
	background:#fff;
	cursor:default;
}

#sideMenu {
	margin: 0px;
	padding: 0px;
	width: 170px;
	float: left;
	background-color: #FFF;
	border-left-style: none;
	height: 695px;
	padding-left: 20px;
	margin-left: 2px;
	padding-top: 5px;
}
#mainContent {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	float: right;
	height: 700px;
	border-right-style: none;
	margin-right: 2px;
	overflow: auto;
	position: relative;
}
tr:nth-child(1)
{
	background-color: rgba(119,122,241,1.00);
}
tr:nth-child(2n+2)
{
	background-color: rgba(126,165,245,1.00);
}
tr:nth-child(2n+3)
{
	background-color: rgba(128,209,243,1.00);
}
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	background-color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding-left: 5px;
}
a:link {
	color: #00C;
}
a:visited {
	color: #00C;
}
a:hover {
	font-weight: bold;
	color: #00C;
}
.eqHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 2.5em;
	margin-left: 20px;
	color: #FFF;
	font-weight: bold;
	float: left;
}
.centre
{
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
}
