body {
	font-family: sans-serif;
	font-size: 76%;
	color: #000000;
	line-height: 114%;
	margin: 0px;
	border: 0px;
	background-color: #2368B6;	
	background-image: url(../images/layout/page_bg.gif);
	background-repeat: repeat-x;
}

/**  links  **/

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

/**  font  **/

.bold {
	font-weight: bold;
}

/**  layout  **/

td.mainArea {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	padding-right: 24px;
	vertical-align: top;
}
td.top {
	vertical-align: top;
}
td.topSpacer {
	line-height: 8px;
}

img.imageRightAlign {
	margin-left: 10px;
}

td.homeImage {
	width: 25%;
	text-align: center;
}

/**  titles  **/

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.3em;
}

/**  footer  **/

td.footer {
	text-align: center;
	padding: 8px;
	color: #CDDFFF;
}

/**  costs table  **/

td.costTitleFirst {
	width: 20%;
	border-bottom: 1px solid #2368B6;
	font-weight: bold;
	color: #2368B6;
	vertical-align: bottom;
	padding-bottom: 4px;
	padding-left: 5px;
}
td.costTitleOthers {
	width: 13%;
	border-bottom: 1px solid #2368B6;
	font-weight: bold;
	color: #2368B6;
	vertical-align: bottom;
	padding-bottom: 4px;
	padding-left: 5px;
}
td.costContent {
	border-bottom: 1px solid #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	vertical-align: top;
	background-color: #CDDFFF;
}

/**  contact form  **/

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: 200px;
	height: 20px;
	border: 1px solid #CDDFFF;
	background-color: #E7EFFF;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}

textarea.messageField {
	width: 200px;
	height: 60px;
	border: 1px solid #CDDFFF;
	background-color: #E7EFFF;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}
select.selectbox {
	width: 200px;
	height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #CDDFFF;
	background-color: #E7EFFF;
	font-size: 80%;
	padding: 1px;
	margin-left: 3px;
}
input.button {
	width: 60px;
	height: 30px;
	border: 1px solid #CDDFFF;
	background-color: #E7EFFF;
	font-size: 80%;
}

/** div  **/

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