
html, body { 
	margin: 0; 
	padding: 0; 
} 
 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}


#pagewidth { 
	width: 100%; 
	min-width: 500px; 
} 
 
#leftcol {
	width: 167px; 
	float: left; 
	position: relative; 
	margin-left: -245px; 
	margin-right: 1px; 
	padding: 25px 53px 25px 25px;
}
 
#outer { 
	border: solid white 0px; 
	/*/*/ border-left-width: 245px ;  /* left column width. NN4 hack to hide borders */ 
	border-left-color: #FFFFFF;   /* left column colour */ 
	border-left-style: solid; 
	background-color: #FFFFFF; /* center column colour */ 
	width: auto; 
} 
 
#footer {
	height: 47px; 
	width: 100%; 
	background-color: #F2F2F2;
  background: #F2F2F2 url("../../gui/images/logo_grey.gif") no-repeat scroll center right;	
	font-size: 10px;
	margin-top: 25px;
} 



#inner {
	margin: 0;
	width: 100%;
}
 
#maincol { 
	float: left; 
	width: 100%; 
	position: relative; 
	margin: 0 -8px 0 -2px; 
}

#siteTitle {
	margin: 25px 63px 0 0;
	text-align: center;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 23px;
	font-weight: bold;
}

#content {
	margin: 17px 63px 25px 0;
	background-color: #FDFDFD;
	border: 1px solid #E5E5E5;
	padding: 20px 25px 25px 25px;
}


#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr { clear: both; }
 
.content { padding: 5px; } /*padding for content */ 
 
#header .content { padding-bottom: 0; } /*padding bottom 0 to remove space in IE5 Mac*/ 














#leftcol form {
  margin: 0;
}

#leftcol #logo {
	border: none;
	margin-bottom: 10px;
}

#leftcol h3 {
  background-color: #009900;
	color: white;
	font-weight: bold;
	display: block;
	font-size: 1em;
	padding: 3px 0 3px 5px;
	margin: 18px 0 5px 0;
}


#leftcol ul {
  margin: 0 0 0 5px;
	padding: 0;

}


#leftcol ul li {
  margin: 0;
	padding: 3px 0 3px 0;
	list-style: none;
}


#leftcol ul li ul  {
  margin-top: 3px;
}

#leftcol ul li ul li {
  margin-left: 1em;
}



#leftcol ul li a:link, #leftcol #mainMenu li ul li a:link  { 
  color: #666666;
	text-decoration: none;
}

#leftcol ul li a:visited, #leftcol #mainMenu li ul li a:visited  {
  color: #666666;
	text-decoration: none;
}

#leftcol ul li a:hover, #leftcol #mainMenu li ul li a:hover {
  color: black;
	text-decoration: underline;
}

#leftcol ul li a:active, #leftcol #mainMenu li ul li a:active { 
	color: #A6E920;
	font-weight: bold;
}


#leftcol #mainMenu li a:link, #leftcol #mainMenu li a:visited {
	color: #009900;
}


#leftcol #mainMenu .active {
	border: 2px solid #A6E920;
	padding: 2px 3px 2px 3px;
	line-height: 100%;
	position: relative;
}

#leftcol .field {
	color: #999999;
  border: 1px solid #666666;
	font-size: 1em;
	padding-left: 3px;
}

#leftcol .button {
	color: #666666;
  background-color: #E5E5E5;
	border: 1px solid #666666;
	font-size: 1em;
	padding: 0;
}











#content a:link { 
  color: #009900;
}

#content a:visited  {
	color: #006C00;
}

#content a:hover {
	text-decoration: none;
}

#content a:active { 
	color: #A6E920;
	text-decoration: none;
}


#content h1 {
	color: #666666;
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 165%;
	margin: 0;
}

#content .button {
	color: #666666;
  background-color: #E5E5E5;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	font-size: 1em;
	padding: 0;
	cursor: pointer;
}

#content h2 {
	color: #414141;
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 145%;
	border-bottom: 1px solid #E5E5E5;
	
}

#content h3 {
	color: #414141;
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 125%;
	border-bottom: 1px solid #E5E5E5;
}

#content h4 {
	color: #666666;
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 110%;
}


#content #nodePath {
  color: #009900;
	font-weight: bold;
	margin-bottom: 1em;
}

#content #nodePath a:link { 
  color: #009900;
}

#content #nodePath a:visited  {
  color: #009900;
}

#content #nodePath a:hover {
	color: #006C00;
	text-decoration: none;
}

#content #nodePath a:active { 
	color: #A6E920;
	text-decoration: none;
}

#content .contentImage {
  text-align: center;
	margin-bottom: 1em;
}

#content .contentImage img {
  border: 1px solid #666666;
}

#content hr {
	border: 1px solid #E5E5E5;
}

#content table td {
  background-color: #E5E5E5;
	padding: 3px;
}

#content ul  {
	list-style-image: url(../../gui/images/bullet.gif);
}
















#lastUpdated {
	color: #CCCCCC;
	font-size: 10px;
  text-align: right;
	margin-right: -25px;
	margin-bottom: -40px;
	margin-top: 30px;
}

 #lastUpdated a:link { 
	color: #CCCCCC;
 }
 
 #lastUpdated a:visited  {
	color: #CCCCCC;
 }
 
 #lastUpdated a:hover {
	text-decoration: none;
 }
 
 #lastUpdated a:active { 
	color: #A6E920;
 }


 #footer .content {
	color: #B2B2B2;
	height: 27px; 
	padding: 10px 150px 0 10px;
 }

 #footer a:link { 
	color: #B2B2B2;
 }
 
 #footer a:visited  {
	color: #B2B2B2;
 }
 
 #footer a:hover {
	text-decoration: none;
 }
 
 #footer a:active { 
	color: #A6E920;
 }


 #furtherInfo {
	color: #999999;
	margin: 10px;
	list-style: none;
	list-style-image: none;
	margin-left: 0;
	padding: 0;
 }

 #furtherInfo a  { 
	font-weight: bold;
 }

 #furtherInfo li {
  margin-bottom: .5em;
	margin-left: 0;
	padding-left: 30px;
	list-style-image: none;
 }








 #furtherInfo li {
	height: 16px;
 }

 #furtherInfo .cc_blank {
 	margin-left: 0;
  background: url("../../gui/images/cc_blank.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_discussion {
 	margin-left: 0;
  background: url("../../gui/images/cc_discussion.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_event {
 	margin-left: 0;
  background: url("../../gui/images/cc_event.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_eventarea {
 	margin-left: 0;
  background: url("../../gui/images/cc_eventarea.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_eventcalendar {
 	margin-left: 0;
  background: url("../../gui/images/cc_eventcalendar.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_extranet {
 	margin-left: 0;
  background: url("../../gui/images/cc_extranet.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_file {
 	margin-left: 0;
  background: url("../../gui/images/cc_file.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_form {
 	margin-left: 0;
  background: url("../../gui/images/cc_form.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_forum {
 	margin-left: 0;
  background: url("../../gui/images/cc_forum.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_gallery {
 	margin-left: 0;
  background: url("../../gui/images/cc_gallery.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_html {
 	margin-left: 0;
  background: url("../../gui/images/cc_html.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_news {
 	margin-left: 0;
  background: url("../../gui/images/cc_news.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_newsgroup {
 	margin-left: 0;
  background: url("../../gui/images/cc_newsgroup.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_newsroot {
 	margin-left: 0;
  background: url("../../gui/images/cc_newsroot.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_noticeboard {
 	margin-left: 0;
  background: url("../../gui/images/cc_noticeboard.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_noticemessage {
 	margin-left: 0;
  background: url("../../gui/images/cc_noticemessage.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_noticetopic {
 	margin-left: 0;
  background: url("../../gui/images/cc_noticetopic.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_onlinepayment {
 	margin-left: 0;
  background: url("../../gui/images/cc_onlinepayment.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_page {
 	margin-left: 0;
  background: url("../../gui/images/cc_page.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_pdffiledownload {
 	margin-left: 0;
  background: url("../../gui/images/cc_pdffiledownload.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_redirect {
 	margin-left: 0;
  background: url("../../gui/images/cc_redirect.gif") no-repeat scroll top left;	
 }

 #furtherInfo .cc_summary {
 	margin-left: 0;
  background: url("../../gui/images/cc_summary.gif") no-repeat scroll top left;	
 }



 /* ### SEARCH RESULTS ### */

.searchresultbox {
  margin-bottom: 1em;
}

.highlight {
  background-color: #F7FDEC;
}

.searchnodepath {
	color: #CCCCCC;
}

.searchmoddate {
	color: #CCCCCC;
}


#memberOptions {
  margin: 0;
	padding: 0;
	line-height: 100%;
}

#memberOptions li a {
  border: 1px solid red;
display: block;

}







#contentHome {
	margin: 17px 63px 25px 0;
	padding: 0 25px 25px 25px;
}

#contentHome h1 {
	color: #666666;
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 165%;
	margin: 0;
}

#contentHome h2 {
	color: #666666;
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 145%;
}

#contentHome h3 {
	color: #666666;
	font-family:	Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 145%;
	border-bottom: 1px solid #E5E5E5;
}

#contentHome a:link { 
  color: #009900;
}

#contentHome a:visited  {
	color: #006C00;
}

#contentHome a:hover {
	text-decoration: none;
}

#contentHome a:active { 
	color: #A6E920;
	text-decoration: none;
}

#contentHome .homepageBody {
	margin-top: 10px;
	color: #666666;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
}

.quoteMark {
  font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}