/* BODY */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/backtop.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B0A50;
	text-align: left;
}

html {
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #8B0A50;
	scrollbar-3dlight-color: #CF92A3;
	scrollbar-darkshadow-color: #8B0A50;
	scrollbar-face-color: #CF92A3;
	scrollbar-highlight-color: #CF92A3;
	scrollbar-shadow-color: #8B0A50;
	scrollbar-track-color: #ffffff;
}

a:link {
	color: #8B0A50;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CF92A3;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #8B0A50;
		text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #8B0A50;
		text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: 10px;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}

/* CONTAINERS */

.pagecontainer {
	width:100%;
	height:auto;
	position:absolute;
	z-index:1;
	text-align:center;
	background-image: url(images/backleft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}

.maincontainer {
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
	text-align:left;
	background-image: url(images/backright.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.contentcontainer {
	position:relative;
	margin:15px auto;
	width:712px;
	height:auto;
	z-index: 1;
}

.table {
	position:relative;
	width:686px;
	height:526px;
	z-index: 1;
	margin-top:15px;

}

.td {
	height: 12px;
	width: 686px;
}

.contentcell {
	height: 504px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #968C9E;
	border-left-color: #968C9E;
	padding-right: 12px;
	padding-left: 12px;
}

.mainimage {
	margin-left: 12px;
	float: right;
}

.hometext {
	width:390px;
	height:270px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
}

.news {
	width:400px;
	height:167px;
	margin-top: 10px;
	margin-left: 25px;
	float: left;
	overflow: auto;
}

.iframe-main {
	width:390px;
	height:504px;
	float: left;
}

.menucontainer1 {
	height: 46px;
	width: 711px;
	position: absolute;
	left: 1px;
	top: 452px;
	z-index:100;
}


/* CONTACT FORM ITEMS */

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #530859;
}

.formboxstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #890D93;
	width: 100%;
	border: 1px solid #530859;
}

.formbuttonstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4DCF6;
	width: 100px;
	border: 1px solid #FFFFFF;
	background-color: #8B0A50;
	text-align: center;
}
