html, body {
	margin: 0;
	padding: 0;
	}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	}	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3b577c;
	}
a:link {
	text-decoration: none;
	color: #3b577c;
	}
a:visited {
	text-decoration: none;
	color: #3b577c;
	}
a:hover {
	text-decoration: underline;
	color: #3b577c;
	}
a:active {
	text-decoration: none;
	color: #3b577c;
	font-weight: bold;
	}
	
/* -------------- OUTER BORDER -------------- */	
.outer {
	width: 990px;
    background-color:#FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 0px;
    padding-bottom: 5px;
    padding-left: opx;
    padding-right: 0px;
    border: thin solid #d1a62d;
	}
	
/* -------------- TOP BANNER -------------- */	
.pageTop {
	background-color: #FFFFFF;
	width: 100%;
	/*height: 121px;*/
	}
/* -------------- LINK BAR -------------- */	
.linkBar {
	background-image: url(images/linkbar.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: right;
	line-height: 35px;
	vertical-align: middle;
	color: #d1a62d;
	font-size: 12px;
	font-variant: small-caps;
	}	
.linkBar a:link {
	text-decoration: none;
	color: #d1a62d;
	font-weight: bold;
	}
.linkBar a:visited {
	text-decoration: none;
	color: #d1a62d;
	font-weight: bold;
	}
.linkBar a:hover {
	text-decoration: underline;
	color: #d1a62d;
	font-weight: bold;
	}
.linkBar a:active {
	text-decoration: none;
	color: #d1a62d;
	font-weight: bold;
	}	
/* -------------- PAGE HEADER TEXT -------------- */
.pageTitleTxt {
	color: #a03024;
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
/* -------------- VIDEO LINK TXT -------------- */
.videoLink {
	color:#FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	}
.videoLink a:link {
	text-decoration: none;
	color: #d1a62d;
	}
.videoLink a:visited {
	text-decoration: none;
	color: #d1a62d;
	}
.videoLink a:hover {
	text-decoration: underline;
	color: #d1a62d;
	}
.videoLink a:active {
	text-decoration: none;
	color: #d1a62d;
	font-weight: bold;
	}

/* -------------- VIDEO EMBED -------------- */	
.videoEmbed {
	float: right;
	margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 5px;
	padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px;
	background-color: #3b577c;
	/* border: thin solid #d1a62d; */
	vertical-align: top;
	text-align: center;
	}	

/* -------------- PAGE CONTENT -------------- */	
.pageContent {
	margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
	vertical-align: top;
	}
.pageContent img{
	border: thin solid #3b577c;
	}		
/* ---------------- NAVIGATION ---------------- */
/* Begin CSS Popout Menu */

#menu{
	position: relative;
	top: 5px;
	left: 5px;
	z-index: 2;
	width: auto;
	padding-bottom: 12em; /* To allow room for bottom dropdown */
}

#menu a, #menu h2, #menu h3{ 
	font: 11px/16px arial,helvetica,sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	white-space: nowrap;
	margin: 0;
	padding: 1px 3px;
}

#menu h2 {
	color: #ffffff;
	font-weight: bold;
	background: #853e3a;
	text-transform: uppercase;
}

#menu a, #menu h3{
	color:#000;
	background:#e6e0bc;
	text-decoration:none;
}

#menu a:hover{
	color:#a00;
	background:#c7c7a3;
}

#menu a:active{
	color:#060;
	background:#c7c7a3;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	width: auto;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
	position: relative;
}

div#menu li ul{
	position: absolute;
	top:0;
	left:100.1%;
	display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
	background:#eee url(/css/images/expand3.gif) no-repeat bottom right;
}

#menu a.x:hover{
	background:#ddd;
}

#menu a.x:active{
	color:#060;
	background:#ccc;
}
/* ---------------- SELF TEST LINK ---------------- */
.selfTest {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #CCC9A8;
	padding: 5px 5px 6px 5px;
	font-size: 10px;
	}
.selfTest a, a.visited, a.active{
	text-decoration: underline;
	}
.correct {
	font-weight: bold;
	color:#00CC00;
	text-transform: uppercase;
	}	
.incorrect {
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
	}	
/* End Content Area */	
/* -------------- FOOTER -------------- */			
.copyright {
	font-size: 9px;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
	color: #7a6b5a;
	text-align: center;
	}
.design {
	text-align: right;
	padding: 0px 5px 5px 5px;
	}	