.Body {
    color: #7f7f7f;
    font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', 'serif';
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 16px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
body.basic {
    background: #3D0F00;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}
.Heading_1 {
    color: #4c4c4c;
    font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', 'serif';
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
.Normal {
    padding: 4px;
}
.graphic_generic_body_textbox_style_default {
    background: transparent;
    float: none;
    margin: 0px;
    opacity: 1.00;
}
.graphic_navigationbar_style_default {
    background: transparent;
    float: none;
    margin: 0px;
    left: 0px;
    height: 25px;
    /*position: absolute;*/
    position: relative;
    top: -6px;
    width: 700px;
    z-index: 1;
    opacity: 1.00;
}
a {
    color: #1d1900;
    text-decoration: none;
}
a:visited {
    color: #686f76;
    text-decoration: none;
}
a:hover {
    color: #b96432;
    text-decoration: underline;
}
div {
    overflow: visible;
    clear: left;
}

div.body_content {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    background: transparent url(watercooloer_bkgnd.jpg) repeat scroll top left;
    text-align: left;
    width: 700px;
}

div.header_layer {
    height: 120px;
    margin-left: 0px;
    position: relative;
    width: 700px;
    z-index: 10;
}
p {
  background: transparent;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 13px;
}

.gold {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 13px;
  color: #AA8822;
}

.footer {
  font-size: 12px;
  font-style: italic;
}

img {
    border: none;
}
.InlineBlock {display: inline; }
.InlineBlock {display: inline-block; }
.tinyText {
    font-size: 1px;
}

ul {
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 13px;
}

/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:url(content.png) repeat;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */

#mynav, #mynav ul
{
  padding: 0;
  margin: 0;
  list-style: none;
}

#mynav a
{
  display: block;
  text-decoration: none;
  padding: 9px 10px 8px 10px;
}

#mynav li
{
  float: left;
  width: 180px;
}

#mynav li ul, #mynav ul li
{
  width: 180px;
}

#mynav ul li a
{
  color: #000000;
  text-align: left;
}

#mynav li ul
{
  position: absolute;
  display: none;
  background-color: #FFFFFF;
}

#mynav li:hover a, #mynav a:focus
{
  color: #000000;
  background: url( 'button_bkg_down.png' );
}

#mynav a:active, #mynav li.mynav a
{
  color: #000000;
  background: url( 'button_bkg_down.png' );
}

#mynav li:hover ul, #mynav li.mynav ul
{
  display: block;
}

#mynav li:hover ul a, #mynav li.mynav ul a {
	color: #000000;
        background: url( 'button_bkg_menu.png' );
	background-color: transparent;
}
#mynav ul a:hover {
        background: url( 'button_bkg_down.png' )!important;
	background-color: #606060!important;
	color: #FFFFFF!important;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#mynav li {width: auto;}


