html {
       overflow-y: scroll;
}
body{
	font-family:Arial, Helvetica, sans-serif;
		background-color:#E3D9D5;
		background-color:#000000;
}
.pageWrapper{	
	width:900px;
	margin:auto;
	border:1px solid #bb512b;
	background-color:#FFF;
	padding:20px;

}
.headerWrapper{
	height:141px;
}
.tagLine{
		float:right;
		margin:10px 40px 10px 0;

}
.logo{
	float:left;
	width:252px;
}

.contentWrapper{
	padding:10px;
	min-height:400px;
}
.bodyText{
	margin-bottom:10px;
}
.imageWrapper{
	padding:0 0 10px 10px;
	float:right;
}
.imageBlockr{
	float:right;
}
.header{
	font-weight:bold;
	margin-bottom:10px;
}
a.menuLink{
	font-size:12px;
}
.imageList{
	margin:10px 0 0 15px;
}
.highlight{
	font-weight:bold;
	color:#bb512b;
}
.clear{
	clear:both;
}
.contactWrapper{
	margin:auto;
	width:50%;
	margin-top:20px;
	border:1px solid #bb512b;
	height:60px;
	padding:15px;
}

#navcontainer ul
{
	margin: 0;
	list-style-type: none;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	height: 62px;

}

#navcontainer ul li { 
	display:inline-block; 
	width:110px;
	background-image:url(../images/menu-box.png);
}

#navcontainer ul li a
{
	display:block;
	text-decoration: none;
	padding-top:23px;
	padding-bottom: 15px;
	padding-left:3px;
	color: #bb512b;
	font-weight:bold;
	text-align:center;
	width:110px;
	height:24px;
}

#navcontainer ul li a:hover, #navcontainer ul li.active a
{
	text-decoration:none;
	color:white;
	font-weight:bold;

}
#navcontainer ul li:hover,  #navcontainer ul li.active a{
		background-image:url(../images/menu-box-h.png);
		color:white;
}