body {background-color:#f3f3f3;
	font: 62.5%/1.5 Helvetica, Arial, sans-serif;
;
	color: #434343;
}

code {width:100%; padding:10px; background:#F6F6F6; display:block; font-size:1.7em; clear:both; margin:10px 0; border-left:3px solid #90b11f;}

/* Content */


#content {
	background:  #fff;
	width: 100%;
	padding-top: 20px;
	float: left;
}

#header { background:  #fff url(/images/header.png) repeat-x;background-position:top center;
height:40px;}

#maincontent {
	width: 58%;
	margin-right: 10%;
	display: inline;
	float: right;
}

p a {color:#90b11f; background: url(/images/link.png) no-repeat; padding-left:23px;}

#sidebar {
	width: 25%;
	margin-left: 3%;
	display: inline;
	float: left;
}




input:focus, textarea:focus {
	background-color: #F7F7F7;
}

input {height:25px; border:1px solid #90b11f; line-height:25px; color:#777; padding:7px 0px 2px 5px; font-size:1.5em; }



input.submit {
height:36px; border:1px solid #666; line-height:36px; color:#90b11f; padding:0px 5px 3px 5px; font-size:1.5em; background:#F7F7F7;
}

/* General */

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	border: none;
}




/* Headings */

h1 {
	font-size: 2.3em;
	letter-spacing: 0;
	line-height: 1.0;
	color: #90b11f;
	padding-bottom: 0.4em;
	padding-top: 0.8em;
	margin-bottom: 0.4em;
	border-bottom:1px solid #ccc;
}

h1 a {color:#90b11f; text-decoration:none;}

h2, legend {
	font-size: 2.4em;
	line-height: 1.0;
	color: #90b11f;
}

h3 {
	font-size: 1.8em;
	color: #90b11f;
}



/* Links */


a {
	outline: none;
}





#header a:hover,
#header a:active,
#header a:focus,
h2 a:hover,
h2 a:active,
h2 a:focus,
h3 a:hover,
h3 a:active,
h3 a:focus  {
	color: #fff;
	background-color: #90b11f;
}



/* General font-sizes */

#header p, #content p, #content ul, #content ol, #footer, #maincontent table {
	font-size: 1.5em;
}


p, ul, ol {
	margin-bottom: 1.2em; 
}

p#breadcrumbs {
	font-size: 1.2em;
	color: #666;
	padding: 0;
	margin-top: -32px;
}






/* Intro */


#maincontent .intro {
	font-size: 1.3em;
	margin-bottom: 2em;
	background: #fff5be;
}

#maincontent .intro p {
	margin: 0;
	padding: 30px;
}

/* Main Content  */








/* Navigation */

#navigation ul {
	list-style: none;
	font-size: 1.6em;
	text-transform: uppercase;
	background-color: #FFF;
	margin-bottom: 2em;
}

#navigation li {
	display: inline; /* Fix IE Bug */
	background-color: #FFF;
	
}

#navigation a, #navigation span {
	text-decoration: none;
	display: block;
	color: #90b11f;
	padding: 6px 8px 6px 20px;
	border-bottom:1px solid #ccc;
}


#navigation .first, #navigation .first span, #navigation .first a {
	background: none;
	
}

#navigation span, #navigation a:hover, #navigation a:active, #navigation a:focus {
	padding-left: 15px;
	border-left: 5px solid #90b11f;
	color: #666;
}


/* News */

#sidebar h3 {
	font-size: 1.8em;
	margin-bottom: 0.5em;
}

#content #news {
	list-style: none;
	font-size: 1.3em;
	margin-bottom: 2em;
}

#news li {
	padding-left: 10px;
	margin-bottom: 0.2em;
}

#sidebar {
	background: transparent;
}

#footer {width:100%; height:130px; float:left;background: #4b5154 url(/images/footerbkg.png) repeat-x;background-position:top center;}

/*FORM*/

form {padding:10px;}

