* {
  font-family: Arial, Verdana, san-serif;
  color: rgb(74,56,62);
  font-size: 9pt;
  line-height:12pt;
}

a {
  text-decoration:underline;
}


body {
  text-align:center;
  margin-top:16px;
  background-color: rgb(44,33,37);
}

h1, h2 {
  font-size:22pt;
  font-weight:normal;
  margin-bottom:26px;
}

h2 {
  margin-bottom:26px;
}



#pageContainer {
  margin:0 auto;
  width:801px;
  height:718px;
  text-align:left;
  background-repeat: no-repeat;
  background-color: rgb(255,255,221);
}

#footer {
  margin:0 auto;
  width:801px;
  height:30px;
}

#footer div, #footer div * {
  color:white;
  line-height:30px;
  text-align:left;
  font-size:7pt;
  text-decoration: none;
}


#mainContent {
  float:right;
  width:482px;
}

#mainContent_full {
  width:801px;
}

#mainContent_full #menu {
  float:right;
  width:482px;
  text-align:center;
  height:34px;
  color: white;
  line-height:34px;
  background-color: rgb(102,149,129);
}

#menu {
  float:right;
  text-align:center;
  width:482px;
  height:34px;
  color: white;
  line-height:34px;
  background-color: rgb(102,149,129);
}

#menu a {
  color:white;
  text-decoration:none;
}

.boxContent * {
	font-size:8pt;
}

#menu a:hover {
  color: rgb(255,255,221);
}

#textualContent {
  clear:right;
  padding-top:10px;
  margin:26px 26px 26px 36px;
}


/* form styles */

form fieldset {
	border-width:0px;
	margin:0px;
	padding:0px;
}

form fieldset [class^='inp_'] {
	width: 250px;
}

form fieldset textarea {
	width:250px; height:70px;
}

form fieldset