@charset "utf-8";
/* CSS Document */

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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #004000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FEDD78;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 194px;
	background-color: #DDDDDD;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #container #header #nav {
	margin-top: 1px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 3px;
	visibility: visible;
	font-size: 80%;
	text-align: center;
	font-variant: small-caps;
}
.twoColFixLtHdr #container #header #nav ul {
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 175px;
	top: 173px;
	padding-right: 50px;
	text-align: center;
	font-variant: small-caps;
}
.twoColFixLtHdr #container #header #nav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: right;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
}
.twoColFixLtHdr #container #header #nav a:link {
	color: #000000;
	text-decoration: none;
	font-variant: small-caps;
	text-align: center;
}
.twoColFixLtHdr #container #header #nav a:hover {
	text-decoration: underline;
	color: #006633;
	font-weight: bold;
	font-style: italic;
}
.twoColFixLtHdr #container #header #nav a:active {
	text-decoration: none;
	color: #006699;
}
.twoColFixLtHdr #container #header #nav a:visited {
	text-decoration: none;
	color: #666666;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #container #sidebar1 ul {
	list-style-type: none;
	padding-top: 40px;
	padding-bottom: 25px;
	text-align: left;
	margin-left: 15px;
}
.twoColFixLtHdr #container #sidebar1 li {
	margin-top: 5px;
	margin-left: -15px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	padding-right: 5px;
	padding-bottom: 20px;
	text-decoration: none;
	background-image: url(../graphics/container.png);
	background-repeat: repeat;
	height: auto;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 70%;
}
.twoColFixLtHdr #about {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 135px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
} 
.twoColFixLtHdr #mainContent #bio {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #container #maincontent {
	font-size: 80%;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-left: 135px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
	background-color: #FFFFCC;
}

.twoColFixLtHdr #container #mainContent #page2 {
	font-size: 80%;
	margin-left: 135px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
.twoColFixLtHdr #container #about img {
	margin: 10px;
	padding: 10px;
	float: left;
	position: static;
	clear: left;
}
.twoColFixLtHdr #footer {
	background-color: #003300;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #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: #FEDD78;
	font-size: 70%;
	text-align: center;
}
.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;
}
.twoColFixLtHdr #container #about #NailMtg {
	clear: right;
	float: right;
}
.twoColFixLtHdr #container #about #haircare {
	height: 200px;
	width: 150px;
	clear: left;
	float: left;
}
.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;
}
.twoColFixLtHdr #container #sidebar1 a:link {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:visited {
	text-decoration: none;
	color: #999999;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	text-decoration: underline;
	color: #006633;
}
.twoColFixLtHdr #container #sidebar1 a:active {
	text-decoration: none;
	color: #006699;
}
.toplevel	{
	color:#224615;
	font-size: 150%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}
.directoryLinks {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}
.twoColFixLtHdr #container #maincontent ul {
	list-style-type: none;
	font-variant: small-caps;
	font-size: 100%;
	padding-top: 15px;
}
.twoColFixLtHdr #container #maincontent li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.p_Justify {
	text-align: justify;
}
.twoColFixLtHdr #container #sidebar1 #epa_logo {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 8px;
}
.twoColFixLtHdr #container #sidebar1 #efcn {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #sidebar1 .twoColFixLtHdr {
	list-style-position: inside;
	list-style-type: circle;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	line-height: 10px;
}
.twoColFixLtHdr #container #sidebar1 .directoryLinks #facebkicon {
	float: left;
	padding-right: 1px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}

