/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 20px 0 20px 20px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.62em;
  color: #666;
  background-color: #333333;
}

h1 {
	clear: both;
	margin: 0;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1.5pt;
	padding: 5px 0 5px 10px;
	color:#663300
}

#text h1 {
}

h2 {
	line-height: 15pt;
	padding: 0px 5px 5px 10px;
	margin: 5px 0 5px 0;
	margin-right: 2px;
	font-size: 1em;
	font-weight: bold;
	color: #663300;
}

h3 {
	text-align:center;
	line-height: 15pt;
	padding: 0px 5px 5px 10px;
	margin: 5px 0 5px 0;
	margin-right: 2px;
	font-size: 1em;
	font-weight: bold;
	color: #663300;
}

p {
	line-height: 15pt;
	padding: 0px 80px 5px 40px;
	margin: 5px 20px 5px 20px;
	margin-right: 2px;
	font-style: normal;
	
}


#news p {
  padding: 8px;
}

a {
  color: #663300;
}

a:hover {
	color: #663300;
	background-color: #DDD;
	text-decoration: underline;  
}

#news   a:hover,
#footer a:hover {
  background-color: #FFFFFF;
}


ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
	list-style-image: url(images/li_bullet.gif);
	font-size: 9px;
}

acronym {
  cursor: help;
}




/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/

#siteBox {
	width: 710px;
	text-align: left;
	color: #666666;
	background: #FFFFFF;
	border: #000000 solid 1px;

}


/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#header {
	width: 710px;
	height: 58px;
	padding: 0 0 0 0;
	text-align: right;
	border-bottom: #000000 solid 1px;
	background-color: #663300;
}

#header a	{
	padding: 0 0 0 0;
	text-align: right;
	border: none;
}

#headerBreak{
	width: 710px;
	height: 5px;
	float: left;
	text-align: right;
	background-color: #999999;
	border-bottom: #000000 solid 1px;
	}

/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  height: 40px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 4px 30px 10px 30px;
  background-color:#FFFFFF;
}

#menu a {
  width: 50px;
  height: 40px;
  margin: 10px 0 0 0;
  padding: 4px 15px 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
}

#menu a:hover, #menu a.active {
  color: #663300;
  background: url(images/menu_bird.gif) no-repeat left;
  margin: 10px 0 0 0;
  padding: 4px 15px 10px 30px;
}

/***************************************************
   Main Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#text {
	float: left;
	width: 710px;
	height: 540px;
	text-align: left;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
}

/***************************************************
   Footer Styles
 ***************************************************/

#footer {
	width: 710px;
	height: 75px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
 }

#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}

/***************************************************
   Display Classes
 ***************************************************/

.date {
  display: block;
  text-transform: uppercase;
  color: #0066CC;
}


p.quote {
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #FEFADE url(images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #FEE456;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background: url(images/quote_bottom.gif) no-repeat bottom right;
}

img.right {
  float: right;
  padding: 3px;
}

img.left {
	float: left;
	margin: 8px 10px 0px 0px;
	border: #000000 solid 1px;
	overflow: visible;
	}

.grey {
  color: #AAA;
}
