@charset "UTF-8";
/* CSS Document */


<style type="text/css">


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#d9e4e4;
	background: #d9e4e4;
	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 */
	height:100%; 
	
}



h1 {
color:#FFFFFF;
  font-family: "Times New Roman", Times, serif;
  font-size: 26px;
  font-variant: normal;
  font-weight: normal;

  text-decoration: none;
}
/* Commonly used to style section titles. */
h2 {
  color: #066666;
  font-family: "Times New Roman", Times, serif;
  font-size: 19px;
  font-variant: normal;
  font-weight: normal;
  line-height:2.8em;
  text-decoration: none;
}



a.menu:link {
color: #066666;
font-family:"Times New Roman", Times, serif;
font-size:25px;
}

a.menu:hover {
color: #1eb9b9;
text-decoration:underline;
font-family:"Times New Roman", Times, serif;
font-size:25px;
}

a.menu:visited {
color: #066666;
text-decoration:none;
font-family:"Times New Roman", Times, serif;
font-size:25px;
}



#menu ul {
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 180px;
	width:1024px;

}

#menu ul li {
float:left;
width:132px;
height:34px;
padding-left:0px;
padding-right:10px;
}

#menu a{
display:block;
width:132px;
height:34px;
text-decoration:none;
}

#menu a:hover {
background-image:url(images/nav-but-bg.png);
background-repeat:no-repeat;

}

#menu {
height:25px;
}

a.main-body-link:link {
	font-family:"Times New Roman", Times, serif;
	line-height:22px;
	font-size:18px;
	color:#FFFFCC;
	text-decoration:none;
	}
	
a.main-body-link:visited {
	font-family:"Times New Roman", Times, serif;
	line-height:22px;
	font-size:18px;
	color:#FFFFCC;
	text-decoration:none;
	}
	
a.main-body-link:hover {
	font-family:"Times New Roman", Times, serif;
	line-height:22px;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:underline;
	}

.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d9e4e4;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtrHdr #header {
	background: #d9e4e4; 
	padding: 0 10px 0 20px;  
}
.oneColFixCtrHdr #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: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent2 {
	padding: -10px 5px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/content_bg_2.jpg);
	background-repeat:no-repeat;
	background-position:center;	
	
}


.oneColFixCtrHdr #mainContent1 {
	padding: -10px 5px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/content_bg_1.jpg);
	background-repeat:no-repeat;
	background-position:center;	
	
}

.oneColFixCtrHdr #mainContent3 {
	padding: -10px 5px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/content_bg_3.jpg);
	background-repeat:no-repeat;
	background-position:center;	
	
}

.oneColFixCtrHdr #mainContent3b {
	padding: -10px 5px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/content_bg_3b.jpg);
	background-repeat:no-repeat;
	background-position:center;	
	
}

.oneColFixCtrHdr #mainContent4 {
	padding: -10px 5px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/content_bg_4.jpg);
	background-repeat:no-repeat;
	background-position:center;	
	
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}
.oneColFixCtrHdr #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 */
}
.ex-lg-txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 5em;
	color:#FFFFFF;
}


a.zeuez-link:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 5em;
	color:#FFFFFF;
	text-decoration:none;
	}
	
a.zeuez-link:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 5em;
	color:#FFFFFF;
	text-decoration:none;
	}
	
a.zeuez-link:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 5em;
	color:#FFFFFF;
	text-decoration:underline;
	}




a.zeuez-footer:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
a.zeuez-footer:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
a.zeuez-footer:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:underline;
	}





.modify-subhead {
font-family: "Times New Roman", Times, serif;
color:#FFFFFF;
}

.main-body {
	font-family:"Times New Roman", Times, serif;
	line-height:22px;
	font-size:18px;
	color:#333333;
	}

.whitetxt {
font-family:"Times New Roman", Times, serif;
color:#FFFFFF;
font-size:16px;
line-height:26px;
}




-->
</style>