﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #A1CFCD;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
	
}

a.jus:link{
	font-size:0.8em;
	color:#336260;
}
a.jus:visited{
	font-size:0.8em;
	color:#336260;
}

div.jus{
	font-size:0.8em;
	color:#336260;
	text-align:center;
}

.tableheading{
	background-color: #A1CFCD;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.2em;
}

.contacform {
	background-color: #A1CFCD;	
	border:0px;
	width:200px;
}
.button {
	background-color: #FDEA19;
	cursor:hand;
	border:0px;
}

#container {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;

	background-color:#A1CFCD;
}
#masthead {
	width: 950px;
	height:120px;
	padding-top:20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color:#FFFFFF;
	background-image:url('../images/shadowBack.gif');
	background-repeat:repeat-y;	
	background-position:center;
}

#navigation {
	width: 950px;
	height:36px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-color:#A1CFCD;
	background-image:url('../images/NavShadowBack.gif');
	background-repeat:repeat-y;	
	background-position:center;
	padding-bottom:0px;
	border-bottom:0px;
}
#page_content {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: auto;
}
#centre-content {
	position: relative;
	margin-top:8px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:0px;
}

#content {
	position: relative;	
	margin: auto;
	padding: auto;
	border: 0;
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#A1CFCD;
	background-image:url("../images/shadowBack.gif");
	background-repeat:repeat-y;	
	background-position:center;

}
#sidebar {
	margin-right: 50px;
	border: 0;
	float: right;
	width: 330px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer  {
	width: 950px;
	height:43px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-color:#A1CFCD;
	background-image:url('../images/bottomShadowBack.gif');
	background-repeat:repeat-y;	
	background-position:center;
	padding-bottom:0px;
	border-bottom:0px;
}

#footer  #centre-content{
	color:#FFFFFF;
	padding-bottom:8px;
	font-weight:bold;
}

#quote {
	background-image:url("../images/quoteBack.gif");
	background-repeat:no-repeat;
	width:354px;
	height:126px;
	text-align:center;
	padding-top:10px;
	padding-right:2px;
}

/* Masthead Styles */
#masthead h3 {
	font-weight: normal;
	color: #58A8A5;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	color: #FFFFFF;
	font-weight:bold;	
	
}

#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight:bold;
	text-align:center;
	background-image:url('../images/notch.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
	border:0px;
}
#navigation a:hover {
	color: #FFFF00;
}

/* Content Styles */
h1 {
	font-size:1.7em;
	font-weight: bold;
	font-family: Century Gothic, Arial;
	color: #2A4E4D;
}
h2 {
	font-size:1.4em;
	font-weight: bold;
	font-family: Century Gothic, Arial;
	color: #7CA09E;
}

#content img {
	padding: 5px;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #FFFFFF;
	font-weight:bold;
}
#footer a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF00;
	font-weight:bold;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #8C7;
	font-weight:bold;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.float_right{
	float:right;
}
