﻿* {
  margin: 0;
  padding: 0;
}
body {
	text-align: center;
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #333333;
	background: #e2e2e2;
}
h1, h2, h3, h4, h5, h6 {
	color: #E29016;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;	
}
#container {
  text-align: left;
  margin: 10px auto;
  width: 810px;
  overflow: hidden;
}
#header {
	background-position: left top;
	background-color: #000000;
	background-image: url('images/header-bk2.png');
	background-repeat: repeat-x;
	height: 128px;
	position: relative;
}
#content {
	background-position: left top;
	padding: 20px;
	background-color: #FFFFFF;
	background-image: url('images/content-bk.png');
	background-repeat: repeat-y;
	height: 1%;
}
#footer {
	background-position: center top;
	background-color: #FFFFFF;
	background-image: url('images/footer-bk.png');
	background-repeat: no-repeat;
	height: 26px;
}
.headimg {
	position: absolute;
	right: 0px;
}
#footer p {
	font-size: 11px;
	text-align: right;
	padding-right: 20px;
	color: #CCCCCC;
}
#content p {
    line-height: 1.7;
    margin-bottom: 1em;
    text-align: justify;
}
#contentsidebar p {
	text-align: center;
}
#contentmain {
	float: left;
	width: 61%;
	margin-right: 2%;
}
#contentsidebar {
	float: left;
	width: 37%;
	/*padding-top: 50px;*/
	text-align: center;
}
#content a {
	color: #3333FF;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content h1 {
	font-size: 2.5em;
	margin-bottom: 15px;
}
#content h2 {
	font-size: 1.7em;
	margin-bottom: 10px;
}
#menu {
	background-position: center top;
	background-color: #d88402;
	background-image: url('images/menu-bk.png');
	background-repeat: repeat-x;
	height: 29px;
}
#menu ul {
  list-style-type: none;
  margin-left: 10px;
  padding-top: 1px;
}
#menu ul li {
  display: block;
  float: left;
  text-align: center;
}
#menu ul li a {
  color: white;
  display: block;
  height: 20px;
  padding: 0 10px;
  text-decoration: none;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  border-right: 1px #fbca7d solid;
  text-transform: uppercase;
}
#menu ul li a:visited {
  text-decoration: none;
}
#menu ul li a:link {
  text-decoration: none;
}
.selected {
  color: black;
  text-decoration: none;
}
#menu ul li a:hover {
	color: #666666;
	text-decoration: none;
}
#menu ul li a.selected {
  color: black;
  cursor: default;
}
.contacttable {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	border-width: 0;
}
.contacttable th {
	font-weight: normal;
	text-align: right;
	width: 20%;
	white-space: nowrap;
	padding: 0 10px 5px 0;
}
.contacttable td {
	padding: 0 0 5px 0;
}
.contactfield {
	width: 300px;
}
.errortext {
	color: red;
	font-weight: bold;
}