body {
	font-family: sans-serif;
	font-size: 76%;
	color: #000000;
	line-height: 114%;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;	
}

/**  links  **/

a.links-general, a.links-general:hover {
	color: #FDB302;
	font-weight: bold;
	text-decoration: none;
}
a.links-credits {
	color: #D98E00;
	text-decoration: none;
}
a.links-credits:hover {
	color: #EBB000;
	text-decoration: none;
}

/**  font  **/

.bold {
	font-weight: bold;
}
.yellowBold {
	font-weight: bold;
	color: #D98E00;
}
td.errorText {
	font-weight: bold;
	color: #DC6322;
}

/**  layout  **/

td.mainCopy {
	padding: 11px 10px 11px 10px;
}
img.directors {
	margin-left: 10px;
}

/**  legal  **/

td.legal {
	background-color: #DFDEDC;
	padding: 10px;
}

/**  footer  **/

td.footer {
	width: 100%;
	padding: 13px 0 0 0;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	background-color: #5E5B52;
	font-size:14px;
}
td.footerLeft {
	width: 10px;
	vertical-align: bottom;
	background-color: #5E5B52;
}
td.footerRight {
	width: 10px;
	text-align: right;
	vertical-align: bottom;
	background-color: #5E5B52;
}

/**  contact form  **/

td.contactMainLeft {
	vertical-align: top;
}
td.contactMainRight {
	vertical-align: top;
	width: 300px;
}
td.contactLeft {
	padding: 3px 10px 0px 0px;
	vertical-align: top;
}
td.contactRight {
	padding: 0px 0px 0px 7px;
}
td.contactSpacer {
	line-height: 5px;
}
td.contactBodyLeft {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	width: 220px;
}
td.contactBodyRight {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
input.textBox {
	width: 180px;
	height: 18px;
	border: 1px solid #D98E00;
	background-color: #FFE598;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}
select.dropMenu {
	width: 183px;
	height: 18px;
	border: 1px solid #D98E00;
	background-color: #FFE598;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}
textarea.messageField {
	width: 180px;
	height: 60px;
	border: 1px solid #D98E00;
	background-color: #FFE598;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}
input.button {
	width: 50px;
	height: 20px;
	border: 1px solid #D98E00;
	background-color: #FFE598;
	font-size: 80%;
}

/** div  **/

#wrapper {
position: relative;
width: 748px;
margin: auto;
text-align: left;
}
div.centered 
{
text-align: center;
width: 100%;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}