/**************************************************/
/* LAYOUT                                         */
/**************************************************/
body {
	background-color: #333;
	color: #CCC;
	font: 86%/130% Verdana, Arial, Helvetica, sans-serif;
	margin: 20px;
	padding: 0;
}
/* width, minwidth and container are necessary to get min-width to work in IE6 */
.width {
	width:80%;
	min-width: 720px;
  }
* html .minwidth {
  border-left:720px solid #CCC;
  position:relative;
  float:left;
  z-index:1;
  }
* html .container {
  margin-left:-720px;
  position:relative;
  float:left;
  z-index:2;
  }
#wrapper {
	position: relative;
	background-image: url("../images/bg.gif");
	width:100%;
	margin: 0;
}
#header {
  position: relative;
  background: #339 url(../images/bridge2.jpg) no-repeat right top;
  margin: 0;
  padding: 0;
	color: #9BD2A7;
	height: 80px;
	border-left: 1px solid #FFC;
}
#logo {
  position: absolute;
  top: 1px;
  left: 9px;
  width: 350px;
  height: 79px;
  color: #339;
	background: #339 url(../images/logo_blue3.jpg) no-repeat left top;
  margin: 0;
  padding: 0;
}
#leftcolumn {
	position: absolute;
	background-color: #B0B1B3;
	color: #333;
	border-left: 1px solid #FFC;
	margin-top: 80px;
	padding: 1px 5px ;
	top: 0;
	left: 0;
	width: 166px;
}
#footer {
  position: relative;
	background-color: #339;
	color: #9BD2A7;
	height: 26px;
	border-left: 1px solid #FFC;
	font-size: x-small;
	text-align: center;
	clear: both;
}
#footer a {
	background-color: #339;
	color: #9BD2A7;
}
#footer a:hover {
	background-color: #339;
	color: #CCC;
}

/**************************************************/
/* MENU BOX                                       */
/**************************************************/
#col1 {
	width:166px;
	font-size: 0.8em;
	font-weight:600;
	float:left;
}
#col1 h3 {
	margin: 0;
	padding: 13px 10px 5px 17px;
	}
h4 {
	font-size: 1em;
	margin: 15px 0 12px 0;
	clear: both;
}
h5 {
	font-size: 1em;
	margin: 15px 0 12px 0;
	clear: both;
}
h6 {
	font-size: 1em;
	margin: 15px 0 12px 0;
	clear: both;
}	
#col1 ul {
	margin: 0;
	list-style-type: none;
	padding:0px 0px 10px 0px;
	line-height: 1.6em;
	}
#col1 li {
	padding:0px 0px 9px 0px;
	}
#col1 ul a {
  color: #333;
	text-decoration:none;
	}
#col1 ul a:hover, a:active {
	color: #339;
  background: #C1C1E0;
	text-decoration:underline;
	}
#col1 .fullbox {
  background-image: url("../images/fullbox.png");
	background-repeat: repeat-y;
	background-position: top left;
	margin-left: 0;
	}
#col1 .fullbox .hdr {
	background-image: url("../images/fullboxhdr.png");
	background-repeat: no-repeat;
	background-position: top left;
	width:100%;
	}
#col1 .fullbox .ftr {
	background-image: url("../images/fullboxftr.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding:5px 24px 15px 17px;
	}

/**************************************************/
/* CONTENT AREA                                   */
/**************************************************/
#content {
	background-color: #CCC;
	color: #000;
	border-left: 1px solid #333;
	font-size: 0.9em;
  text-align: justify;
	margin: 0 0 0 177px;
  padding: 0;
}
#content h1 {
	font-size: 1.5em;
	margin: 6px 0 20px 0;
  text-align: center;
	clear: both;
}
#content h2 {
	font-size: 1.2em;
	margin: 15px 0 12px 0;
	clear: both;
}
#content h3 {
	font-size: 1em;
	margin: 15px 0 12px 0;
	clear: both;
}
#content .small {
  font-size: 0.9em;
}
#content .fullbox {
	background-image: url("../images/content_bg.gif");
	width:100%;
	}
#content .fullbox .left {
  background-image: url("../images/content_fullboxleft.png");
	background-repeat: repeat-y;
	background-position: top left;
	}
#content .fullbox .right {
  background-image: url("../images/content_fullboxright.png");
	background-repeat: repeat-y;
	background-position: top right;
	}
#content .fullbox .hdr {
	background-image: url("../images/content_fullboxhdr.png");
	background-repeat: repeat-x;
	background-position: top left;
	}
#content .fullbox .hdrleft {
	background-image: url("../images/content_fullboxhdrleft.png");
	background-repeat: no-repeat;
	background-position: top left;
	}
#content .fullbox .hdrright {
	background-image: url("../images/content_fullboxhdrright.png");
	background-repeat: no-repeat;
	background-position: top right;
	}
#content .fullbox .ftr {
	background-image: url("../images/content_fullboxftr.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	}
#content .fullbox .ftrleft {
	background-image: url("../images/content_fullboxftrleft.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	}
#content .fullbox .ftrright {
	background-image: url("../images/content_fullboxftrright.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding:30px;
	}
#content .fullbox .imgright {
	border: 2px solid #339;
	width: 220px;
	height: 165px;
	margin-top: 10px;
	float: right;
	margin-left: 15px;
	}
#content .fullbox .imgleft {
	border: 2px solid #339;
	width: 220px;
	height: 165px;
	margin-top: 10px;
	float: left;
	margin-right: 15px;
	}
#content .fullbox a {
  color: #33C;
  background-color: inherit;
}
#content .fullbox a:hover {
  color: #00F;
  background-color: #BBB;
	text-decoration:underline;
}
div#content .clearer {
  clear: both;
  }
  
/**************************************************/
/* MAIL FORM */
/**************************************************/
.formlabel {
	margin: 10px 190px 0 5px;
}

input, textarea, select {
	margin: -20px 0 0 210px;
	color: black;
	background: white;
}
