body {
	font-family: sans-serif;
	font-size: 0.9em;
	color: #000000;
	line-height: 114%;
	margin: 0px;
	border: 0px;
	background-color: #054C70;	
}

/**  links  **/

a.links-footer, a.links-footer:hover {
	color: #B4CAD4;
	text-decoration: none;
}
a.links-footer:hover {
	color: #F59F1D;
	text-decoration: none;
}
a.links-general:hover {
	color: #483656;
	font-weight: bold;
	text-decoration: underline;
}

/**  font  **/

.bold {
	font-weight: bold;
}

/**  layout  **/

h1.subTitle {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

#pageFont {
	font-size: 0.8em;
}
#footer {
	font-size: 0.8em;
}
td.centered {
	text-align: center;
}
td.mainPage {
	background-color: #FFFFFF;
	background-image: url(../images/layout/page_bg.gif);
	background-repeat: repeat-y;
}
td.mainPageContent {
	padding-top: 16px;
	padding-left: 14px;
	padding-bottom: 16px;
	padding-right: 14px;
}
img.pageImage {
	margin-left: 10px;
}
/**  footer  **/

td.footer {
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #054C70;
	text-align: center;
	color: #B4CAD4;
}
/**  contact form  **/

td.contactLeft {
	padding: 3px 10px 0px 0px;
	vertical-align: top;
	font-size: 0.8em;
}
td.contactRight {
	padding: 0px 0px 0px 7px;
}
td.contactSpacer {
	line-height: 5px;
}
input.textBox {
	width: 180px;
	height: 22px;
	border: 1px solid #C3CACE;
	background-color: #E1E7EB;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}
textarea.messageField {
	width: 180px;
	height: 60px;
	border: 1px solid #C3CACE;
	background-color: #E1E7EB;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 1px;
	padding-top: 2px;
}
select.selectbox {
	width: 200px;
	height: 24px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #C3CACE;
	background-color: #E1E7EB;
	font-size: 100%;
	padding: 1px;
	margin-left: 3px;
}
input.button {
	width: 60px;
	height: 30px;
	border: 1px solid #C3CACE;
	background-color: #E1E7EB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

/** div  **/

#wrapper {
position: relative;
width: 747px;
margin: auto;
text-align: left;
}
div.centered 
{
text-align: center;
width: 100%;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}