body
{
    padding-top:10px;
}
#container {
	text-align:left;
	width: 1024px;
}
#nav {
	height:15px;
	width:1024px;
	margin-left:10px;
}
.contact {
	position:absolute;
	top:25px;
	left:400px;
	text-align:center;
	font-size:12pt;
}
.parcel
{
    position: absolute;
    text-align:right;
    top: 25px;
    left: 850px;
    width: 190px;
    padding: 5px;
    font-size:12pt;
}
#navTextBox {
	height:130px;
	width:1026px;
	margin-left:10px;
	padding:1px;
	height:25px;
}
.navText {
	padding:1px;
	height:30px;
}
#introImage {
	width:1026px;
	margin-bottom:10px;
	margin-left:10px;
	height:130px;
}
#pageImage {
	width:1024px;
	margin-bottom:10px;
	margin-left:10px;
	height:200px;
}
#contentText {	
	width:82%;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	
}

#leftStack {
	width:359px;
	position:relative;
	left:10px;
	height:350px;
}
#leftStackLarge {
	width:743px;
	position:relative;
	left:10px;
	height:350px;
}
#scroll
{
	height:330px;
    overflow:auto;
    width:740px;
}
#centreStack {
	width:359px;
	position:absolute;
	left:400px;
	top:268px;
	height:350px;
}
#rightStack {
	width:254px;
	position:absolute;
	left:780px;
	top:126px;
	height:492px;
}

#footer{
	width:1024px;
	margin-left:10px;
	margin-top:20px;
}

span.footerB {
	width:25%; 
	position:absolute; 
	left:37%;
}
.floatingImage
{
    padding:5px;
    float:left;
}
.menuLink
{
    text-align:center;
    float:left;
    padding-top:2px;
}
.dropDownMenuContainer
{
    background-color:#004A92;
    margin:0;
    padding:0;
    padding-top:10px;
    padding-left:5px;
    line-height:28px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    text-align:left;
    width:130px;    
    height:70px;
    position:relative;
    z-index:5;
}
.dropDownMenuItem
{
    color:#000000;
}