@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #7dbf0e;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

textarea {
	overflow: auto;
}

ul, ol {
	margin-left: 25px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

#header h1 {
	float: left;
	width: 170px;
	height: 137px;
}

#header h1 a {
	display: block;
	width: 170px;
	height: 137px;
	color: transparent;
}

#content h2.leftbox_green_top {
	width: 660px;
	height: 47px;
	margin: 0;
	padding: 0 20px;
	background: url('../images/leftbox_green_top.png') no-repeat;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 47px;
}

#content h2.leftbox_white_top {
	width: 660px;
	height: 47px;
	margin: 0;
	padding: 0 20px;
	background: url('../images/leftbox_white_top.png') no-repeat;
	color: #073637;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 47px;
}

#content .leftbox_white2 h2 {
	margin: 0 0 25px 0;
	color: #7dbf0e;
	font-size: 24px;
	font-weight: normal;
}

#content .leftbox_white2 h2.issubtitle {
	margin: 0 0 5px 0;
	color: #7dbf0e;
	font-size: 24px;
	font-weight: normal;
}

#content .rightbox_white h2 {
	margin: 0 0 15px 0;
	color: #2c2d2d;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

#content #left h3 {
	margin: 0 0 20px 0;
	color: #353534;
	font-size: 18px;
	font-weight: normal;
}

#content #left h3.green {
	margin: 0 0 2px 0;
	color: #156566;
	font-size: 14px;
	font-weight: normal;
}

#content #left h3.green.margintop {
	margin-top: 15px;
}

#content #left .leftbox_smallgreen h3, #content #left .leftbox_smallgreen h3 a {
	margin: 0 0 8px 0;
	color: #127b7d;
	font-size: 12px;
	font-weight: bold;
}

#content #left .leftbox_smallgreen h3 a {
	text-decoration: none;
}

#content #left .leftbox_smallgreen h3 a:hover {
	text-decoration: underline;
}

#content #left h3.subtitle {
	margin: 0 0 20px 0;
	color: #757575;
	font-size: 14px;
	font-weight: bold;
}

#content #right h3 {
	margin: 0;
	color: #7dbf0e;
	font-size: 12px;
	font-weight: bold;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}

.error {
  color: #127B7D;
  font-weight: bold;
}