@charset "utf-8";
/* CSS Document */

body {
	background-color:#5A4436;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	margin-top:10px;
	margin-bottom:10px;
}
a:link {
	color:white;
	font-weight:bold;
}
a:visited {
	color:white;
	font-weight:bold;
}
a:active {
	color:#ef8a15;
	font-weight:bold;
}
a:hover {
	color:#ef8a15;
	font-weight:bold
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	color:#213f7c;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	margin-top:20px;
	margin-bottom:10px;
	font-weight:bold;
	color:#213f7c;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	margin-top:10px;
	margin-bottom:10px;
	list-style:square
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border: 2px solid #9db0cc;
	}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border: 2px solid #9db0cc;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	margin-top:10px;
}
#preview{
	position:absolute;
	border:0px;
	background:white;
	padding:2px;
	display:none;
	color:white;
	}
#projects {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}