﻿body { background: #e4e4e4; } 

#container { width: 750px; margin-left:auto; margin-right:auto; border: 1px solid #cccccc; background-color: #ffffff; }
#content   { margin-top:30px;	margin-left:auto; margin-right:auto; width:650px; }

#menubar {
	font-size: 8pt;
	font-family: verdana, arial, helvetica;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
	text-align: center;
}

#menubar td {
	background-image: url('images/whitebar.gif');
	background-position: right center;
	background-repeat: no-repeat;
	width: 100px;
	height: 20px;
}

#menubar a:link, #menubar a:visited {color:#ffffff; text-decoration: none; }
#menubar a:active, #menubar a:hover {color: #ffff00; text-decoration: none; }

#footmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-top:20px;
}

#footmenu a:link, #footmenu a:visited { color: #000000; text-decoration : underline;}
#footmenu a:active, #footmenu a:hover {color: #cc0000; font-weight: bold;}

#footbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	height: 20px;
    vertical-align: middle;
    margin-top: 30px;
}

.fieldvalidate {
	font-family: Arial, Helvetica, sans-serif;
	font-Size:10px;
    color: #ee0000;	
}

img { border-style: none; }

.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.tabletext input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	height: 15px;
	text-align: left;
}

.tabletext select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	height: 20px;
	text-align: left;
}

.tabletext button {
	font-size: 14px;
	text-align: center;
	height: 22px;
	vertical-align: middle;
}
	
.redtext {
	color: #ee0000;
}

.redtextbold {
	color: #ee0000;
	font-weight:bold;
}

h1.thankyou {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
}

h2.thankyou {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
}



