html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	border: 1px #007f31 solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a, a:link, a:visited, a:active {
	color: #318D43; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#breadcrumb {
	color:#999;
	font-size:75%;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	color: #007f31; 
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}


#sitemap a, #sitemap a:link, #sitemap a:visited, #sitemap a:active {
	color: #000000; 
	text-decoration: none;
}
#sitemap a:hover {
	text-decoration: underline;
}


#topContainer {
	height: 100px; 
	width: 100%;
	background-color: #FFFFFF;
}
#banner {
	background-color: #0E5D0E; 
	width: 100%; 
	text-align: center;
	/*border-bottom: 1px solid #ffffff;*/
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
}
#layoutContainer {
	width: 100%; 
	height: 500px;
	border-top: 8px solid #007f31;
}
#layoutMiddleCol {
	background: url(../wsimages/bg.jpg) no-repeat top left;
	padding: 0.5em;
	width: 100%;
}
#leftNav {
	/*width: 150px;*/
	padding: 0.5em;
	border-right: 8px solid #007f31;
}
#leftNavUl a, #leftNavUl a:link, #leftNavUl a:visited, #leftNavUl a:active {
	color: #007f31; 
	text-decoration: none;
}
#leftNavUl#foldheader{
	cursor:pointer;
	cursor:hand; 
	font-weight:bold;
}
#leftNavUl#foldheaderfocus{
	cursor:pointer;
	cursor:hand; 
	font-weight:bold;
}
#leftNavUl #foldheaderfocus a{
	color: #007f31;
	background-color: #FFFF00;
}
#leftNavUl #foldheaderfocus ul li a{
	color: #007f31;
	background-color: #FFFFFF;
	border: none;
}
#leftNavUl {
	list-style: none;
	text-align: left; 
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}
#leftNavUl img {
	border: 0px;
}
#leftNavUl li {
	list-style: none; 
	padding: 0px; 
	margin: 0px;
}
#leftNavUl ul {
	padding: 0px; 
	margin: 0 0 0 20px;
}

#rightCol {
	background-color: #ffffff;
	width: 200px;
	padding: 0;
	border-left: 8px solid #007f31;
}

#rightColHeaderCon {
	/*background: url(../wsimages/corner.gif) no-repeat  top right;*/
	width: 150px;
	height: 15px;
}
#rightColHeader {
	/*background-color: #318D43;*/
	width: 125px;
	display: block; 
	font-size: 1em; 
	color: #000000;
	font-weight: bold;
}
#rightColCon {
	/*background-color: #318D43;*/
	color: #ffffff;
	font-size: 0.8em;
}

.calday a, .calday a:link, .calday a:visited, .calday a:active {
	color: #0E5D0E; 
	text-decoration: none;
}
.calday a:hover {
	text-decoration: underline;
}

/* News items */
.bullet {
	padding-left: 10px; 
	font-size: 1.0em;
	font-weight: bold; 
	color: #007f31;
	width: 15px;
}

.teaser {
	padding-left: 15px; 
	padding-bottom: 1em;
}

.eventsCalendarLink {
	padding-left: 10px; 
	width: 100%; 
	display: block;
}

.eventsCalendarLink:link, .eventsCalendarLink:hover, .eventsCalendarLink:visited {
	color: #000000;
	font-weight: bold;
}



 /* set background images for corners */
.rbroundbox { background: url(../wsimages/simple_background_out.gif) repeat; }
.rbtop div  { background: url(../wsimages/simple_top_left_out.gif) no-repeat top left; }
.rbtop      { background: url(../wsimages/simple_top_right_out.gif) no-repeat top right; }
.rbbot div  { background: url(../wsimages/simple_bottom_left_out.gif) no-repeat bottom left; }
.rbbot      { background: url(../wsimages/simple_bottom_right_out.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 8px;
	font-size: 1px;
}
.rbcontent  { margin: 0 8px; }
.rbroundbox { width: 180px; margin: auto; }
.rbroundbox p, #realcontent .rbroundbox p { padding: 0; margin: 0 0 0 0; }


/* News items */
.title {
	font-size: 1.0em;
	position: relative;
}
.title, .title:link, .title:visited, .title:active {
	color: #000000; 
}

#containerHeader { 
	color: #007f31; 
	font-weight: bold; 
	font-size:12px;
	padding: 0; 
	margin: 0 0 0.5em 0; 
}
p  { 
	font-size: 0.8em;
	padding-bottom: 0.25em;
}


/* CALENDAR STYLE */
.calendar {
	width:100%;
	margin:0;
	background-color:#ccc;
	color:#000;
	font-size:85%;
	line-height:120%;
}
.calmonth {	/* line containing the select box for month and year */
	background-color:#000000;
	color:#fff;
}
.calweekdays {	/* line containing days of the week */
	background-color:#eee;
	text-align:center;
	color:#666;
}
.calnoday {
	background-color:#eee;
}
.calday {
	width:20px;
	background-color:#fff;
	text-align:center;
}
.caltoday {
	background-color: #FFCC00;
	font-weight:bold;
}
.calevent {
	background-color:#def;
	color:#069;
	font-weight:bold;
}
.calday a, .calday a:link, .calday a:visited, .calday a:active {
	color: #0E5D0E; 
	text-decoration: none;
}

.calday a:hover {
	text-decoration: underline;
}

/* END: CALENDAR STYLE */

.languageLink, .languageLink:link, .languageLink:visited, .languageLink:active{
	color: #318D43;
	font-size: 1.2em;
}


.copyWright
{
	background-color: #007f31;
	color: #ffffff; 
	font-size: 0.8em;
}

.mainRandomPhoto
{
	width:180px;
	height:180px;
	border:none;
	margin:0; 
	padding:0;
	overflow:hidden;
 }
 
