/* TEXT */

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:24px;
	text-align:left;
	}
	
a {
	color:#74b275;
	text-decoration:none;
	}

a:hover {
	color:#CCCCCC;
	text-decoration:none;
	}
	

/* LAYOUT */

* {
	margin:0;
	padding:0;
	} 

html, body {
	height: 100%;
	background:url(images/pattern.png) repeat;
	}

#container {
	min-height: 100%;
	}
		
#header {
	background:url(images/header-bg.png) repeat-x;
	height: 50px;
	}
	
.title {
	padding: 14px 0 0 15px;
	}		

#main {
	overflow:auto;
	padding-bottom: 50px;}  /* must be same height as the footer */
	
#form {
	width:900px;
	margin:0 auto;
	background-color:#E0EBDA;
	}

#footer {
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	background:url(images/footer-bg.png) repeat-x;
	}

.footertext {
	color:#FFFFFF;
	text-align:center;
	font-size: 12px;
	padding-top:37px;
	}






/*Opera Fix for sticky footer*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}
