* {
margin:0px;
padding:0px;
border:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:center;
	margin:0px;
	background:#fff url(bg.jpg) repeat-x;
}

#Top {
	position:relative;
	margin:0 auto;
	width:766px;
	height:94px;
	z-index:1;
	background:url(header.gif) no-repeat;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
}
#Middle {
	position:relative;
	margin:0 auto;
	width:766px;
	min-height:469px;
    height:auto !important;
    height:469px;
	z-index:2;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	overflow:auto;
}

#Middle2 {
	position:relative;
	margin:0 auto;
	width:766px;
	min-height:469px;
    height:auto !important;
    height:469px;
	z-index:2;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
}

h1 {
padding:10px;
margin:0px;
font-size:13px;}

.middleback {	
background:url(middle.jpg) no-repeat;
}

.alignleft {text-align:left;}

.textpad p {padding:10px;}

#Bottom {
	position:relative;
	margin:0 auto;
	width:766px;
	height:120px;
	z-index:3;
	background:url(bottom.gif) no-repeat;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	clear:both;
}
#WelcomeText {
	position:absolute;
	left:26px;
	top:44px;
	width:716px;
	height:39px;
	z-index:4;
	font-size:13px;
	background-color: #FFFFFF;
}
#ContactDetails {
	position:absolute;
	left:9px;
	top:44px;
	width:748px;
	height:70px;
	z-index:4;
}
#Nav {
	position:absolute;
	left:-2px;
	top:69px;
	width:775px;
	height:25px;
	z-index:4;
}
#Nav ul {
font-size:13px;
font-weight:bold;
color:#fff;
list-style-type: none;
}
#Nav ul li {
	display:block;
	float:left;
	height:25px;
	width:127px;
    line-height:23px;
	border-left:#fff solid 1px;
}
.borderright {
	border-right:#fff solid 1px;
}

#Nav a {
display: block;
width:100%;
height:25px;
}

#Nav a:link {
display: block;
color:#fff;
font-size:13px;
font-weight:bold;
text-decoration:none;
}

#Nav a:visited {
display: block;
color:#fff;
font-size:13px;
font-weight:bold;
text-decoration:none;
}

#Nav a:hover {
color:#fff;
background-color:#ABBCD4;
display:block;
text-decoration:none;}

#Nav a:active {
color:#fff;
font-size:13px;
font-weight:bold;
text-decoration:none;
}

