html body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 85%;
		background: #FDF9F0 url(../images/bg_grad_ffcc66.jpg) top repeat-x;
		margin: 0;
		padding: 0;
	}

#container1 {
	margin: 0 auto;
	width: 800px;
	min-height: 800px;
	/*Box model hack for IE5*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
}

/*Be kind to old Opera: */
body>#container1 {width: 800px;} 

#container1 #brand {
	background: #000 url(../images/header2.gif) center no-repeat;
	height: 86px;
	margin: 0;
	padding: 0;
	display: block;
}
/* SECONDARY NAVIGATION */
#container1 #secondary {
	display: block;
	background-color: #000;
	color: #FFCC66;
	font-size: 90%;
	margin: 0;
	padding: 2px 1em 3px 148px;
	border-top: 1px solid #373737;
}

#container1 #secondary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#container1 #secondary li, 
#container1 #secondary li.curr {
	padding: 0 10px;
	list-style: none;
	display: inline;
}

#container1 #secondary li.curr {
	background-color: #FFCC66;
	color: #000;
	padding: 0 4px;
}

#container1 #secondary a, 
#container1 #secondary a:link,
#container1 #secondary a:visited, 
#container1 #secondary a:hover {
	background-color: #000;
	color: #FFCC66;
	border: 1px solid #000; /* This is same as bg on purpose */
	text-decoration: none;
	padding: 0 2px;
}

#container1 #secondary a:hover {
	background-color: #131313;
	color: #FDB525;
	border: 1px dotted #FDB525;
}

#container1	#secondary img.inln {
	display: inline;
	margin-left: -4px;
}

/* MAIN NAV & CONTENT */
#container1 table#main {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #000;
	width: 800px;
	/* Box model hack for IE5*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
}

/*Be kind to old Opera: */
body>#container1 table#main {width: 800px;} 

/* MAIN NAVIGATION */
#container1 table#main td#mainNav {
	width: 146px;
	background-color: #000;
	background-image: url(../images/nav_peghead.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #FFCC66;
	padding: 0;
	vertical-align: top;
}

#container1 table#main td#mainNav #quote {
	margin: 20px auto;
	font-size: 11px;
	padding: 3px;
	background-color: #121212;
	color: #FFCC66;
}

td#mainNav #quote p {
	margin: 0 0 6px 0;
	text-align: justify;
	padding: 0 10px;
}

#container1 table#main td#mainNav #quote a:link,
#container1 table#main td#mainNav #quote a:visited,
#container1 table#main td#mainNav #quote a:hover,
#container1 table#main td#mainNav #quote a:active {
	background: inherit;
	color: #FFCC66;
	text-decoration: underline;
}
#container1 table#main td#mainNav #quote img  {
	border: none;
}

#container1 table#main td#mainNav #quote a:hover {
	background-color: inherit;
	color: Orange;
} 
#container1 table#main td#mainNav #lnk2us {
	margin: 2px auto;
	text-align: center;
}

#container1 table#main td#mainNav #lnk2us img {
	border: none; 
}

#container1 table#main td#mainCont {
	background-color: #FFF;
	color: #000;
	padding: 6px 3.5em;
	border-right: 2px solid #000;
	vertical-align: top;
}

#mainCont h1, 
#mainCont h2,
#mainCont h3,
#mainCont h4 {
	font-family: Geneva, Times,serif;
	font-weight: bold;
	background-color: transparent;
	color: #000;
}

#mainCont h1 {
	font-size: 170%;
	margin: 0 0 14px 0;
	text-align: center;
	padding-bottom: 3px;
	border-bottom: 2px solid #FFCC66;
}

#mainCont h2 {
	font-size: 140%;
	margin: 16px 0 4px 0;
}

#mainCont p {
	margin: 0;
	margin-bottom: 14px;
	font-size: 95%;
}

#mainCont a, #mainCont a:link,
#mainCont a:visited, #mainCont a:hover {
	background-color: transparent;
	color: #C08104;
	text-decoration: none;
	border-bottom: 1px dotted #C08104;
}

#mainCont a:visited {
	background-color: transparent;
	color: #D69003;
	border-bottom: 1px dotted #D69003;
}

#mainCont a:hover {
	background-color: transparent;
	color: #AC7403;
	border: none;
	text-decoration: underline;
}

#mainCont div.hRule {
	margin: 0 auto 8px auto;
	width: 98%;
	border-bottom: 1px dashed #FFCC66;
}

#mainCont .ctr {
	text-align: center;
}

#mainMenu {
	background:#ffCC66;
	color: #000;
	width:130px;
	padding:1px;
	margin: 2px auto 12px auto;
	}
		 #mainMenu ul {
			list-style: none;
			font-family: Geneva, Times, serif;
			font-weight: bold;
			font-size: 16px;
			margin: 0;
			padding: 0;
		}
			 #mainMenu li {
				list-style:none;
				display:block;
				border-bottom:2px solid #ffcc66;
				text-align: center;
				height: 34px;
			}
				 #mainMenu li a, #menu li.current {
					list-style:none;
					display:block;
					background:#000 none no-repeat left;
					color:#ffCC66;
					text-decoration:none;
					padding:5px 5px 10px 5px;
				}
					 #mainMenu li a:hover{
						background:#000 url(../images/link-eyz.png) no-repeat left;
						text-decoration:none;
						color: #FDB525;
					}
				
				 #mainMenu li.current {
					background:#ffcc66 url(../images/nav_curr.png) no-repeat center;
					color:#000;
					height: 34px;
					vertical-align: middle;
				}


#container1 #footer {
	margin: 12px 0;
	padding: 2px 1em;
	width: 100%;
	background-color: transparent;
	color: #282828;
	font-size: 80%;
	text-align: center;
}

#container1 #footer ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#container1 #footer li {
	padding: 0;
	padding-right: 0.5em;
	padding-left: 0.5em;
	list-style: none;
	display: inline;
}

#container1 #footer a, 	
#container1 #footer a:link,
#container1 #footer a:visited,
#container1 #footer a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #282828;
	border-bottom: 1px dotted #282828;
	padding: 0 2px;
}

#container1 #footer a:hover {
	border: none;
	text-decoration: underline;
	background-color: #FCD484;
	color: #151515;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	 font-weight: normal; 
    text-decoration:none;
	border: none;
}
a.tt img {
	border: none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background: transparent;}

a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	/*color: #993300;*/
	/*color: #002E42;*/
	color: #0000CD;
    text-align: left;
	font-size: 12px;
	font-weight: bold;
	/*
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	*/
}

a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubble_filler.gif) repeat bottom; 
}

a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}