html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Trebuchet MS";
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	text-align: center; /* for IE */
	line-height: 1;
	font-size: 100.01%;
	line-height: 1;
	color: black;
	background-color: #2D313D;
	font-family: "Trebuchet MS";
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* formatting */
p { }
td { }
a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	font-size: small;	
}


h1{
	font-weight: bold;
	font-size: x-large;
}

h2{
	font-size: large;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}

h3{
	font-size: medium;
	font-weight: bold;	

}



/* DIVS */

#container{
	padding: 0;   /* align for good browsers */
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	width: 776px;
	background-color:#fff;
	min-height: 500px;
	background-image: url(content1.jpg);
	background-position: left 120px;
	background-repeat: no-repeat;
	z-index: 2;
	}

#header{
	height: 150px;
	width: 776px;
	padding-top: 12px;
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: bottom;
}

#links{
	float: left;
	width: 112px;
	margin-left: 6px;
	margin-top: 0px;
	padding-top: 12px;
	text-align: center;
	vertical-align: middle;
	min-height: 475px;
	padding-left: 0px;
	background-image: url(links.png);
	background-repeat: repeat-y;
	background-position: center center;
	
}

#content{
	width: 600px;
	float: right;
	min-height: 475px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 12px;
	
	
}

#footer{
	width: 776px;
	min-height: 85px;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
	text-align: center;
	vertical-align: bottom;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* classes */

.wee {
	font-size: x-small;
	color: #333333;
}

.wee-light {
	font-size: small;
	color: #CCCCCC;
	text-decoration: none;
}

.nav{
	text-decoration: none;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-size: small;
}

.caption{
	font-size: x-small;
	font-style: normal;
	font-weight: bold;	

}

.deadlinks{
	font-size: small;
	color: #CCCCCC;
	text-decoration: none;	

}

.textbox{
	width: 500px;
	padding-top: 10%;
	text-align: left;
}

.center{
	text-align: center;

}

.jamongo{
	font-size: xx-large;	

}

.question{
	font-weight: bold;	

}

.answer{
	font-size: small;
		

}

.highlight{
	font-size: small;
	font-weight: bold;
	
}

/* setup drop-down menu */

.menu {
	font-family: arial, sans-serif;
	width:750px;
	height:100px;
	position:relative;
	font-size:11px;
	z-index:100;
	top: 90px;
}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:104px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#710069; line-height:20px; font-size:11px; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#36f;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover {background:#6fc; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}