/*
html,
body
{
  margin: 0px;
  padding: 0px;
  height: 100%;
}
*/

html { overflow-y: scroll; }

body
{
  margin: 0px;
  background: #FFFF99 url('/images/body_bg.jpg') left top repeat-x;
  font-family: arial, sans-serif;
  font-size: 13px;
  text-align: center;
}

h1
{
  margin: 4px 0px 10px 0px;
  padding: 3px 2px;
  font-family: 'Times New Roman';
  font-size: 22px;
  font-weight: normal;
  color: #333333;
  border-bottom: 1px solid #333333;
}

h2
{
  margin: 0px;
  padding: 0px;
  color: #E03B2A;
  font-size: 19px;
}

h3
{
  margin: 0px;
  padding: 5px 0px;
  font-size: 15px;
  color: #000000;
  /*
  background-color: #FFFF99;
  border: 1px solid #CC0000;
  */
}

p
{
  line-height: 17px;
}

ul
{
  padding: 2px 0px 2px 40px;
}

ul li
{
  padding: 2px;
}

a
{
  /*color: #6699CC;*/
  color: #0066CC;
  text-decoration: underline;
}

a:hover
{
  color: #6699CC;
  text-decoration: none;
}

#wrapper
{
  position: relative;
  width: 955px;
  /*
  min-height: 100%;
  */
  margin: 0px auto;
  text-align: center;
}

#container
{
  width: 955px;
  margin: 0px auto;
  /*
  padding-bottom: 95px;
  */
}

#container_inner
{
  padding: 0px;
  text-align: left;
}

#header
{
  height: 113px;
  /*background: url('/images/toplogo.jpg') center top no-repeat;*/
}

a#homelink
{
  float: left;
  display: block;
  width: 385px;
  height: 113px;
  outline: none;
}

#header_right
{
  float: right;
  width: 450px;
  margin: 45px 15px 0px 0px;
  text-align: right;
}

#toplinks
{
  float: left;
  width: 305px;
}

#toplinks p
{
  margin: 0px;
  padding: 0px;
  color: #222222;
}

#toplinks a
{
  font-size: 11px;
  color: #222222;
  text-decoration: none;
}

#toplinks a:hover
{
  text-decoration: underline;
}

#topsearch
{
  float: right;
  width: 135px;
}

#topsearch form
{
  margin: 0px;
  padding: 0px;
}

#topsearch form input
{
  vertical-align: middle;
}

#topsearch form input.topsearchinput
{
  width: 100px;
  padding: 1px 3px 2px 3px;
  border: 1px solid #A91C0A;
  font-size: 11px;
  font-weight: normal;
  color: #6699CC;
}

#topphone
{
  padding-top: 10px;
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  color: #DA0404;
}

#navigation
{
  margin: 0px auto;
  padding: 0px;
  background: url('/images/nav_bg.jpg') left top repeat-x;
}

#content
{
  background-color: #FFFFFF;
}

#inner
{
  padding: 10px;
}

#left
{
  float: left;
  width: 200px;
}

#leftnav
{
  margin: 8px 0px 0px 8px;
}

#leftnav h1
{
  margin: 0px;
  padding: 0px;
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  border-bottom: 0px;
}

#leftnav a
{
  display: block;
  padding: 3px 4px;
  color: #CC3333;
  text-decoration: none;
  outline: none;
}

#leftnav h1 a
{
}

#leftnav p
{
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #666666;
}

#leftnav p a
{
  background-color: #EBF1F6;
}

#leftnav p a.page
{
  padding: 3px 4px 3px 20px;
}

#leftnav a:hover
{
  color: #666666;
  background-color: #D6DFE8;
}

#leftnav a.current
{
  color: #666666;
  background-color: #FFF5B4;
}

#right
{
  float: right;
  width: 700px;
}

#main
{
  float: left;
  width: 490px;
  padding-bottom: 20px;
}

#rightside
{
  float: right;
  width: 180px;
}

#footer
{
  /*position: absolute;
  bottom: 0px;*/
  width: 100%;
  /*height: 90px;*/
  margin: 0px auto;
  text-align: center;
}

#footer p
{
  width: 955px;
  margin: 20px auto 0px auto;
  padding: 15px 0px;
  font-size: 11px;
  line-height: 18px;
  color: #6699CC;
  border-top: 2px solid #FF977C;
  text-align: left;
}

#footer a
{
  color: #6699CC;
  text-decoration: none;
}

#footer a:hover
{
  color: #333333;
  text-decoration: underline;
}

div.clearfloats
{
  display: block;
  clear: both;
}

div.glassbutton
{
  width: 240px;
  height: 69px;
  background: url('/images/button_glass.jpg') left top no-repeat;
  text-align: center;
}

div.glassbutton a
{
  display: block;
  padding: 12px 0px;
  color: #CC0001;
  text-decoration: none;
  outline: none;
}

.floatleft
{
  float: left;
}

.floatright
{
  float: right;
}

a.hoverlink
{
  color: #CC0000;
  text-decoration: underline;
  cursor: pointer;
}

a.hoverlink:hover
{
  text-decoration: none;
}