@charset "utf-8";
/* CSS Document */

body{
	font-family: Tahoma, Arial, sans-serif;
	
	}

/* headings */


#titlebar h1 {
	font-size: 3em;
	color: #3C663C;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: bold;
	padding-top: 0px;
}

#titlebar p {
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.5em;
	color: #000;
	}
p{
	font-size: 0.85em;
	
	}

#maincontent p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.6em;
	

}


#maincontent h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.3em;
	color: #000;
	text-align:center;
}





/* menus and links */

#topmenu a:link, #topmenu a:visited {
	color: #3C663C;
	font-weight: bold;
	font-size: large;
	font-style: normal;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 15px;
}
#topmenu a:hover, #topmenu a:active {
	font-weight: bold;
	color: #3C663C;
	background-image: url(../images/background/pinhead2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
}


a:link, a:visited {
	color: #3C663C;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}


#rightcol p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.9em;
	
}

#rightcol .menu p{
	line-height: 1em;

}

/* lists */

ul {
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.6em;
}
ul ul {
	margin-bottom: 0px;
	margin-top: 0px;
}
.currentpage {
	font-weight: bold;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.errormessage {
	color: #F00;
}
.fontsize {
	font-size: 0.85em;
}
.green {
	color: #3C663C;
	font-size: 2.4em;
}

