/* monikakey.css*/

* {
    padding : 0px;
    margin : 0px;
}
 
html, body {
    height : 100%;
	font-family: "Trebuchet MS", Verdana;
    font-size : 12px;
}

.clearfloat {
    clear : both;
    float : none;
}

/* GENERAL STYLES */

h1 {
	font-size: 160%;
	font-weight: bold;
	color: #3C6D1E;
	padding: 10px;
}

h2 {
	font-size: 160%;
	font-weight: bold;
	color: #3C6D1E;
	padding: 20px 10px 10px 10px;
}

h3 {
	font-size: 250%;
	font-weight: bold;
	color: #3C6D1E;
	padding-top: 20px;
}

h4 {
	font-size: 130%;
	font-weight: bold;
	color: #000000;
	padding: 20px 10px 10px 10px;
}

/*
a:link, a:visited, a:hover, a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
*/

a:link, a:visited, a:hover, a:active {
	color: #3C6D1E;
}

a:hover {
	text-decoration: none;
}

p {
	text-align: justify;
	padding: 10px;
}

.bold {
	font-weight: bold;
	text-align: justify;
}

.bigbold {
	font-size: 120%;
	font-weight: bold;
	text-align: justify;
}

.centre {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
}

.centrebold {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.greenbold {
	font-size: 110%;
	font-weight: bold;
	text-align: justify;
	color: #3C6D1E;
}

.hugegreenbold {
	font-size: 150%;
	font-weight: bold;
	text-align: justify;
	color: #3C6D1E;
}

.italics {
	font-style: italic;
}

.vsmall {
	font-size: 9px;
	font-weight: normal;
}



ul {
	padding-left: 15px;
} 

li {
	padding: 5px 20px 5px 10px;
}

.menulist {
/* used for menu on left side of page */
	margin: 0px;
	padding: 0px;
}

.menulist li {
	line-height: 1; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	border-bottom: 1px dotted #3F7021;
		}

/* MAIN DIVS */

#background {
	width : 100%;
	background-color: #FFFFFF;
/*    background-color : #EBF3BC;
	background:  url(../images/background.gif) top left; */
}

/* puts a fillet at top and bottom */
#background .fillet {
	height: 20px;
}

#container {
    width : 770px;
	background-color: #FFFFFF;
	position : relative;
	margin-left : auto;
	margin-right : auto;
/*	border: 1px solid #000000; */
}

/* TOP DIVS */

#pageheader {
	height: 90px;
	width: 100%;
    background: url(../images/header2.jpg) top left no-repeat;
/*	border-bottom: 1px solid #000000; */
}

#pageheader h1 span {
	display : none;
}

/* LEFT DIVS */

#leftcolumn {
	float: left;
	width: 180px;
/*	margin-top: 20px;
	margin-left: 10px; */
}

#leftimage {
	height: 82px;
	width: 150px;
	margin-left: 10px;
	padding-bottom: 10px;
    background: url(../images/fern.jpg) top left no-repeat;
}

#leftmenu {
	width: 180px;
	padding-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	background-color: #FFFFFF;
}

#leftmenu a:link, #leftmenu a:visited, #leftmenu a:hover, #leftmenu a:active {
	font-size: 14px;
	font-weight: bold;
	color: #3C6D1E;
	text-decoration: none;
}

#leftmenu a:hover {
	font-size: 14px;
	text-decoration: underline;
}

#leftmenu .activebold {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
/*	color: #3C6D1E; */
}

#xhtmlbadge {
	width: 160px;
	margin-right: 20px;
}

/* MIDDLE DIVS */

#maincontent {
	margin-left: 180px;
	padding : 10px 30px 30px 30px;
/* any wider and the content drops to the bottom in IE6 */
	width: 530px;
	height: 100%;
	background-color: #FFFFFF;
	margin-bottom: -8px;
}

#maincontent .contentlist {
	position: relative;
	text-align: justify;
	left : 20px;
	line-height: 1;
}

#maincontent .numberedlist {
	position: relative;
	text-align: justify;
	left : 20px;
	line-height: 1.5;
	list-style: decimal;
}

#maincontent .circlelist {
	position: relative;
	text-align: justify;
	left : 20px;
	line-height: 1.5;
	list-style: circle;
}

#maincontent .image_right {
    float : right;
	text-align: center;
    margin-left : 15px;
	margin-bottom: 5px;
}

#maincontent .info {
}

#maincontent .infoleft {
	float: left;
	margin-left: 80px;
	text-align: left;
}

#maincontent .inforight {
    float : right;
	margin-right: 200px;
	text-align: left;
}

#homefern {
	padding : 20px 0px 0px 10px;
}

/* BOTTOM DIVS */

#footer {
	height: 130px;
	margin-top: 10px;
	text-align: right;
}

#footercopy {
	padding: 10px;
	margin-top: 20px;
	text-align: center;
	background-color: #FFFFFF;
}
