/* ############### */
/* TEMPLATE STYLES */
/* ############### */

body{
	background-color: #ffffcc;
	color: #006600;
}

fieldset{
	padding:10px;
	background-color: #d4e09f;
	border: 1px solid #99cc66;
}

a {
	color:#006600;
	font-weight: bold;
	text-decoration: underline;	
}
a:hover {
	color:#006600;
	text-decoration: none;	
}

div#container {		
	text-align: left;
	width: 100%;
	padding:10px;	
}
* html div#container {
	overflow: visible;	
}

.clear { clear:both;}

/* ----------------------------------------------------------------- */

div#content {
	width: 100%;	
}
