/* CSS Document */

body {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	background-color:#056937;
}


/* Text Styles, Headers etc */
	
.smalltext {

	font-family: "arial";
	font-size: 11px;
	color: #E1E7EC;
	font-weight: normal;
	text-decoration: none;
}

.largetext {

	font-family: "arial";
	font-size: 14px;
	color: #E1E7EC;
	font-weight: bold;
	text-decoration: none;
}

.normal {
	font-family: "arial";
	font-size: 12px;
	color: #E1E7EC;
	font-weight: normal;
	text-decoration: none;
}

.normal2 {
	font-family: "arial";
	font-size: 12px;
	color: #056937;
	font-weight: normal;
	text-decoration: none;
}

.quote {
	font-family: "arial";
	font-size: 14px;
	color: #E1E7EC;
	font-weight: normal;
	font-style:italic;
	text-decoration: none;
}

A {
    font-family: "arial";
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

A:visited {
 	font-family: "arial";
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

A:active {
 	font-family: "arial";
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

A:hover { 
	font-family: "arial";
	font-size: 12px;
	color:#ff9933;
	font-weight: bold;
    text-decoration:underline;
}
	
H1 {

	font-family: "arial";
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}

H2 {

	font-family: "arial";
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}


H3 {

	font-family: "arial";
	font-size: 12px;
	color: #c6c6ec;
	font-weight: bold;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}

.floatimgleft {
	float: left;
	margin-top:5px;
	margin-left:5px;
	margin-right:15px;
	margin-bottom:10px;
}

.floatimgright {
	float: right;
	margin-top:5px;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:10px;
}


/* Layers */


#base {
	position:relative;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}
	
	
#header { 
	top:0px;
	width:950px;
	height:80px;
	margin-bottom:0px;
	padding-top:10px;
	background-image:url(images/new_logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:left;
	z-index:2;
}

#main { 
	width:950px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}


#main_text { 
	width:950px;
	text-align:left;
	z-index:2;
}



#navigation {
	width:950px;
	clear:both;
	margin-left:0px;
	padding-top:10px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	text-align:centre;
	z-index:3;

}

#image {
	width:950px;
	height:220px;
	float:left;
	margin-left:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:10px;
	text-align:left;
	z-index:3;
}

#text_1 {
	width:500px;
	float:left;
	margin-left:10px;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	z-index:3;
}


#text_2 {
	width:400px;
	float:right;
	margin-left:10px;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:0px;
	text-align:left;
	z-index:3;
}


#text_3 {
	width:400px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:10px;
	text-align:left
	z-index:3;

}

#text_4 {
	width:920px;
	float:right;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:10px;
	text-align:left
	z-index:3;

}

#sitemap {
	clear:both;
	width:940px;
	height:25px;
	padding-top:5px;
	padding-right:10px;
	border-style:solid;
	border-color:#FF9900;
	border-top:1px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	text-align:center;
	z-index:2;
}

#sitemap A {
    font-family: "arial";
	font-size: 11px;
	color: #ff9900;
	font-weight: bold;
	text-decoration:none;
}

#sitemap A:active {
 	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #ff9900;
	text-decoration:none;
}	
	
#sitemap A:hover {
	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
    text-decoration:underline;
}


#footer {
	clear:both;
	width:940px;
	height:43px;
	padding-top:5px;
	padding-right:10px;
	border-style:solid;
	border-color:#FF9900;
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	text-align:center;
	z-index:2;
}

#footer A {
    font-family: "arial";
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

#footer A:active {
 	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}	
	
#footer A:hover {
	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #00cccc;
    text-decoration:underline;
}
