/* ----------------------------------------------------- */
/* ----------------------------------------------------- */

html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana, Arial, Serif;
	font-size: 12px;
	color: #003300;
	background: #FFFFFF;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #00A017;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
h1, h2 {
	margin: 0px 0px 10px 0px;
	font-family: Arial, Tahoma, Verdana, Arial, Serif;
	font-size: 12px;
	color: #003300;
	font-weight: normal;
	text-align: justify;
}
h1 { font-weight: bold; }
.formclass {
	font-family: Arial, Tahoma, Verdana, Arial, Serif;
	font-size: 12px;
	color: #000000;
}
td {
	vertical-align: top;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
#d_site {
	position: relative;
	width: 100%;
	height: 100%;
}
#d_site2 {
	position: relative;
	width: 780px;
	padding: 0px 0px 10px 0px;
	margin: 15px 0px 10px 0px;
}
#d_topimage {
	border-top: 1px solid #AAAAAA;
}
#d_topimage, #d_menu, #d_content, #d_content2, #d_bottom {
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
#d_bottom {
	border-bottom: 1px solid #AAAAAA;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
#d_topimage {
	position: relative;
	float: left;
	clear: both;
	width: 780px;
	padding: 0px;
	margin: 0px;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
#d_menu {
	background: #42A54A;
	position: relative;
	float: left;
	clear: both;
	width: 765px;
	padding: 2px 5px 3px 10px;
	margin: 0px;
}
#d_menu_left, #d_menu_right {
	position: relative;
	margin: 0px;
	padding: 0px;
}
#d_menu_left {
	width: 350px;
	text-align: left;
}
#d_menu_right {
	width: 410px;
	text-align: right;
	padding: 5px 0px 0px 0px;
}
#d_menu a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
#d_menu a:hover {
	color: #FFFFFF;
}
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
#d_content {
	position: relative;
	float: left;
	clear: both;
	width: 780px;
	height: 320px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
#d_content2 {
	position: relative;
	float: left;
	clear: both;
	width: 780px;
	height: 465px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	overflow: hidden;
}
#d_content_left, #d_content_right {
	position: relative;
	margin: 0px;
	padding: 0px;
}
#d_content_left {
	width: 330px;
	text-align: left;
	padding: 0px 10px 0px 10px;
}
#d_content_left_scroll {
	padding: 0px 10px 0px 10px;
}
#d_content_right {
	width: 405px;
	text-align: right;
}
#d_portfolio {
	position: relative;
	width: 760px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}
#d_portfolio img {
	border: 1px solid #999999;
}
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.form_normal {
	background: #FFFFFF;
}
.form_error {
	background: #E3F0E5;
}
.form_normal, .form_error {
	border: 1px solid #333333;
	margin: 3px 0px 3px 0px;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
#d_bottom {
	background: #42A54A;
	position: relative;
	float: left;
	clear: both;
	width: 765px;
	padding: 2px 5px 3px 10px;
	margin: 0px;
	color: #000000;
}
#d_bottom_left {
	position: relative;
	margin: 0px;
	padding: 0px;
}
#d_bottom_left {
	float: left;
	width: 500px;
	text-align: left;
}
#d_bottom a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
#d_bottom a:hover {
	color: #FFFFFF;
}