*
{
  margin: 0px;
  padding: 0px;
}
html
{
  font-size: 62.5%; /* Makes 0.8em = 8px, 1em = 10px, 1.6em = 16px, etc */
}
body
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
  text-align: center;
  color: #333;
}
h1,h2
{
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 12px;
  color: #039;
}
h1
{
  margin-top: 12px;
  font-size: 22px;
  line-height: 26px;
}
h2
{
  font-size: 17px;
}
p
{
  font-size: 12px;
  margin-bottom: 12px;
}
#content ul, #content ol
{
  margin: 0 0 12px 30px;
}
#content td
{
  padding: 5px;
}
img
{
  border-style: none;
  display: inline-block;
}
img.Centered
{
  display: block;
  margin: 0 auto;
}
a
{
  color: #369;
}

/* MAIN DIVS */
html, body, form
{
  height: 100%;
}
#container
{
  width: 775px;
  margin: 0 auto;
  text-align: left;
}
#nav
{
  clear: both;
  padding-left: 22px;
  height: 46px;
  min-height: 46px;
  background: url(../images/nav_bg.png) top repeat-x;
  display: block;
}
#nav li
{
  line-height: 46px;
  display: block;
  float: left;
  padding-right: 9px;
  margin: auto 0;
}
#nav li a
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #ff7e00;
}
#nav ul
{
  list-style-type: none;
}
#nav ul ul
{
}
#nav li
{
  float: left;
  position: relative;
  _height: 1em;
}
#nav li li
{
  float: none;
  line-height: 16px;
  _height: 1em;
  padding: 1px;
  white-space:nowrap;
}
/* style the links for the top level */
#nav a, #nav a:visited
{
  display: block;
  text-decoration: none;
  padding-left: 3px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav ul ul
{
  visibility: hidden;
  position: absolute;
  height: auto; *height:auto;_height:auto;top:35px;left:0;background-color:#003399;}

/* style the second level links */
#nav ul ul a, #nav ul ul a:visited
{
  background: #039;
  color: white;
  height: auto;
  line-height: 1.2em;
  padding: 6px 3px;
  display: block;
  font-size: 11px;
}
/*#nav ul ul li { width: 100% }*/

/* style the top level hover */
#nav a:hover, #nav ul ul a:hover
{
  color: #003399;
  background: white;
}
#nav :hover > a, #nav ul ul :hover > a
{
  color: #003399;
  background: white;
}
#nav a.current
{
  color: #a2a2a2;
}

#logoLeft
{
  width: 518px;
  height: 94px;
  float: left;
}
#logoRight
{
  width: 257px;
  height: 74px;
  float: left;
  background: #f7f7f7 url(../images/rightbanner_top.png) no-repeat top;
  text-align: center;
  padding-top: 20px;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
}
#logoRight a
{
  color: #9e9e9e;
}

#leftContent
{
  float: left;
  width: 484px;
  padding: 17px;
  min-height: 300px;
  line-height: 19px;
  height: auto;
  font-size: 12px;
}
#rightContent div.Box
{
  background: white url(../images/leftcontent_box.png) no-repeat bottom;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #6b6969;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 25px;
  padding-top: 16px;
  width: 225px;
  height: 100%;
}
#rightContent
{
  width: 257px;
  float: left;
  padding-top: 20px;
  height: 100%;
}

#bannerLeft
{
  width: 518px;
  float: left;
  display: block;
}
#bannerLeft img
{
  display: block;
}
#bannerRight
{
  width: 257px;
  float: left;
  display: block;
}
#bannerRight img
{
  display: block;
}
#banner
{
  width: 775px;
}

#content
{
  padding-bottom: 30px;
}

#footer
{
  clear: both;
  width: 100%;
  padding: 8px;
  padding-top: 20px;
  background: white url(../images/content_border.png) no-repeat top;
  line-height: 15px;
  text-align: center;
}
#footer a, #footer
{
  font-size: 9px;
  color: #9e9e9e;
}

#cyno
{
  text-align: center;
}
