body {
   margin: 0; 
   padding: 0; 
   font-family: "Helvetica", "Arial", sans-serif;
   font-size: 13px; 
   color: #666666; 
   font-weight: regular;

   background-color: #fff; 
   background-image: url('images/bkrgd.gif');
   background-repeat: repeat;

   border-color: #3366CC;
   border-style: inset;
   border-width: 1px;
}

#imagedescription {
   font-family: "Helvetica", "Arial", sans-serif;
   font-size: 13px;
   color: #666666;
   font-weight: regular;
}

#mainnav {
   font-family: "Helvetica", "Arial", sans-serif;
   font-size: 11px;
   color: white;
   font-weight: bold;
   letter-spacing: 1px;
}

#secondnav {
   font-family: "Helvetica", "Arial", sans-serif;
   font-size: 10px;
   color: #666666;
   font-weight: regular;
}

#header {
   font-family: "Garamond", "Arial", sans-serif;
   font-size: 18px;
   color: #666666;
   font-weight: regular;
}

#subheader {
   font-family: "Garamond", "Arial", sans-serif;
   font-size: 14px;
   color: #666666;
   font-weight: regular;
}

#main {
   font-family: "Helvetica", "Arial", sans-serif;
   font-size: 11px;
   color: #666666;
   font-weight: normal;
}


#sub {
   font-family: "Helvetica", "Arial", sans-serif;
   font-size: 10px;
   color: #990033;
   font-weight: normal;
}

#navheader {
   font-family: "Helvetica", "Arial", sans-serif;
   font-size: 12px;
   color: white;
   font-weight: bold;
   background-color: #666666;
}

#navmain {
   font-family: "Helvetica", "Arial", sans-serif;
   font-size: 11px;
   color: white;
   font-weight: normal;
   background-color: #990033;
}

#entertext {
   visibility: hidden;
}

p  {
   font: italic small-caps 900 12px arial
}

ul {
   list-style-image: url('arrow.gif')
   font-family: "Helvetica", "Arial", sans-serif;
   font-size: 10px;
}

.warning {
   color: Red;
   font-weight: bold;
}

#footer {
   background-color: #666666;
}

a:link {
   color: #666666;
   text-decoration: none;
   border: none;
   font-size: 11px;
   valign: top;
}

img  {
   border: 0;
}

a:visited {
   color: #666666;
   text-decoration: none;
   font-size: 11px;
}

a:hover ,a:active  {
   color: #666666; 
   text-decoration: underline;
   font-size: 11px;
}

#coolmenu {
	border: 1px solid black;
	/*width: 170px;*/
	background-color: #E6E6E6;
}

#coolmenu a {
	font: bold 13px Verdana;
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover {
	background-color: black;
	color: white;
}

#tabledescription {
	top: 72px;
	width: 100%;
	height: 10px;
	padding: 0px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	position: absolute;
	z-index: 1;
}
#arrow {
	width: 100%;
	height: 8px;
	padding: 0px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	position: absolute;
	z-index: 9;
}

