.wrap {
	border: 1px solid #FFCC66;
}
.horizontal-rule {
	border-left: 1px solid #CCCCCC;
}



/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFEB;
	font-size: 12px;
	line-height: 130%;
	}
	
a {
	text-decoration: none;
	font-weight: bold;
	color:  #008094;
	outline: none;
	}
a:visited { color:  #008094; }
a:active { color:  #666666; }
a:hover { color: #333333; text-decoration: underline; }


.ahem {
	display: none;
	}
	
strong, b {
	font-weight: bold;
	}
	
p {
	margin-top: 0px;
	margin-bottom: 12px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 17px;
	line-height: 30px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 5px;
	color: #FF9900;
	}
h2 {
	font-size: 14px;
	line-height: 22px;
    font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
	
hr
{  
    background-color:#D3D3D3;
    border:0pt none;
    height:1px;
    width: 80%;
    margin-top:8px;
    margin-bottom:16px;
}

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}

#nagivation {
	
	z-index:1;
	width: 210px;
	visibility: visible;
	top: 183px;
	display: block;
    padding-top: 0px;
    margin: 0px;
}

#nagivation ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#nagivation li.notcurrent {
margin: 0;
padding: 0;
display: block;
background: url(../images/nav_button.gif) no-repeat;
}

#nagivation li.current {
margin: 0;
padding: 0;
display: block;
background: url(../images/nav_button.gif) no-repeat 0 -60px;
}

#nagivation a {
	display: block;
	padding: 0 0 0 30px;
	height: 28px;
	width: 180px;
	font: normal 12px/28px Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #FFCC00;
}

#nagivation a:hover {
background: url(../images/nav_button.gif) no-repeat 0 -60px;
}

#nagivation a:active {
	background: url(../images/nav_button.gif) no-repeat 0 -120px;
}

.deep {
	color: #333333;
}

.wrapright {
	margin: 10px 0px 10px 10px;
	background-color: #EFF5E7;
}

.caption {
	padding: 10px 5px 10px 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #003300;
	font-size: 10px;
	line-height: 130%;
	margin: 0px;
	background-color: #EFF5E7;
}

.info table, td
{
    vertical-align: top  
}

.date
{
    color:#778899;
    font-size: 0.8em;
    text-transform: uppercase;   
}

.toupppercase
{
    text-transform: uppercase;   
}

a.littlelink {
	text-decoration: none;
	font-weight: bold;
	color:  #008094;
	outline: none;
	font-size:0.8em;
	}
a.littlelink:visited { color:  #008094; }
a.littlelink:active { color:  #666666; }
a.littlelink:hover { color: #333333; text-decoration: underline; }




#data td, th {
	padding: 4px;
}

.counter 
{
	background-image:url(../images/counter.jpg);
	color:#FF9900;
	font-family:courier,"courier new",monospace;
	font-size: 1.5em;
	font-weight:bold;
	padding: 2px 2px;
	border-right: 1px solid #999999;
}
