/* MAIN BODY */

body {
	background-color: #e7e5ed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #150867;
}
a:link {
	color: #150867;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #8170F3;
	font-size: 10px;
}
a:visited {
	color: #150867;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
a:active {
	color: #150867;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}



/* CONTAINER */

.pagecontainer {
	width:100%;
	height:auto;
	position:absolute;
	left:0px;
	top:43px;
	z-index:1;
	text-align:center
}

.maincontainer {
	position:relative;
	margin:0px auto;
	width:789px;
	height:auto;
	z-index: 1;
	text-align:left;
}

.contentarea {
	background-image: url(images/contentbackground.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FAFAFC;
}

#menucontainer{
	padding-top: 6px;
	text-align: center;
}

#menucontainer a {
	padding-right: 20px;
	padding-left: 0px;	
}

.girly {
	position: absolute;
	z-index: 1000;
	height: 240px;
	width: 200px;
	right: 45px;
	top: 475px;
	bottom: 21px;
}

.boxcontentiframe {
	height: 150px;
	width: 310px;
}

.contactform INPUT {
	width: 200px;
	font-size: 11px;
}

.contactform TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.contactform TEXTAREA {
	height: 50px;
	width: 200px;
}


.searchboxheader {
	height: 27px;
	width: 297px;
	margin-left: 12px;
}
.featuredboxheader {
	height: 27px;
	width: 297px;
	margin-left: 12px;
}

.boxbottom {
	margin-left: 12px;
}

.boxcontent {
	width: 295px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	height: 150px;
	margin-left: 12px;
	background-color: #FCFCFD;
}
.boxcontentiframe {
	height: 150px;
	width: 293px;
}
