/* green colour = background: #E3F4E3; */
#map {
	width: 560px; 
	height: 400px;
	border:1px solid #33532C;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color: #FFFFFF;
	margin: 0em;
	padding: 0em;
	color: #000000;
}
p {
	margin: 0em 0em 1em;
	padding: 0em;
}
p.spaced {
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0em 0em 0.3em;
	padding: 0em;
	color: #FF8400;
}
h1 {font-size:2em}  
h2 {font-size:1.5em}
h3 {font-size:1em}  
h4, h5, h6 {
	font-size:1em; 
}

input, select, th, td {font-size:1em}
.error {
	color: #FF0000;
	font-weight: bold;
	font-size: .8em;
}
img, img a {
	border: 1px solid #33532C;
}
/****************************************************/
/* Main Content Area
/****************************************************/
td#leftSideShadow {
	background: url(../common/bgl.jpg) repeat-y right top;
}
td#rightSideShadow {
	background: url(../common/bgr.jpg) repeat-y left top;
}
div#main {
	margin: 0em;
	padding: 1.5em;
	/*border: 1px solid #8BB988;*/
	background: #E3F4E3;
	color: #000000;
	min-height: 53em;
}
div#divNav {
	margin: 0em;
	padding: 0em;
	float: left;
	z-index: 10;
	position: relative;
	/*border: 1px solid #f00;*/
	height: 34em;
}
div#content {
	margin: 0em 0.5em 0.5em 12em;
	padding: 0em;
	height: 100%;
	font-size: 1.4em;
	/*border: thin solid #FF0000;*/
}
div#flash {
	/*z-index: 0;*/
}
iframe {
	border: 1px solid #000;
}
/****************************************************/
/* Table Styles 
/****************************************************/
#tdFooterHead {
	background-image: url(../common/bgFooter.jpg);
	background-repeat: repeat-x;
	height: 4.2em;
}
#tdFooter {
	height: 1.5em;
}
#tdMain {
	height: 100%;
	background: #E3F4E3;
}
#tdContent {
	margin: 0px;
	padding-top: 0.6em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 1.5em;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: right center;
	font-size:1em;
}
ul#sitemap li {
	line-height: 1.75em;
}
/*
.orangeHead {

	color: #FF8400;
	margin: 0em 0em 0.5em;
	padding: 0em;
	font-weight: bold;
	font-variant: small-caps;
}
*/
/****************************************************/
/* Links 
/****************************************************/
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
}
.nextLink a:link, .nextLink a:visited, .nextLink a:active { 
	color: #FF8400;
}
.nextLink a:hover {
	text-decoration: none;
}
