/* pagelayout */
				
#login 
{
    float: left;
	border: solid 1px #aaaaaa;
	width: 250px;
	overflow: hidden;
}

#intro 
{
	margin-left: 10px;
    float: left;
	height: 100px;
	border-style: none;
}

/*
#logintable 
{
    margin: 10px 75px 10px 0px;
	border: solid 1px #aaaaaa;
    float: left;
}
*/
 
#breadcrumb {
	display: none;
}

#foot 
{
	bottom: 13px;
	clear:both;
	padding:1px;
	position:absolute;
	right: 10px;
}
#siteSearch
{
	position: absolute;
	bottom: 10px;
	left: 5px;
	height: 25px;
	z-index: 100;
}
#left
{
	display: none;
}
#main {
	float:left;
	overflow: hidden;
	margin: 15px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	position: relative;
	top: -10px;
}

#right
{
	float: left;
	width: 255px;
}

.contactForm tr + tr + tr + tr + tr input
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #BEBC97;
	border: 1px solid #666666;
	cursor:pointer;
}



#foot a
{
	text-decoration: none;
}
.errorcopy
{
	color: red;
}
