@charset "utf-8";
/* CSS Document */

/* Stud Page layout: */


/*______________________________PAGE ATTRIBUTES_______________________________________________   */

body {
	margin: 0 auto;
	padding: 0;
	font: 86% Verdana, Tahoma, Arial, sans-serif;
	background-image: url(../../images/bg_colour.gif);
	background-repeat: repeat;
}
p {
	color: #8D8D8D;
	font-size: 0.85em;
}
#content-side li {
	list-style-type: none;
	font-size: 0.85em;
	padding: 3px;
	background-color: #64B64E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFEB00;
	color: #FFFFFF;
}


h1 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	color: #45A72A;
}

h2 {
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #DADADA;
	padding-bottom: 8px;
	margin: 0 0 0.5em 0;
	color: #747474;
	font-size: 1.3em;
}

h3 { font-size: 1.3em; margin: 0 0 10px 0;}
h3  {color: #747474;}
h4 {
	color: #8D8D8D;
	font-size: 1em;
}

h5 {
	color: #53AE3B;
	font-weight: normal;
	font-size: 0.85em;
	margin-bottom: -10px;
}



a {
	text-decoration: none;
	color: #45A72A;
	font-weight: bold;
}

a:hover {text-decoration: underline;}

a img {border: 0;}#content {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 60%;
}
#header p {
}

#header {
	float: left;
	height: 52px;
	width: 790px;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-right: 10px;
}
#header p {
	font-size: 2em;
	color: #64B64E;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin: 0px;
	padding: 0px;
}

#content-side {
	float: right;
	width: 30%;
	padding-top: 10px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	clear: both;
	float: left;
	height: 50px;
	width: 790px;
	background-color: #46A72A;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 10px;
	text-align: right;
	padding-top: 20px;
	background-image: url(../../images/logosmall.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	padding-right: 10px;
}
a:active {
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#footer p {
	color: #FFFFFF;
}

#content-wrapper {
	background-color: #FFFFFF;
	float: left;
	width: 800px;
}
#content li {
	font-size: 0.85em;
	color: #8D8D8D;
}
#content ul li ul li {
	font-size: 1em;
	color: #8D8D8D;
}
.tablebg {
	background-color: #B9EAAA;
}
table, tr, td {
	border: 0.5px solid #E0DFE3;
}td {
	padding: 5px;
}
.image-right {
	float: right;
}
.image-left {
	float: left;
}

