body, html{
    margin: 0;
	padding: 0;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	background: #f2f6f7 url(imgs/bg.gif) left top repeat-x;
}
a{
	color: #009290;
	background-color: inherit;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
h1{
	font-size: 24px;
	color: #066073;
	margin-top: 0;
	padding-bottom: 5px;
}
#left h1{
	margin: 30px 0 0 0;
	padding: 0 0 3px 10px;
}
h2{
	font-size: 14px; 
	color: #066073;
	display: block;
	background: inherit;
	border-bottom: 1px solid #dfdfdf;
	padding: 6px 0;
}
h3, h3 a{
	font-size: 14px; 
	color: #b8003c;
}
p{
	line-height: 26px;
}
img{
	border: 0;
}
img.left{
	float: left;
	margin: 8px 5px 0 0;
}
img.right{
	float: right;
	margin: 8px 0 0 5px;
}
#container{
	width: 834px;
	margin: 0 auto;
}
#header{
	position: relative;
	height: 130px;
	width: 870px;
	background: url(imgs/header.gif) left top no-repeat;
}
#middle, #left, #content{
	float: left;
}
#middle{
	width: 870px;
	position: relative;
	background: #fff url(imgs/bg_middle.gif) repeat-y;
}
#left{
	width: 150px;
	position: relative;
	left: 30px;
}
ul#menu, ul.list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu li{
	height: 20px;
	width: 150px;
}
ul#menu li a{
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	font-weight: bolder;
	line-height: 20px;
	padding-left: 10px;
	display: block;
	width: 140px;
	height: 20px;
}
ul#menu li.color_red a{
	background: #b8003c;
}
ul#menu li.color_red a:hover{
	color: #fe719e;
}
ul#menu li.color_blue a{
	background: #066073;
}
ul#menu li.color_blue a:hover{
	color: #65cbe2;
}
ul.list a{
	font-size: 11px;
	font-weight: bolder;
	padding-left: 10px;
	line-height: 20px;
}
#content{
	width: 592px;
	background: #fff;
	padding: 34px;
	position: relative;
	left: 30px;
}
#gradient_left, #content{
	min-height: 350px;
	height: auto !important;
    height: 350px;
}
#gradient_left{
	width: 150px;
	background: #fff url(imgs/bg_left.gif) left top repeat-x;
}
#footer{
	clear: both;
	height: 30px;
	width: 870px;
	background: url(imgs/bg_footer.gif);
}
.common_table{
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.common_table td{
	border: 1px solid #ccc;
	padding: 4px;
}
td.novrap{
	white-space: nowrap;
}
.eu{
	text-align: center;
	padding-top: 30px;
	font-size: 11px;
}
.eu img{
	padding-bottom: 8px;
}
.half{	
	float: left;
	width: 50%;
	text-align: center;
}
/* FORM */
form {
  margin: 20px 0 0 0;
  padding: 0;
  width: 590px;
}
form p {
  line-height: normal;
  font-weight: bolder;
  padding-top: 10px;
}
form fieldset {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
}
form legend {
  margin: 0;
  padding: 0 5px;
  color: #ff5f00;
}
textarea {
  overflow: auto;
}
form select, form textarea {
  width: 300px;
  padding: 1px 3px;
  margin: 0;
  color: #013c65;
  color: #066073;
}
form label {
  display: block;
  float: left;
  width: 330px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
  font-weight: bolder;
}
form input.inputText {
  width: 200px;
  padding: 1px 3px;
  margin: 0;
  border: 1px solid #dedede;
  color: #013c65;
  color: #066073;
}
form div {
  clear: left;
  display: block;
  width: 550px;
  zoom: 1;
  margin: 5px 0 0 0;
}
form label.labelCheckbox, form label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 80px;
  text-align: left;
  font-weight: normal;
}
form span {
	display: block;
	padding-bottom: 10px;
}
/* END FORM */
