/* CSS Document */

body {
	color:#4F734D;
	text-align: center;
	font: 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
	background-color: #D7E3D7;
	background-image: url(images/backgrd.gif);
}
html {
min-height: 100%;
margin-bottom: 1px;
}
p {
	font-size: 12px; 
	color: #4F734D;
}
h1 {
	color: #660066;
	font-size: 12px;
}
h2 {
	font-size: 13px;
	color: #660066;
	margin: 5px;
}
.border {
	border: 1px solid #4F734D;
}
.image {
	border: 1px solid #4F734D;
	margin-left:10px;
	margin-right:10px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #336633;
}
.smtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #336633;
}
hr {
	color: #4F734D;
	height: 1px;
	align: center;
	width: 75%;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F734D;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F734D;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #375337;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#375337;
	text-decoration: none;
	font-weight: bold;
}/* Menu */
#menu  {
	color: #4F734D;
	font-size: 95%;
	margin-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#menu a:link {
	color: #4F734D;
}
#menu a:visited {
	color: #4F734D;
}
#menu a:active {
	color: #4F734D;
}
#menu a:hover {
	color: #660099;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu li {
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4F734D;
}
.leftcolum {
	border-right: solid 1px dotted #4F734D;
	background-color: #E8EEE8;
}
.small {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:normal;
	color: #4F734D;
}
a.small:link {
    font-size: 10px;
	color: #4F734D;
	text-decoration: none;
	font-style: normal;
}
a.small:visited {
	font-size: 10px;
	color: #4F734D;
	text-decoration: none;
	font-style: normal	;
}
a.small:hover {
	font-size: 10px;
	color: #EE0F6#6600998;
	text-decoration: none;
	font-style: normal;
}
a.small:active {
	font-size: 10px;
	color: #4F734D;
	text-decoration: none;
	font-style: normal;
}
