A:hover { text-decoration: underline; }

A:active { text-decoration: none; }

A { text-decoration: none; }

A:visited { color: #000000; }

#title {
	font-family: "century gothic", sans-serif;
	font-size: 12pt;
	color: #898989;
	text-align: left;
	position: relative;
	left: 6px;
	top: 7px;
}

#sheildsurround { border: solid 1px #d3d3d3; background: F0F0F0; clear: both; padding: 8px 8px 8px 8px; }


#contentsurrounding {
	border: solid 1px #d3d3d3;
	background: #FFF;
	clear: both;
	padding: 6px;
	text-align: left;
	font-size: 8pt;
}


#thinline {
	border: 1px solid #333333;
	clear: both;
	padding: 1px;
}

div.scroll {
	height: 300px;
	width: 98%;
	overflow: auto;
	border: 1px solid #666;
	//background-color: #ccc;
	padding: 8px;
}


.very_small_text {
	font-size: 8px;
}


div.scrollseason {
	height: 300px;
	width: 95%;
	overflow: auto;
	border: 1px solid #666;
	//background-color: #ccc;
	padding: 8px;
}

div.picscroll {
	height: 320px;
	width: ;
	overflow: auto;
	border: 1px solid #666;
	//background-color: #ccc;
	padding: 8px;
}

body {
 color: #656565;
 margin: 0;
}


td { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10pt; 
 color: black;
}

td.white { 
 background : #FFFFFF; 
 font-size: 10pt; 
 color: black;
}

td.offwhite { 
 background : #EAEAEA; 
 font-size: 10pt; 
 color: black;
}

td.blue {
 background : #3E4885; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 7pt; 
 color: white;
}

td.brown {
 background : #CCB39E; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 8pt; 
 color: white;
}

td.menu_side {
 background : #F0F0F0; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 8pt; 
 color: black;
}


.index_history_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.history_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.smalllinkhome{ 

	color: #333333; 

	text-decoration: none;

}

A.nav:hover {
 text-decoration: underline;
 color: #9A673E;
}
.smalltext {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;
}
.white_faq_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smalltextBigger {

	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
}


A.pictures {
 text-decoration: underline;
 color: black;
}

A.pictures:hover {
 text-decoration: underline;
 color: red;
}


.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
	padding: 1px;
	text-indent: 3px;
	font: bold 14px Arial;
	background-color: #EFEFEF;
	color: #333333;
	cursor: move;
	overflow: hidden;
	width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 10px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}



#dhtmltooltip{
position: absolute;
width: 250px;
border: 2px solid black;
padding: 2px;
background: yellow;
visibility: hidden;
z-index: 100;
color: black;
font-size: 8pt;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(images/blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}