@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(Images/webpages/tile2.jpg);
	background-repeat:repeat;
}
.AS1 #wrapper {
	width:auto;	
	margin: 0 auto; 
	margin-top:0px;
	margin-bottom:0px;
}


.AS1 #container {
	width: 860px;
	height:auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:; /* this overrides the text-align: center on the body element. */
	background-image:url(Images/webpages/background_white.png);
	background-repeat:repeat-y;
}

.AS1 #header {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
	width: 860px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-31px;
}



.AS1 #leftContent {
	width:400px;
	height:auto;
	margin-left:30px;
	margin-right:10px;
	margin-top:30px;
	text-align:left;
	
}
.AS1 #mainContent {
	width:820px;
	height:auto;
	margin-left:20px;
	margin-right:20px;
	margin-top:30px;
	text-align:left;
}
.AS1 #rightContent {
	width:350px;
	height:auto;
	float:right;
	margin-left:10px;
	margin-top:30px;
	margin-right: 30px;
	text-align:left;
	border:1px solid #9fb7a1;
	background-color:#dfe7e0;
	padding:4px;

}
.AS1 #contactcontentBOT {
	padding:10px;
	width:800px;
	height:auto;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	text-align:left;
}

.AS1 #footer_main {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
	width: 860px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-13px;
}

.AS1 #footer2 {
	position:absolute
	width:820px;
	height:10;
	text-align:centre;
	margin-top:150px;
	z-index:3;
	}

.AS1 #bottombar {
	width:48emem;
	height:50px;
	background:#000000;
	z-index:3;
	margin-top:120px;
}
.AS1 #bottombar2 {
	width:48emem;
	height:50px;
	background:#000000;
	z-index:3;
	margin-top:50px;
}
.AS1 #bottombar3 {
	width:48emem;
	height:50px;
	background:#000000;
	z-index:3;
	margin-top:180px;
}
.AS1 #buttonbar {
	position:absolute;
	width:56em;
	height:35px;
	float:right;
	margin-left:40px;
	margin-top:143px;
	z-index:2;
	text-align:left;

}




.style1 {
	color: #333333;
	font-family: "Verdana";
	font-size: 30px;
}
.style6 {
	color: #000000;
	font-family: "Verdana";
	font-size: 30px;
}
.style2 {
	color:#666666;
	font-family: "Geneva";
	font-size: 12px;
}
.style3 {
	color: #666666;
	font-family: "Verdana";
	font-size: 14px;
}
.style4 {
	color: #333333;
	font-family: "Verdana";
	font-size: 20px;
}
.style5 {
	color:#CCCCCC;
	font-family: "Verdana";
	font-size: 30px;
}
.style5 {
	color:#333333;
	font-family: "Arial";
	font-size: 28px;
}



.Class1 a:link {
	text-decoration: none;
	color: #666666;
}
.Class1 a:visited {
	text-decoration: none;
	color: #868686;
}
.Class1 a:hover {
	text-decoration: none;
	color: #666666;
}
.Class1 a:active {
	text-decoration: none;
	color: #666666;
}


.Class2 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.Class2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.Class2 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.Class2 a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.Class3 a:link {
	text-decoration: none;
	color: #000000;
}
.Class3 a:visited {
	text-decoration: none;
	color: #333333;
}
.Class3 a:hover {
	text-decoration: none;
	color: #666666;
}
.Class3 a:active {
	text-decoration: none;
	color: #000000;
}
