* {
  padding: 0px;
  margin: 0px;
}

body {
  font-family: Tahoma, Veranda, Arial, sans-serif;
  color: #404040;
  background-image: url('/images/bg.gif');
  background-repeat: repeat-x;
  margin-bottom: 30px;
}

#wrap_wrap {
  background-image: url('/images/top_center.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  min-width: 910px;
  overflow: hidden;
}

#wrap, #wrap_home {
  width: 841px;
  margin: 0px auto 0px auto;
  border-left: 1px solid #d5cd00;
  border-right: 1px solid #d5cd00;
  background-image: url('/images/content_bg.gif');
  background-repeat: repeat-x;
  position: relative;
}

#wrap_home {
  background-image: url('/images/home_bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}

#header_ {
  margin: 0px auto 0px auto;
  width: 843px;
  height: 325px;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

  #logo {
    position: relative;
    top: 50px;
    left: 90px;
    float: left;
  }

  #menu {
	float:right;
  	padding-right:80px;
	position:relative;
	top:205px;
	width:416px;
	}

  #menu ul {
	list-style-type: none;
	}

  #menu ul li {
	float: right;
	padding-right: 20px;
	}

  #menu a {
	color: #666666;
	font-size: 14px;
	text-decoration: none;
	}

  #menu a:hover {
	color: #000;
	}


#download {
  background-image: url('/images/download.png');
  background-repeat: no-repeat;
  /*background-position: top center;*/
  background-position: bottom center;
  position: relative;
  height: 122px;
  width: 313px;
  margin-left: 0px;
  margin-top: 50px;
}

* html #download{
  background: transparent none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/download.png',sizingMethod='scale');
}

  #wrap_link {
    position: relative;
    top: 24px;
    left: 83px;
    z-index: 1001;
  }

    #wrap_link a {
      font-size: 14pt;
      color: #404040;
      text-decoration: none;
    }

    #wrap_link small {
      font-size: 10pt;
    }

#content {
  position: relative;
  padding: 10px 30px 0px 30px;
  min-height: 250px;
  overflow: hidden;
}

#footer_ {
  margin: 0px auto 0px auto;
  height: 21px;
  width: 843px;
  background-image: url('/images/bottom.gif');
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}

p, ul, span {
  font-size: 10pt;
  padding-bottom: 10px;
}

span.required {
  color: #990000;
}

ul {
  margin-left: 35px;
}

a	{
	outline:none;
  text-decoration: none;
	font-size:12px;
	color:#837c00;
}

a:hover {
  text-decoration: underline;
}

div.one_line {
  clear: both;
  position: relative;
}

div.left_column {
  float: left;
  width: 435px;
  margin-right: 10px;
  position: relative;
}

div.right_column {
  float: left;
  width: 320px;
  margin-left: 10px;
  position: relative;
}

h1, div.left_column h1, div.right_column h1, h1 a, div.right_column h2, h2 a {
  color: #666666;
  font-size: 12pt;
  padding-bottom: 10px;
  padding-top: 0px;
  font-weight: bold;
}

h2 {
  color: #666666;
  font-size: 11pt;
  padding-bottom: 10px;
  padding-top: 0px;
  font-weight: bold;
}

h3 {
  color: #666666;
  font-size: 10pt;
  padding-bottom: 10px;
  padding-top: 0px;
  font-weight: bold;
}

h4 {
  color: #666666;
  font-size: 10pt;
  padding-bottom: 10px;
  padding-top: 0px;
  font-weight: normal;
}

h1.first, div.left_column h1.first, h1.first a {
  color: #666666;
  font-size: 11pt;
  padding-bottom: 10px;
  padding-top: 0px;
  font-weight: bold;
}

div.right_column h2 {
  margin-top: 15px;
  margin-botom: 10px;
}

h1.graph_header {
  margin: 0px;
  padding: 0px;
}

h1.graph_header>img {
  padding-top: 15px;
}

div.header_top {
  margin-bottom: 15px;
  clear: both;
}

div.subheader_top {
  padding: 0;
  clear: both;
}

div.front_img {
  float: left;
  width: 54px;
  padding-top: 15px;
}

div.left_content {
  padding-left: 15px;
  display: table;
  _height: 0;
  zoom: 1;
}

img {
  border: 0px;
  margin: 0;
  padding: 0;
}

div#preloaded-images {
  position: absolute;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
  height: 1px;
  width: 1px;
}

/* Forms */

input {
  border: 1px solid #666666;
}

input.text {
  width: 300px;
}

textarea {
  border: 1px solid #666666;
  width: 500px;
  height: 200px;
}

div.form_field {
  margin-top: 5px;
  margin-bottom: 15px;
}

input.button {
  background-color: #cccccc;
  padding-left: 7px;
  padding-right: 7px;
}

span.date {
  color: #787878;
  font-weight: bold;
}
