body {
	background: url(/resources/images/bgClouds.jpg) repeat-x #66819E;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #564B47;
	padding: 0;
	margin: 0;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
}

/* ----------container to center the layout-------------- */
#container {
	width: 600px;
	margin-bottom: 10px;
	margin: 0 auto;
	background-color: #FFF;
}

/* -----------------content--------------------- */
#content {
	background: url(/resources/images/topImage.jpg) no-repeat #FFFFFF;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 320px 10px 0px 10px;
	margin: 0 0px;
}

div#content { 
	min-height: 400px;
	height: expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre {
	padding: 10px;
	margin: 0px;
	font-size: 12px;
}

p.contact {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #564B47;
	color: #FFF;
	font-weight: bold;
}

/* -----------footer--------------------------- */
#footer {
	background: #66819E;
	clear: both;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	text-align: right;
}

#footer #siteby {
	padding: 3px 20px 3px 0px;
	width: 160px;
	background: #000000;
	font-size: 10px !important;
	color: #FFFFFF;
}

#footer #siteby a {
	color: #FFFFFF;
}

#footer #siteby a:hover {
	color: #564B47;
}

/* ----------------content styling------------- */

ul {
	font-size: 12px;
	list-style-image: url(/resources/images/bullet.jpg);
}

label {
	width: 150px;
	float: left;
}

.txField {
	width: 400px;
	color: #036;
}

.txFieldArea {
	height: 200px;
	min-height: 200px;
	width: 550px;
	color: #036;
}

.button {
	padding: 5px;
	border: 1px solid #000000;
	background: #4386C9;
	color: #FFFFFF;
	font-weight: bold;
}
