/* home */
div#main ul, div#main ul li {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	list-style: square;
}
/* references */

div.ref {
	margin-top: 15px;
	font-weight: bold;
}

ul.ref {
	margin: 0 0 10px 0;
	padding: 0;
}
ul.ref li {
	list-style-position: outside;
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
	font-style: italic;
	font-size: 11px;
}
/* links */
a.url, a.url:link, a.url:visited {
	text-decoration: none;
	color: #42720C;
}
a.url:hover, a.url:active {
	color: #FF5B02;
}
/*a, a:link, a:visited {
	text-decoration: none;
	color: #42720C;
}
a:hover, a:active {
	color: #FF5B02;
}*/
div.url {
	margin-top: 3px;
	margin-bottom: 6px;
}

/* contact */

form#contact {
	display: block;
	padding: 0px;
	margin: 0 90px 0 90px;
	/*width: 300px;*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}
form#contact input, form#contact select{
	width: 300px;
	height: 18px;
	border-width: 1px;
	border-style: solid;
	border-color: #90b93e;
	background-color: #c5de94;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}
form#contact input.submit {
	width: 100px;
	margin-left: 100px;
	margin-top: 15px;
}
form#contact textarea{
	width: 300px;
	height: 100px;
	border-width: 1px;
	border-style: solid;
	border-color: #90b93e;
	background-color: #c5de94;
	
	margin-top: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	color:#3e3e3e;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

