img { border: none; }

a:link
{
  color: #006460;
}

a:visited
{
  color: #006460;
}

a:hover
{
  color: #B4B233;
}

a:active
{
  color: #B4B233;
}

/*----------------------------------------------------------------------------*/
.head1
{
  font-family : Palatino, times, serif;
  font-size : 20px;
  text-align : left;
  color : #006460;
  line-height: 2em;
}

.head2
{
  font-family : verdana, arial, helvetica, sans-serif;
  font-weight : bold;
  font-size : 14px;
  margin-bottom : 10px;
  text-align : left;
  color : #006460;
}

.head3
{
  font-family : verdana, arial, helvetica, sans-serif;
  font-size : 12px;
  font-style : italic;
  text-align : left;
  color : #006460;
}

/* header */

#header
{
  height: 114px;
  width: 760px;
  padding: 0; 
  margin: 0; 
}

/* navigation */

#home_nav
{
  background-image: url(/images/nav_bg.jpg);
  width: 758px;
  font-size: 10px;
  text-align: center;
  height: 34px;
  vertical-align: middle;
}

#home_nav a
{
  padding-top: 12px;
  color: #666; /* grey */
  text-decoration: none;
}

#home_nav a:hover
{
  color: #006460; /* blue-green */
}

#nav
{
  background-color: #F1F199;
}

/* left hand navigation */
#nav1
{
  font: 10px verdana;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 2em;
}

#nav1 li
{
  padding-top: 1em;
  padding-bottom: 1em;
}

#nav1 a
{
  text-decoration: none;
  color: #006460;
  padding-bottom: 0.5em;
  line-height: 1em;
}

#nav1 a:link
{
  color: #006460;
}

#nav1 a:visited
{
  color: #006460;
}

#nav1 a:hover
{
  color: #B4B233;
}

#nav1 a:active
{
  color: #B4B233;
}

#nav1 a.hot
{
  color: #B4B233;
}

#nav1 
{
  display: block;
}

.top_border
{
  border-top: 1px solid #B4B233;
}

/* footer */
#footer_nav a:link, #footer_nav a:visited, #footer_nav a:active
{
  font-size: 10px;
  color : #666;
  text-decoration : none;
}

#footer_nav a:hover
{
  font-size: 10px;
  color : #10524d;
  text-decoration : none;
}

#footer_nav
{
  font-size: 9px;
  background-image: url(/images/footer_bg.jpg);
  background-repeat: no-repeat;
  height: 44px;
  width: 760px;
}

/*----------------------------------------------------------------------------*/
.content_cell
{
  background-color: #f4f4d4;
  border-left: 1px solid #006460; 
  border-right: 1px solid #006460;
}

#content_layout
{
  padding: 1em;
  min-height: 380px;
}

* html #content_layout
{
  height: 380px; /* since IE is doesn't support min-height */
}

.content a { text-decoration : underline; }
.content a:hover { text-decoration : underline; }

#hotword { color : #cb675a; text-decoration : underline; }
a#hotword:hover { color : #639acb; text-decoration : underline; }

.hotwordbox
{
  background-color : #ffffff;
  border : 1px solid #cb675a;
  padding : 10px;
  margin : 4px;
  font-size : 12px;
}

.border_left_right
{
  border-left: 1px solid #006460;
  border-right: 1px solid #006460;
}

#page_title
{
  padding: 1em 0 1em 0;
  text-align: center;
}

.one_image_copy
{
  padding: 0 2em 0 2em;
}

#sidebar_layout
{
  width: 230px;
  border-left: 6px solid #EFEFC2;
  padding: 0 0 0 1em;
}
/*----------------------------------------------------------------------------*/
