/* CSS Document */

img {border-style: none;}

/*original code from stu nichols fixed.html*/



html {
	background-attachment: fixed;
	background-image: url(TAGimages/bg.png);
	background-repeat: repeat-x;
}
body {margin:0; padding:0 10px 0 10px; border:0; height:100%; overflow-y:auto;}
body {font-family: Arial, Helvetica, sans-serif; font-size:.9em;}

#page {margin:100px 0px 50px 210px; display:block; width:740px; border:1px none #000; background:#fff; padding:10px;}

#page .right {
	font-size:2px;
	float:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main_image {
	width:708px;
	height:308px;
	position:absolute;
	margin-top:308px;
	margin-left:157px;
	margin-right:0px;
	margin-bottom:0px;
	
	}

#menu {display:block; top:100px; left:50px; width:130px; position:fixed; border:1px none #0566ac; padding:10px; text-align:center; font-weight:normal; color:#fff;}

* html #menu {
	position:absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0566AC;
	border-right-color: #0566AC;
	border-bottom-color: #0566AC;
	border-left-color: #0566AC;
}


/*
#menu a:visited, #menu a {display:block; width:120px; height:20px; margin:0 auto; border-top:1px solid #fff; border-bottom:1px solid #fff; text-align:center; text-decoration:none; line-height:20px; color:#000000;}

*/
#menu a {
	display:block;
	width:120px;
	height:20px;
	text-align:center;
	text-decoration:none;
	line-height:20px;
	color:#000000;
	border: 1px solid #0566AC;
	margin: 10px;
}

#menu a:hover {
	color:#fff;
	background-color: #0566ac;
}
.clear {
	clear:both;
}
/*
#fixpic {display:block; width:108px height:145px; position:fixed; bottom:0; left:0;}
* html #fixpic {position:absolute;}
*/
/*p:first-letter {font-size:25px; color:#d88;}*/


/*--------------------------------------------------------------------------------------------
*/
#fixpic {
	display:block;
	position:fixed;
	left:61px;
	z-index: 5;
	top: 0px;
}
* html #fixpic {
	position:absolute;
	background-image: url(TAGimages/Black-banner5-1.gif);
}

#fixpic2 {
	display:block;
	position:fixed;
	left:61px;
	z-index: 5;
	background-image: url(TAGimages/ima-foot.gif);
	bottom: 0px;
}
* html #fixpic2 {
	position:absolute;
	background-image: url(TAGimages/ima-foot.gif);
}




/*Special Navigation Rules*/


#ch0 .nav0, #ch1 .nav1, #ch2 .nav2, #ch3 .nav3, #ch4 .nav4, #ch5 .nav5, #ch6 .nav6, #ch7 .nav7, #ch8 .nav8, #ch9 .nav9, #ch10 .nav10, #ch11 .nav11, #ch12 .nav12, #ch13 .nav13, #ch14 .nav14, #ch15 .nav15, #ch16 .nav16, #ch17 .nav17, #ch18 .nav18, #ch19 .nav19, #ch20 .nav20, #ch21 .nav21, #ch22 .nav22, #ch23 .nav23, #ch24 .nav24, #ch25 .nav25, #ch26 .nav26, #ch27 .nav27, #ch28 .nav28, #ch29 .nav29, #ch30 .nav30, #ch31 .nav31, #ch32 .nav32, #ch33 .nav33, #ch34 .nav34, #ch35 .nav35, #ch36 .nav36, #ch37 .nav37, #ch38 .nav38, #ch39 .nav39, #ch40 .nav40, #ch41 .nav41, #ch42 .nav42, #ch43 .nav43, #ch44 .nav44, #ch45 .nav45, #ch46 .nav46{
	color:#fff;
	background-color: #0566ac;
	border: thin double #000000;
}

h3{
	color: #0566AC;
}

h4{
	color: #0566AC;
}


blockquote {
	display: block;
	padding: 5px;
	width: 100%;
	margin-left: 10px;
	font-size: .9em;
	text-align: justify;
	border: thin solid #0566ac;
}
#faq dt{
	cursor:pointer;
	text-indent: 5px;
}

#faq dd{
font-weight:bold;
}

/*Style for Page Links - Not Menu Links*/

a:link {
	color: #0566AC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0566AC;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
/*                                      Used for popups on link hovers                          */
a.screen:link {
	color: #0566ac;
	text-decoration: none;
}
a.screen, a.screen:visited {
color:#0566ac; 
text-decoration: none;
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:150px; /* give it a width */
height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
left:0; /* position:the image */
top:0px;
}

a.screen:hover {
	text-decoration:none;
	border:0; /* needed for this to work in IE */
	z-index:5;
	color: #000000;
	font-weight: bold;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
	border:0; /* remove the link border */
	margin-left: 400px;
	margin-top: -50px;
}
