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

/*
VINTAGE
#8c3030 - red
#a6633c - orange
#a69580 - beige
#327373 - green
#151b26 - blue
*/

body {
	background: #ffffff;
	color: #151b26;
	margin: 0 auto 0 auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 175%;
}

p, table, tr, td {
	color: #151b26;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 175%;
	vertical-align: top;
}

a {
	color: #327373;
	text-decoration: none;
	font-weight: bold;
}

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

img {
	border: 1px solid #151b26;
	margin: 3px;
}

.noborder {
	border: none;
	margin: 0px;
}

h1 {
	color: #327373;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 15pt;
	font-style: italic;
	text-transform: lowercase;
	border-bottom: 1px solid #151b26;
}

h2 {
	color: #a6633c;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 13pt;
	font-style: italic;
	text-transform: lowercase;
}

h3 {
	color: #8c3030;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11pt;
	font-style: italic;
	text-transform: lowercase;
}

h4, h5, h6 {
	color: #8c3030;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	text-transform: lowercase;
}

input, textarea {
	background: #a69580;
	color: #151b26;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: none;
	border-bottom: 1px solid #151b26;
	margin: 3px;
	padding: 5px;
}

label {
	font-weight: bold;
}

table.mailform {
	border: none;
}

table tr td.rightside {
	text-align: left;
	vertical-align: middle;
	padding: 3px;
}

table tr td.leftside {
	text-align: right;
	vertical-align: middle;
	padding: 3px;
}




#container{
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}

#header{
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}

#content{
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
}

#footer{
	width: 800px;
	margin: 25px auto 10px auto;
	padding: 0;
	text-align: center;
	border-top: 1px solid #151b26;
}