/* CSS Document */
/*Note that to show alternatives both class=" " and id=" " have both been used below*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #FFFFCC;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: Black;
}

/* used id=" " for DIV used to Place the content in the center of the screen*/

#obCenter {
	text-align: center;
}

/*used id=" " to define the size of the content area*/
#header_layout {
	width: 768px; /*Adjust this to take account of borders etc*/
	height: 10px;
	margin: 0px auto; 
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: left;
	vertical-align: middle;

}

/*used id=" " to define the size etc for the header above the content area*/

#header {
	height: 130px;
	background-color: #339933; 
	border-left: 0px; 
	border-right: 0px;
	border-bottom: 4px solid #996600;
	border-top: 4px solid #FFCC66;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

#header_left {
	height: 130px;
	background-color: #339933;
	border-left: 4px solid #FFCC66;
	border-top: 4px solid #FFCC66;
	border-right: 0px;
	border-bottom: 4px solid #996600;
	text-align: center;
	vertical-align: middle;
}

#header_right {
	height: 130px;
	background-color: #339933;
	border-left: 0px;
	border-top: 4px solid #FFCC66;
	border-right: 4px solid #996600;
	border-bottom: 4px solid #996600;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	
	
}


/*used id=" " to define the size of the content area*/
#menubar_layout {
	width: 768px; /*Adjust this to take account of borders etc*/
	height: 30px;
	margin: 0px auto;
	text-align: center;
	vertical-align: middle;
	border-width: 3px;
	border-collapse: collapse;
}

td.menubar {
	height: 30px; /*border-left: 1px solid #AAA8A5;
	border-top: 1px solid #AAA8A5;
	border-right: 1px solid #AAA8A5;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;

	text-align: center;
	background-color: #339933;
	width: 184px;
}

td.menubar_border {
	height: 5px; 		
	background-color: #339933;
	width: 184px;
}


td.menubar_small {
	height: 30px; /*border-left: 1px solid #AAA8A5;
	border-top: 1px solid #AAA8A5;
	border-right: 1px solid #AAA8A5;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	text-align: center;
	background-color: #339933;
	width: 1px;
}


#menubar_link1 {
	height: 24px;
	border-left: 3px solid #FFCC66;
	border-top: 3px solid #FFCC66;
	border-right: 3px solid #996600;
	border-bottom: 3px solid #996600;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	text-align: center;
	background-color: #339933;
	width: 100px;
	
}

#menubar_link2 {
	height: 24px;
	border-left: 3px solid #FFCC66;
	border-top: 3px solid #FFCC66;
	border-right: 3px solid #996600;
	border-bottom: 3px solid #996600;
	PADDING-LEFT: 5px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 5px;
	PADDING-BOTTOM: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	text-align: center;
	background-color: #339933;
	width: 100px;
}

#menubar_link3 {
	height: 24px;
	border-left: 3px solid #FFCC66;
	border-top: 3px solid #FFCC66;
	border-right: 3px solid #996600;
	border-bottom: 3px solid #996600;
	PADDING-LEFT: 5px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 5px;
	PADDING-BOTTOM: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	text-align: center;
	background-color: #339933;
	width: 100px;
}

#menubar_link4 {
	height: 24px;
	border-left: 3px solid #FFCC66;
	border-top: 3px solid #FFCC66;
	border-right: 3px solid #996600;
	border-bottom: 3px solid #996600;
	PADDING-LEFT: 5px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 5px;
	PADDING-BOTTOM: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	text-align: center;
	background-color: #339933;
	width: 100px;
}



#content_layout {
	width: 768px; /*Adjust this to take account of borders etc*/
	PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 8px;
	PADDING-BOTTOM: 8px;
	vertical-align: top;
	margin: 0px auto; 

}

		/*uses class=" " to define the size etc for the content area*/

#content {
	vertical-align: top;
	text-align: justify;
	padding: 15px 20px 20px 20px;
	font-size: 1.2em;
}

		
	td.content {
	vertical-align: top;
	text-align: justify;
	padding: 15px 20px 20px 0px;
	font-size: 1.2em;
}
	
	td.image_content {
	vertical-align: top;
	padding: 15px 20px 20px 20px;
}


td.contact_content {
	vertical-align: top;
	padding: 0px 0px 0px 20px;
}		
		#content_sidebar {
	background-color: #339933;
	width: 150px;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 10px;

}
	
/*used id=" " to define the size etc for the header above the content area*/

#footer_left {
	background-color: #339933;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	width: 200px;
	
}

td.footer_middle {
	background-color: #339933;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	padding-left: 5%;
}

	#footer_middle2 {
	background-color: #339933;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	padding-right: 5%;
}
	
#footer_right {
	background-color: #339933;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	width: 200px;
	border: none;
	
}

#footer_layout {
	width: 768px; /*Adjust this to take account of borders etc*/
	height: 50px;
	PADDING-LEFT: 0px; 
	PADDING-TOP:  8px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 8px; 
	vertical-align: middle;
	margin: 0px auto; 
	border-collapse: collapse;
	border-spacing: 0px;
	}
	
	
	/* START <H TAG> styles */

h1 {
	font-size: 1.50em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 800;
	color: #FFFFFF;
	background-color: transparent;
	}
	
	/* h2 {
	font-size: 1.20em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 800;
	color: White;
	background-color: transparent;
} */

h2 {
	font-size: 1.20em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 800;
	color: Green;
	background-color: transparent;
}
	
	p {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 1.0em;
	text-align: justify;
}



p.address {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 1.0em;
	text-align: left;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em;
	color: White;
	border: none;
}

img {
	border: none;
}