@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	position:relative;
	margin:0 auto;
	width:942px;
}
#left {
	width: 20px;
	height: 535px;
	float: left;
}
#right {
	width: 20px;
	height: 535px;
	float: left;
}
#content {
	width: 902px;
	height: 375px;
	float: left;
	background-image: url(../img/bgcontent.jpg);
	background-repeat: no-repeat;
	padding-top:160px;
}
#content .inside {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	padding:20px 20px 10px 20px;
	height:345px;
	background-color:#FFFFFF;
	line-height:16px;
}
#content .inside a {
	color:#333333;
	text-decoration:underline;
}
#content .inside a.hidden {
	color:#333333;
	text-decoration:none;
}	
#footer {
	width: 942px;
	height: 30px;
	float: left;
	clear: both;
	background-image: url(../img/bgfooter.jpg);
	background-repeat: no-repeat;
	padding-top:5px;
	text-align:center;
}
#footer a {
	color: #333333;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:7px;
	margin-right:7px;
	font-weight:normal;
}
#footer a:hover {
	text-decoration:none;
	color:#ffffff;
}
#footer a.highlight {
	text-decoration:none;
	color:#a3271e;
}
h1 {
	font-size:13px;
	color:#333333;
}
.contentcell {
	padding-left:30px;
	padding-right:30px;
}

.formmandatory {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A3271E;
	font-weight: bold;
}

input {
   background-color : transparent; 
   color : #404040; 
   font-family: tahoma, arial, helvetica, sans-serif;
   font-size: 8pt;
   font-weight : normal;
   border-color : #747474;  
   border-top-width : 1px; 
   border-right-width : 1px; 
   border-bottom-width : 1px; 
   border-left-width : 1px;
   text-indent : 2px;
}

textarea {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 8pt;
  color : #404040; 
  background-color : transparent;
  font-weight : ´normal;
  border-color : #404040;
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px; 
  text-indent : 2px;
}

.formSubmit {
  width: 120px;
  color : #404040;
  border-color : #404040;  
}

.formhpRadio {
  width: 10px;
}

