body {
	background-image: url(images/green-gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #587154;
}


img.left {
	border: 0px;
	margin-right: 10px; 
	margin-left: 0px;  
	float: left;
}

img.right {
	border: 0px;
	margin-left: 10px;
	margin-right: 0px; 
	float: right;
}

img.contactinfo {
	float: left;
	valign: top;
	margin: 0px;
	border: 0px;
}



h1 {
	font: 14pt bold Helvetica, Trebuchet MS, Verdana, sans-serif;
	margin: 0px 10px 10px 10px;
	color: #333333;
	letter-spacing: 0.7pt;
	text-align: left;
}

h2 {
	font: 12pt bold Helvetica, Trebuchet MS, Verdana, sans-serif;
	margin: 20px 10px 10px 10px;
	color: #333333;
	text-align: left;
}

h3 {
	font: 12pt Helvetica, Trebuchet MS, Verdana, sans-serif;
	margin: 30px 10px 0px 10px;
	color: #333333;
	text-align: left;
}

p {
	font: 10pt Helvetica, Trebuchet MS, Geneva, Verdana, sans-serif;
	margin: 10px;
	color: #333333;
	text-align: justify;
	line-height: 1.5;
	letter-spacing: 0px;
}



div#header {
	width: 80%;
	margin: 10px 15% 10px 5%;
	float: left;
}


div#header p {
	font: 11pt Helvetica, Trebuchet MS, Geneva, Verdana, sans-serif;
	margin: 10px;
	color: #333333;
	text-align: justify;
	line-height: 1.3em;
	letter-spacing: 0.7pt;
}


div#main {
	position: relative;
	width: 800px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/jasmine-bg.png);
	background-repeat: no-repeat;
}



div#navigation {
	position: absolute;
	top: 150px;
	left: 50px;
	width: 164px;
	height: 350px;
	text-align: left;

}

div#navigation a {
	display: block;

	color: #485C60;
	margin: 0px;
	padding: 6px;
	border: 1px solid #ccccff;
	background-color: #ffffff;

	font: 10pt Helvetica, Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	
}

div#navigation a:hover {
	background-color: #9DAB6C;
	color: #ffffff;
}

div#navigation a#currentpage {
	background-color: #CDDD96;
	color: #5B686C;
}
div#navigation a#currentpage:hover {
	background-color: #9DAB6C;
	color: #ffffff;
}





div#content {
	position: absolute;
	top: 150px;
	left: 250px;
	width: 475px;
	height: 415px;
	overflow: auto;
	text-align: left;
	
}

div#content a, a {
	color: #485C60;
}

div#content a:hover, a:hover {
	color: #ffffff;
	background-color: #9DAB6C;
}




div#footer {
	position: absolute;
	width: 273px;
	height: 200px;
	top: 595px;
	left: 462px;
	
}

div#footer p {
	margin: 30px 10px 0px 10px;
	font: 9pt Helvetica, Trebuchet MS, Geneva, Verdana, sans-serif;
}

div#subfooter {
	position: absolute;
	width: 673px;
	height: 200px;
	top: 795px;
	left: 62px;
}

div#subfooter p {
	text-align: center;
	font: 9pt Helvetica, Trebuchet MS, Geneva, Verdana, sans-serif;
}


ol.subnav {
	color: #485C60;
	/*margin: 0px;*/

}

ol.subnav li {
	/*margin: 0px;*/
	list-style-type: disc;
}

ol.subnav a {
	color: #485C60;
	padding: 3px;
	font: 11pt Helvetica, Trebuchet MS, Verdana, sans-serif;
	font-weight: regular;
	text-decoration: none;
	line-height: 1.4em;
}

p.backtotop {
	text-align: right;
}




ul.conditions {
	color: #485C60;

}

ul.conditions li {
	color: #333333;
	padding: 3px;
	font: 11pt Helvetica, Trebuchet MS, Verdana, sans-serif;
	font-weight: regular;
	text-decoration: none;
}

table {
	border: 0px;
}

td {
	font: 10pt Helvetica, Trebuchet MS, Geneva, Verdana, sans-serif;
	padding: 10px;
	color: #333333;
	vertical-align: top;
	text-align: left;
	border: 0px;
}



