@charset "utf-8";
body  {
	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 */
	color: #006600;
	background-color: #234623;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#headerup {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #234623;
	background-repeat: repeat-x;
	height: 85px;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#headerdown {
	width: 800px;
	text-align: left;
	background-color: #234623;
	font-size: 100%;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 60px;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
 
#header {
	background-color: #ACB1AB;
	background-image: url(../images/Leyte7.png);
	height: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 100px;
	width: auto;
	background-repeat: no-repeat;
	color: #33FF00;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-variant: normal;
	font-weight: bolder;
	font-style: italic;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
	background-position: center top;
}

#headermenu {
	background-color: #77B300;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 38px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}  
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #3A5700;
	color: #00FF00;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #3A5700;
	color: #33FF00;
}
#mainContent {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#footer {
	padding: 0 10px 0 20px;
	background-color: #566663;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #33FF00;
	text-align: center;
	font-size: small;
}
#paidads {
	margin-top: 20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#HorizontalMenu {
	color: #CCFF00;
	background-color: #006600;
	width: 100%;
}

.headtext {
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 100%;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	text-transform: none;
	font-style: italic;
}.headtext1 {
	text-align: right;
	color: #00FF00;
	margin-right: 5px;
	margin-left: 6px;
	margin-bottom: 5px;
	clear: none;
	font-size: 50%;
	text-decoration: none;
	margin-top: 14px;
	float: right;
}
.headtext2 {
	color: #33FF00;
	text-align: left;
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 90%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	margin-top: 6px;
	margin-right: 0px;
	text-transform: uppercase;
}
.footer {
	font-size: 70%;
	text-align: center;
}
