/* commented backslash hack \*/
html, body { height: 100%; }
/* end hack */
body { color: #000; font-size: 100%; font-family: Arial, Helvetica, sans-serif; background-color: #033; background-image: url(../images/bg-page.gif); background-repeat: repeat-y; background-position: 50% 0; margin: 0; padding: 0; }
#fade {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	height: 100%;
	min-height: 100%;
	margin: auto;
}
#wrap {
	margin: auto auto -25px;
	background-repeat: repeat-y;
	background-position: 50% 0;
	width: 1000px;
	min-height: 100%;
	background-image: url(../images/bg-page-wrap.gif);
}
* html #fade { height: 100%; }
* html #wrap { height: 100%; }
#top {
	background-color: #fff;
	background-image: url(../images/top2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1000px;
	height: 143px;
}
#top h1 { color: #fff; display: none; }
#menu {
	background-image: url(../images/bg-menu.gif);
	background-repeat: repeat-x;
	width: 160px;
	float: left;
	height: 427px;
	text-align: left;
}
#menu p {
	color: #666666;
	line-height: 180%;
}
#enviro { background-color: #060; background-image: url(../images/bg-enviro.gif); background-repeat: repeat-x; width: 94px; height: 20px; float: right; margin-top: 123px; margin-right: 37px; }
#enviro p { margin: 0; padding: 2px 0 0 0; }
#enviro a:link { color: #fff; }
#enviro a:hover { color: #ff0; }
#enviro a:visited { color: #fff; }
#side-left {
	background-image: url(../images/bg-side-left.jpg);
	background-repeat: no-repeat;
	width: 15px;
	height: 427px;
	float: left;
}
#side-right {
	background-image: url(../images/bg-side-right.jpg);
	background-repeat: no-repeat;
	width: 15px;
	height: 427px;
	float: left;
}
#main {
	width: 810px;
	float: left;
	padding-bottom: 25px;
	text-align: left;
}
#main p, h1, h2, h3, h4, h5 { padding-right: 20px; padding-left: 20px; }
#main td p {
	padding: 0px;
}
#main ul, ol { margin-right: 20px; margin-left: 20px; padding-right: 20px; padding-left: 40px; }     
#float-right { float: right; }
#clearall { clear: both; }
#footer {
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat;
	background-position: 0 top;
	width: 970px;
	height: 25px;
	margin: auto;
	clear: both;
}
#footer p { color: #999; font-size: 70%; margin: 0; padding-top: 5px; }
#footer a:link    { color: #ccc ; text-decoration : none}
#footer a:visited { color: #ccc; text-decoration : none}
#footer a:hover { color: #ffcc00; text-decoration : none; }
a:link    { color: #0066FF ; text-decoration : none}
a:visited { color: #3366CC; text-decoration : none}
a:hover { color: #f90; text-decoration: none; }
p { color: #000; font-size: 80%; font-family: Arial, Helvetica, sans-serif; line-height: 120%; }
td { color: #000; font-size: 80%; font-family: Arial, Helvetica, sans-serif; }
td td { font-size: 100%; }
td h1 { font-size: 120%; }
td h2 { font-size: 100%; }
td p {
	font-size: 100%;
}
td ul {
	font-size: 100%;
}
td ol { font-size: 100%; }
ul {
	color: #000000;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 180%;
}
ol {
	color: #000000;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 180%;
}
ul ul { color: #000; font-size: 100%; }
h1 { color: #033; font-size: 120%; font-family: Arial, Helvetica, sans-serif; margin: 10px 0 0; }
h2 {
	color: #366;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0;
}
h3 { color: #069; font-size: 90%; font-family: Arial, Helvetica, sans-serif; margin: 10px 0 0; }
h4 { color: #f90; font-size: 80%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin: 10px 0 0; }
h5 { color: #333; font-size: 60%; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 0; padding: 0; }
h6 { color: #ccc; font-size: 60%; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 0; }
hr {
	color: #366;
	background-color: #366;
	height: 1px;
	border-width: 0;
	width: 770px;
}
.red { color: #c00; }
