body {
	font: 14px Verdana, Arial, sans-serif;
	color: #111111;
	background-color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a, a:visited {
    text-decoration: none;
	color: #690B0B;
	font-weight: bold;
}

a:hover {
    text-decoration:none;
	color: #B71313;
	font-weight: bold;
}

div {
	padding: 0px;
	margin: 0px;
}

div#header {
    margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	height: 52px;
	text-align: center;
	background: #fff;
}

div#headerline {
    margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

div#headerpic {
    background: #000;
	height: 30px;
	margin: 0px;
}

#headerpic img {
    margin: 0px;
	padding: 0px;
	border: 0px;
}

div#menubar {
	margin: 0px;
    text-align: center;
	background: #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

div#menulinks {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#menu {
	text-align: center;
	height: 27px;
	margin: 0px;
	padding: 0px;
	list-style: none;
    background: #000;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 22px;
	width: 150px;
	font-variant: small-caps;

}

#menu a.selected:link, #menu a.selected:visited {
	color: #aaaaaa;
}

#menu a:link, #menu a:visited {
	color: #ffffff;
}

#menu a:hover {
	color: #CC0000;
}

div#mainsection {
	background: #fff;
	background-image: url(../images/fadeback.gif);
	background-repeat: repeat-x;
}

div#maincontent {
	text-align: left;
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-top: 20px;
	
}

h1 {
    font-size: 1.7em;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #222222;
    border-bottom: 1px solid #BBBBBB;
}

h2 {
    font-size: 1.5em;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #444444;
}

h1.right {
    text-align: right;
}

img.right {
	float: right;
	padding: 10px;
	margin: 5px 0px 5px 10px;
}

img.left {
    float: left;
	padding: 10px;
	margin: 5px 0px 5px 10px;
}

p.textlist {
    margin-left: 50px;
}

ol {
    margin: 0px;
	padding: 0px;
}

ol li {
    list-style: none;
    border-top: 1px solid #690B0B;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 50px;
	padding: 10px;
}

div#contact-details {
	margin-left: auto;
	margin-right: auto;
	font-variant: small-caps;
	font-size: 0.9em;
	font-weight: bold;
	height: 270px;
}

#contact-details strong {
    color: #690B0B;
}

#contact-details div.left {
    float: left;
	margin-left: 50px;
	background: #EEEEEE;
	border: 2px solid #690B0B;
	width: 220px;
	padding: 10px;
}

#contact-details div.right {
    float: right;
	margin-right: 50px;
	background: #EEEEEE;
	border: 2px solid #690B0B;
	width: 220px;
	padding: 10px;
}

input {
    text-align: left;
	font-size: 12px;
	width: 500px;
	vertical-align: center;
	border: 1px solid #222222;
	background: #ffffff;
}

input#sendButton {
	display: block;
	width: auto;
	border: none;
	background: none;
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	color: #440000;
	border: 2px solid #222222;
}
input#sendButton:hover {
	color: #ffffff;
	background: #222222;
}

select {
    text-align: left;
	font-size: 12px;
	width: 500px;
	vertical-align: center;
	border: 1px solid #222222;
	background: #ffffff;
}

textarea {
    text-align: left;
	font-size: 12px;
	width: 500px;
	vertical-align: center;
	border: 1px solid #222222;
	background: #ffffff;
}

#contactheader {
	background: #222222;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin: 0px;
}

#contactsection {
	border-top: 1px solid #222222;
	border-bottom: 1px dashed #222222;
	border-left: 1px dashed #222222;
	border-right: 1px dashed #222222;
}

#contactform {
	margin: 5px;
	border-spacing: 1px;
}



label {
	font-size: 14px;
	font-weight: bold;
}

div #sendbutton {
    margin-left: 160px:
	font-weight: bold;
	font-size: 1.4em;
}

div#footerbar {
    margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: center;
	background: #000;
	height: 25px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 5px solid #ffffff;
	font-size: 9px;
	color: #aaaaaa;
}

#footerbar ul {
	list-style: none;
	display: inline;
}

#footerbar li {
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}

div.quote {
	font: Verdana;
	font-size: 1.5em;
	color: #222222;
	padding-left: 50px;
	padding-top: 30px;
	background: url(../images/quotecorner.gif) top left no-repeat;
}

div.signed {
    font: Verdana;
	font-size: 0.8em;
	color: #555555;
    text-align: right;
	padding-left: 150px;
}
