#contentArea {
	color: #EEEEEE;
	margin-left: 10px;
	margin-right: 10px;
}

#contentArea h1 {
	color: #FFFFFF;
	font-size: 1.6em;
	margin-top: 5px;
}

#contentArea p {
	font-size: 1.2em;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: justify;
}

#contentArea img {
	border-color: #FFFFFF;
	margin: 5px;
}

#contentArea a {
	color: #FFFFFF;
	text-decoration: none;
}

#contentArea a:hover {
	text-decoration: underline;
}
#contentArea table {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.2em;
}
#contentArea table * {
    font-size: 1.0em;
}
#contentArea .galleryviewer table 
{
    margin-left: 0px;
    margin-right: 0px;
}

#contentArea ul {
	font-size: 1.2em;
	list-style: outside;
	list-style-image: url(/assets/images/bullet.gif);
	margin-left: 20px;
}
#contentArea li {
	margin-left: 20px;
}
#contentArea ul ul {
	font-size: 1.0em;
}


#contentArea fieldset {
	border: none;
	font-size: 1.2em;
}
#contentArea fieldset legend {
	padding-bottom: 10px;
}
.getintouchrow {
	clear: both;
	padding-top: 5px;
}
.getintouchcol1 {
	float: left;
	text-align: right;
	padding-right: 4px;
	width: 30%;
}
.getintouchcol2 {
	float: left;
	width: 200px;
}
.getintouchcol2 input {
	background-color: #111111;
	border: solid 1px #EEEEEE;
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	height: 18px;
	*height: 15px;
	margin-right: 5px;
	*padding-left: 1px;
	*padding-top: 3px;
	right: 0px;
	width: 198px;
	*width: 197px;
}
.getintouchcol2wide {
	float: left;
	width: 485px;
}
.getintouchcol2wide textarea {
	background-color: #111111;
	border: solid 1px #EEEEEE;
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	height: 68px;
	*height: 65px;
	margin-right: 5px;
	*padding-left: 1px;
	*padding-top: 3px;
	right: 0px;
	width: 443px;
	*width: 442px;
}
.getintouchcol2wideerror {
	color: #F00000;
	float: left;
	width: 465px;
}

.getintouchcol3 {
	color: #F00000;
	float: left;
	padding-left: 4px;
	width: 290px;
}
