body {
	margin: 0px 0px 20px 0px;
	background-color: #ffffff;
        	text-align: left;
        font-family: verdana, 'trebuchet ms', sans-serif;
        font-size: 13px;
	}

a {
	text-decoration: underline;
	}

a:link  { color: #444; line-height: 18pt; text-decoration: none }
a:visited  { color: #444; line-height: 18pt; text-decoration: none }
a:hover  { color: #900; line-height: 18pt }
a:img { border: none; }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

.nav-list {
	margin-left: 5px;	
	}

#container { 	margin: 110px 0px 0px 0px; }

#contact-container { 	margin: 20px 0px 0px 0px; }

.content h2 {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
        font-size: 16px;	
	text-align: left;
	font-weight: normal;	
	margin-bottom: 20px;	
	}

.content ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 20px;
	}

.content li {
	line-height: 150%;
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
	}

#searchsite {
        font-family: verdana, 'trebuchet ms', sans-serif;
        font-size: 10px;
        color: #444
        }

#contact-container {
width: 600px;
margin: 20px auto;
}
#contact-container h1 {
        font: 26px Georgia, "Times New Roman", serif;
        margin: 0 0 20px 0;
}
#contact-container fieldset {
padding: 20px;
margin: 0 0 20px 0;
background: #f9f9f9;
border: solid 1px #555;
}
#contact-container fieldset legend {
        font: 20px Georgia, "Times New Roman", serif;
}
#contact-container fieldset label {
width: 100px;
display: block;
}
#contact-container fieldset input,
#contact-container fieldset textarea {
width: 550px;
border: solid 1px #aaa;
padding: 3px;
        font: 16px Georgia, "Times New Roman", serif;
color: #333;
}
#contact-container fieldset textarea {
height: 250px;
}
#contact-container p {
color: #900;
font-style: italic;
font-size: 11px;
}
#status-message p.success {
background: #e1f1ff url(/images/tick.png) no-repeat 15px center;
font-style: normal;
font-size: 14px;
padding: 15px 20px 15px 40px;
margin-bottom: 24px;
border: solid 1px #d1e1ef;
color:#456;
font-weight: bold;
}
#status-message p.error {
background: #ffe1e1 url(/images/cross.png) no-repeat 15px center;
font-style: normal;
font-size: 14px;
padding: 15px 20px 15px 40px;
margin-bottom: 24px;
border: solid 1px #dfd1d1;
color:#644;
font-weight: bold;
}

