/* CSS Document */


#navbanner {
	border-bottom-color: Gray;
	border-top-color: Gray;
}

div#bottombanner {

}

.navlink {
/*
	font-weight: bold;
	font-stretch: ultra-expanded;
	text-decoration: none;
	font-family: sans-serif;
	color: rgb(255,0,254);
	padding-left: 10px;
	padding-right: 10px;
	*/

  /* Change this to the page colour */
	color: rgb(92,113,69);
}

.navlink:hover {
	/* border: none; */
	background-color: rgb(223,223,223);
}

.navlink:visited a {
  /* Change this to the page colour */
  color: rgb(92,113,69);
}

.navlink:active {
  /* Leave this as yellow */
  color: rgb(255,204,0);
}
.phototext {
/*
	font-family: sans-serif;
	font-size: smaller;
	text-align: justify;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	*/
}

.bodytext {
	/* font-size: larger; */
}
#leftside {
	width: 240px;
	float: left;
	background-color: #FFF8DC;
	/* border: medium dashed Green; */
}

a {
  /* Change this to the page colour */
	color: rgb(92,113,69);
	text-decoration: none;
}

a:link {
  /* Change this to the page colour */
	color: rgb(92,113,69);
	text-decoration: none;
}

a:hover {
	border-bottom: dashed;
	border-top: dashed;
	border-width: thin thin;
	background-color: rgb(233,233,233);
}

b {
	color: rgb(92,113,69);
}

ul.levelone{
padding-left: 5mm;
}

ul.leveltwo{
padding-left: 10mm;
}

.heading {
	color: rgb(92,113,69);
}

.title {
	color: rgb(92,113,69);
}
.sideNav ul li a {
  /* Change this to the page colour */
	color: rgb(92,113,69);
}

.sideNav a:hover {
  font-weight: bold;
  border: 0 none;
  background-color: ThreedLightShadow;
  text-decoration: none;
  /* Change this to the page colour */
	color: rgb(92,113,69);
}
.sideNav h1 {
  /* Change this to the page colour */
  border-bottom: rgb(92,113,69) solid;
	color: rgb(92,113,69);
}

.container-left {
  /* Change this to the page colour */
	border: 2px dashed rgb(92,113,69);
  } 

/*
#rightside {
	float: right;
	width: auto;
	margin-left: 245px;
	padding: 5px 5px 5px 5px;
	height: 100%;
}
*/
#rightcolumn {
/*	float: right; 
	border-right-color: Green;
	border-left-color: Green;
	border-left-style: double;
	border-right-style: double;
	border-right-width: medium;
	border-left-width: medium;
	padding: 2px;
	width: 305px;
	*/
	background-color: rgb(92,113,69);
}
/*
#leftcolumn {
	float: left;
	width: 50%;
	text-align: justify;
	border-left-color: Gray;
	border-left-style: dashed;
	border-left-width: thick;
	padding: 0px 10px;
}
*/
/**
* Set a very small font size for the control and constrain
* it's width to 225px
*
	* Note: the page has a single FeedControl that
* is drawn in the <div> element whose id is "feedControl".
*/
#feedControl {
	font-size: 11px;
	width: 220px;
	font-family: "verdana", sans-serif;
	/* margin-bottom : 10px; */
}

#feedControl a {
	/* font-weight: bold;*/
  /* Change this to the page colour */
	color: rgb(92,113,69);
}

#feedControl a:hover {
	color: rgb(255,255,255);
  /* Change this to the page colour */
	background-color: rgb(92,113,69);
}

#feedControl a:visited {
/*	font-weight: normal;
	text-decoration: none; */
}

#feedControl .title {
  font-size: 12px;
}

#feedControl .author {
  font-style: italic;
  /* Change this to the page colour */
	color: rgb(92,113,69);
	text-align: right;
}

#feedControl .body {
	margin-bottom : 5px;
	text-align: justify;
}
