@import "scripts/ui.core.css";
@import "scripts/ui.theme.css";
@import "scripts/ui.datepicker.css";

body {
	margin: 0px;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}
img, div {
	margin: 0;
	padding: 0;
}
img {
	font-size: 0;
	border: 0;
}
#imageContainer {
	position:relative;
	margin:auto;
	width:340px;
	height:500px;	
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
.bodytextbiggerserif {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.smalltext {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.required {
	font-family: georgia;
	font-weight: bold;
	font-size: 14px;
	color: #ae0202;
}
.number {
	color: #bbb;
	margin-bottom: 20px;
	line-height: 14px;
}
.number strong {
	color: #0C7AA4;
}
.nav {
	font-size: 14px;
	line-height: 10px;	
	font-variant: small-caps;	
	padding-right: 8px;
}
.nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover {
	color: #0C7AA4;
}
.contentbgElegant {
	background-image: url(images/trees.gif);
	background-color: #000000;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 630px bottom;
}
.footer {
	color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.address {
	color: #fff;
}
#header {
	font-size: 2px;
	background-color: #000000;
}
#footer {
	font-size: 0;
}
#content {
	background-color: #000000;
}

.whitehlink {
	color: #FFFFFF;
	text-decoration: none;
}
.bodytextbigger {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.interestplace {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #990000;
	padding: 2px;
	background-color: #CC0000;
}
.formtext {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}