html, body{
  background-color:#333;
}

#wrapper{
  position:relative;
  width:760px;
  margin:0 auto;
  background-color:#fff;
}

#header{
  position:relative;
  height:115px;
  background:url('../../images/header.jpg') repeat no-repeat;
  background-position:5px center;
  color:#fff;
  font-family:arial;
  font-size:20px;
  font-weight:bold;
  padding:35px 0 0 160px;
}

img.hdrlogo{
  position:absolute;
  top:30px;
  right:10px;
}

#mainbody{
  position:relative;
  background-color:#fff;
  border-color:#C98F14;
  border-style:solid;
  border-width:0 2px 2px 2px;
  font-family: arial;
  padding:1em 2em;
}

p{
  font-size:small;
}

p.narrow{
  padding-right:200px;
}

ul{
  font-size:small;
}

h1{
	font-size: 1.8em;
	font-weight: bold;
	color: #f1910e;
	font-family:trebuchet ms;
}

h2{
	font-size: 1.4em;
	font-weight: bold;
	color: #F0B410;
	font-family:trebuchet ms;
}

h3{
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	font-family:trebuchet ms;
  padding-right:200px;
}

#footer{
	background: #666;
	padding: 2em;
	color:#333;
	font-family:trebuchet ms;
	font-size:x-small;
}

#footer p{
  margin:0;
  border:0;
  padding:5px;
}

div.form_style{
  color:#666;
}

div.form_style table tr th{
  font-weight:normal;
  text-align:right;
  font-size:small;
}

div.line{
  border-color:#666;
  border-style:dotted;
  border-width:1px 0 0 0;
  width:100%;
  height:1px;
  width:75%;
}

img.cu{
  position:absolute;
  top:5px;
  right:5px;
}

a{
  color:#000;
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}