body {
	margin: 0px;
	background-color: #ffffff;
}

#popup {
	left:527px;
	position:absolute;
	top:58px;
	height:137px;
	width:419px;
}

#imagemap {
	cursor:pointer;
}


/* CONTAINERS */

.pagecontainer {
	width:100%;
	height:auto;
	position:absolute;
	z-index:1;
	text-align:center
}

.maincontainer {
	position:relative;
	margin:0px auto;
	width:1000px;
	height:665px;
	z-index: 1;
	margin:0px auto;
}

/* MENU */

.menu {
	height: 17px;
	width: 980px;
	color: #625678;
	font-weight: bold;
	text-align: right;
	position: absolute;
	left: 1px;
	top: 141px;
	z-index: 10000;
	padding-right:20px;
}
.menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625678;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right:10px;
	white-space:nowrap;
}
.menu a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9580BB;
	text-decoration: none;
	font-weight: bold;
}

/* CONTENT */

.content {
	width:550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 15px 15px 15px 435px;
	color: #9383A9;
       position:relative;
}
.content h1{
	font-size: 15px;
	color: #614B7C;
}
.content a{
	color: #644E8E;
	font-weight: bold;
}
.content a:hover {
	color: #9580BB;
	font-weight: bold;
}
.iframe {
	width: 500px;
	height: 500px;
}
.flash {
	height: 536px;
	width: 536px;
	position: absolute;
	left: 0px;
	top: 95px;
	z-index: 10;
}


/* FOOTER */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 985px;
	text-align: left;
	color: #8F7EB6;
	padding-left: 15px;
}
.footer a{
	color: #5D4785;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
	}
.footer a:hover{
	color: #9580BB;
	text-decoration: none;
	font-weight: bold;
	}
	

/* 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: #79563A;
	width: 250px;
	border: 1px solid #530859;
}

.formbuttonstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F3E7B3;
	width: 100px;
	border: 1px solid #FFFFFF;
	background-color: #9C7123;
	text-align: center;
}

