body {
  color: #FFFFFF;
  font: 10pt Helvetica, Verdana, Arial, sans-serif;
  background-color: #C6C7C8;
} 

h1 {
   font-size: 10pt;
   font-weight: bold;
   margin-top: 0px;
}

label {
  width: 80px;
  float: left;
  vertical-align: middle;
}

input.text {
  border: 1px #2D6FB2 solid;
  height: 14px;
  width: 160px;
  margin-bottom: 4px;
  
  font-size: 9pt;
  color: #142C83;
  
  padding-left: 2px;
}

input.button {
  border: 1px #2D6FB2 solid;
  height: 20px;
  width: 120px;
  color: #ffffff;
  background-color: #2D6FB2;
  font-size: 9pt;
}

textarea {
  width: 160px;
  border: 1px #2D6FB2 solid;
  font: 10pt Helvetica, Verdana, Arial, sans-serif;
  color: #142C83;
  padding: 1px;
}

input.file {
  border: 1px #2D6FB2 solid;
  color: #142C83;
}

.error {
  color: #ED7F03;
}

/* LAYOUT DIVS */

#main {
  background: #C6C7C8 url('/common/Main_background_logos.gif') no-repeat top center;
  
  width: 864px;
  height: 656px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#menu {
  position: absolute;
  bottom: 230px;
  left: 30px;
  
  color: #ED7F03;
  font-weight: bold;
}

#content {
  background: url('/common/Content_Background.gif') no-repeat;
  
  position: absolute;
  width: 650px;
  height: 404px;
  bottom: 80px;
  right: 15px;
  
  /*
  opacity: .5;
  filter: alpha(opacity=50);
  */
}

#content2 {

  
  position: absolute;
  width: 650px;
  height: 404px;
  bottom: 80px;
  right: 15px;
  
  /*
  opacity: .5;
  filter: alpha(opacity=50);
  */
}

#content-whole {
  margin-top: 15px;
  padding-left: 30px;
  width: 600px;
}

#content-left {
  margin-top: 25px;
  padding-left: 50px;
  float: left;
  
 
}

#content-right {
  margin-top: 25px;
  padding-right: 50px;
  float: right;
  
  width:200px;
}

#register_button {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

a:link, a:visited, a:hover, a:active,a:hover, a:active  {
	color: #F58B1E;
	text-decoration: none;
}

a.menu:link, a.menu:visited, a.menu:hover, a.menu:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover, a.menu:active {
	color: #F58B1E;
}

