body {
	background-image: url(/global/images/bodyBG.jpg);
	background-repeat: repeat-x;
	color:#000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #B3D291;
	margin: 0;
}
a:link {
  background:transparent;
  color:#254C80;
  text-decoration: none;
}
a:visited {
  background:transparent;
  color:#254C80;
  text-decoration: none;
}
a:hover {
  background:transparent;
  color:#000000;
  text-decoration: none;
}
a:active {
  background:transparent;
  color:#254C80;
}
p {
	font-size: 80%;
	padding-left: 12px;
	padding-right: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #566547;
	margin-left: 12px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	margin-left: 12px;
	color: #566547;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 12px;
	font-size: 100%;
	color: #566547;
}
h4 {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #566547;
	margin-left: 12px;
}

ol, ul, li {
    margin: 0; padding: 0;
    list-style-type: none;
}

form{
    margin: 0px;
}
#pagehead{
	background-image: url(/global/images/graphicHeader.jpg);
	height: 155px;
	color: #ffffff;
	background-repeat: no-repeat;
	width: 650px;
	position: relative;
	text-align: right;
	padding-right: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#navMain{
	height: 22px;
	width: 800px;
	text-align: center;
	color: #ffffff;
	position: relative;
	padding-top: 6px;
	margin-left: auto;
	margin-right: auto;
}
#navMain li {
    margin: 5px 20px 0px 0px; 
    padding: 0px;
    list-style-type: none;
    display: inline;
}
#navMain ul{
    padding: 3px 0px 0px 0px;
}
#navMain a:link {
  color: #ffffff;
  text-decoration: none;
}
#navMain a:visited {
  color: #ffffff;
  text-decoration: none;
}
#navMain a:hover {
  color: #000000;
  text-decoration: none;
}
#preamble{
	width:252px;
	height:172px;
	background-image: url(/global/images/kootenayboundary.jpg);
	background-repeat: no-repeat;
	padding-left: 300px;
	padding-right: 250px;
	text-align: left;
	vertical-align: middle;
	padding-top: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#content {
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 450px;
	width: 800px;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: top;
}
#left {
	height: auto;
	width: 330px;
	background-color: #C8D9B3;
	border-left-color: #8A966F;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #93AB7A;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #93AB7A;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	display: block;
	padding-right: 12px;
	position: absolute;
	left: 31px;
	top: 0px;
}

#right {
	position: relative;
	width: 370px;
	left: 377px;
	border-botttom-width: 2px;
	display: block;
	padding: 0;
	margin: 0;
	top: 0px;
	height: auto;
}
#footer {
	background-image: url(/global/images/footerBG.jpg);
	background-repeat: no-repeat;
	width:800px;
	color: #36402A;
	font-size: 100%;
	text-align: center;
	position: relative;
	height: 72px;
	vertical-align: bottom;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#footer a:link {
    color: #36402A;
	text-decoration:none;
}
#footer a:visited {
    color: #36402A;
	text-decoration:none;
}
#footer a:hover {
    color: #EB9E00;
	text-decoration:underline;
}
.center {
	text-align: center;
}
