BODY {
    font-family: serif;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    text-align: center;
}

div.banner {
    background: url(images/banner.jpg) left top no-repeat #103373;
    height: 150px;
    width: 100%;
    border-bottom: 2px solid #103373;
}

div.menuholder {
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-align: left;
}

div.menu {
    background: url(images/menucorner.gif) bottom right no-repeat #103373;
    width: 150px;
    padding: 10px 6px 10px 10px;
}

div.menu  a {
    display: block;
    color: #FFFFFF;
}

span.important {
    font-weight: bold;
}

table.contact {
    width: 500px;
    margin: 6px auto 6px auto;
}

td.left {
    text-align: left;
    padding: 6px;
}
td.right {
    text-align: left;
    padding: 6px;
}

h1.subtitle {
    margin: 10px;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

/* Email form */
div.emailform {
    margin-left: auto;
    margin-right: auto;
	margin: 4px 10px 4px 40px;
	padding: 4px;
	width: 90%;
	text-align: left;
	border: 1px solid #103373;
	background-color: #EEEEEE;
}
div.emailsendersname {
	padding: 5px 20px 5px 20px;
	width: 100%;
}
div.emailsendersname input {
	background-color: #F8F6F6;
	width: 96%;
}
div.emailsendersname input:focus {
	background-color: #FFFFFF;
}
div.emailsendersaddress {
	padding: 5px 20px 5px 20px;
	width: 100%;
}
div.emailsendersaddress input {
	background-color: #F8F6F6;
	width: 96%;
}
div.emailsendersaddress input:focus {
	background-color: #FFFFFF;
}
div.emailsubject {
	padding: 20px;
	padding-top: 5px 20px 5px 20px;
	width: 100%;
}
div.emailmessage {
	padding: 5px 20px 5px 20px;
	width: 100%;
}
div.emailmessage textarea {
	background-color: #F8F6F6;
	width: 96%;
	height: 200px;
}
div.emailmessage textarea:focus {
	background-color: #FFFFFF;
}
div.emailsendbutton {
	text-align: right;
	width: 96%;
}
div.error {
	color: red;
	background-color: #FFFFFF;
	text-align: left;
	padding: 4px 20px 4px 20px;
}
div.sent {
        font-size: 14pt;
        font-weight: bold;
        color: red;
	padding: 10px;
	text-align: center;
}