html { 
height:100%;
}

body {
height:100%;
	margin:0px;
	padding:0px;
	background-color: #fff;
	background:url(images/stripes.gif) repeat;/*use full url so both ie45mac and nn4 can find it.*/
	font-family: "Trebuchet MS","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  	font-size: 100%;
	font-weight: normal;
	color: #000;
	text-align: justify;
	}
	
p {
	font-size: 85%;
	line-height: 96%;
	}

a:link {text-decoration: none; color: #336699; border: 0px}
a:visited {text-decoration: none; color: #99ccff; border: 0px}
a:hover {text-decoration: underline; color: #FF9900; border: 0px}
a:active {text-decoration: blink; color: #FF3300; border: 0px}
/*  hover doesn't work in nn4  */

/*  classes for better line heights in narrow columns  */	
.narrow1{
	width: 50%;
	line-height: 90%;
	}
.narrow2{
	width: 50%;
	line-height: 105%;
	}
	
h1 {
margin-bottom:0px;
	padding-top:5px;
	font-size: 150%;
	font-weight: 700;
	border-top:dotted #000000 2px;
	}
	
h2 {
	font-size: 120%;
	font-weight: normal;
	}
	
h3 {
	font-size: 100%;
	font-weight: normal;
	}
h4 {
	font-size: 80%;
	font-weight: bold;
	}
	
h5 {
	font-size: 70%;
	font-weight: bold;
	}
	
h6 {
	font-size: 64%;
	font-weight: bold;
	}

ol, ul, li {
	list-style: none;
	list-style: disc outside;
	font-size: 95%;
	margin-right:20px;
	margin-bottom:6px;
	}

li {
	padding-top:4px;
	border-top:#CCCCCC dashed 1px;
}

pre {
	font-family: monospace;
	font-size: 80%;
	}
	
strong, b {
	font-weight: bold;
	}

/*  Layers  */

#outer {
width: 640px;
min-height:100%;
margin: 0px auto;
padding:0;
border-left: #CCCCCC 1px solid;
border-right:#CCCCCC 1px solid;
background-color:#FFFFFF;
}

* html #outer {
height: 100%;
}

#header {
height:140px;
background-image:url(images/top_tile.jpg);
}

#cont2 {
margin: 0 10px 0 10px;
}

#cont2 p {
padding-bottom:10px;
line-height:18px;
}

#youtube {
}

#youtube ul {
margin:0 0 0 20px;
padding:0;
}

#youtube li {
height:22px;
padding-left: 24px;
list-style:none;
background-image: url(images/yt_favicon.gif);
background-repeat: no-repeat;
background-position: 1px 2px;
border:1px #CCCCCC;
letter-spacing:-1px;
}

.qtbox {
height:16px;
width:80px;
margin:0 auto;
}

/*  Footer  */

#foot {
	position: relative;
	bottom: 0;
	width:640px;
	height:20px;
	margin-top:-21px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#c6c6c6;
	font-size: 12px;
	color:#666666;
	line-height:20px; /*  Match this value to the container height to vert-center the text  */
	border-top:solid #999999 1px;
	border-left: #CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
}

#foot p {
text-transform:uppercase;
font-weight:bold;
letter-spacing: 3px;
color: #b2b2b2;
background-color: transparent;
}

#foot a {
	color:#666666;
	text-decoration:none;
}

