/** BASIC */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336600;
}

p, ol, ul {
	line-height: 160%;
}

ul.faqlist li{
	list-style-image: url(images/leaf.jpg);
}

a {
	color: #336600;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #336600;
}
a.top_anchor {
	visibility: hidden;
}
a.top_nav {
	font-size: 10px;
	color: #fff;
	background-color: #336600;
	text-decoration: none;
	padding: 2px;
}

a.top_nav:hover {
	text-decoration: none;
	color: #336600;
	background-color: #fff;
}

img {border: none;}

.textbox {border: 1px solid #336600; width: 200px;}

input.button {font-size: 10px; color: #000; }

/** HEADER */

#header {
	float: left; background: #fff url(media/CFES_header.jpg) no-repeat top left; width: 100%; margin: 0px;
}

/** MENU */


/** CONTENT */


#content {
	clear: both;
	font-size: .8em;
	margin: 0px;
	padding: 10px;
	border-top: 2px solid #336600;
	text-align: justify;
}

#content h2 {
}

#content h3 {
	font-size: 14px;
	text-decoration: underline;
}
#content h4 {
	font-size: 13px;
	text-transform: none;
}

#content .hr{width: 100%; border-top: 2px dotted #336600; text-align: right;}
#central {
	width: 98%;
	padding: 5px;
	text-align: center;
	clear: both;
	border-top: 2px solid #336600;
}
#central .hr{width: 100%; border-top: 2px dotted #336600; text-align: right;}
#modules .hr{width: 100%; border-top: 2px dotted #336600; text-align: right;}

#left {
	float: left;
	width: 47%;
	padding-right: 2%;
	text-align: justify;
	border-right: 1px dashed #336600;
}

#right {
	float: left;
	width: 49%;
	padding-left: 1%;
	/*border-left: 1px dashed #336600;*/
}

input.button {background-color: #336600; font-size: 10px; color: #fff; font-weight: bold; border: 1px solid #000;}
input.button:hover {background-color: #fff; color: #336600; border: 1px solid #000;}


/** FOOTER */
#zoo_img {clear: both; width: 100%; text-align: center; padding: 2px 0px;; border-top: 2px solid #336600;}
#zoo_img a {margin: 0; padding: 0; background-color: #fff;border-style: none;}
#zoo_img a:hover  {color: blue; background-color: #fff; border-style: none;}

#footer {font-size:10px; color: #333; border-top: 1px solid #333; width: 100%; text-align: center;padding-bottom: 10px;padding-top: 5px; clear: both; margin-bottom: 10px;}
#footer a{color: #333; text-decoration: underline; padding: 1px 4px 1px 4px;}
#footer a:hover{color: #fff; background-color: #000; text-decoration: underline;}



