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

html {
	background-attachment: fixed;
	background-color: #84BA42;
	background-image: url(/_img/bgBody.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrap {
	width: 590px;
	margin: 35px auto;
}
#head {
	background-image: url(/_img/bgHead.png);
	background-repeat: no-repeat;
	width: 590px;
	height: 140px;
}
#head > h1 {
	background-image: url(/_img/logoHead.png);
	background-repeat: no-repeat;
	width: 255px;
	height: 140px;
	margin-left: 15px;
	text-indent: -99999px;
}
#main {
	background-color: #FFFFFF;
	background-image: url(/_img/bgMain.png);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 250px;
	margin-top: 20px;
	clear: both;
}
#foot {
	background-image: url(/_img/bgFoot.png);
	background-repeat: no-repeat;
	height: 50px;
	padding: 20px 15px 0 15px;
}

#foot > .colL {
	float: left;
	width: 280px;
}

#foot > .colR {
	float: left;
	width: 280px;
	text-align: right;
}

input, select, textarea {
	border: 1px solid #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	padding: 10px 0 10px 10px;
	margin: 0;
	font-size: 1.75em;
}

h3 {
	padding: 0;
	margin: 0;
	font-size: 1.15em;
}

p {
	padding: 0;
	margin: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

.imgLink {
	cursor: pointer;
}

a  {
	color: #193200;
	text-decoration: none;
}

td {
	vertical-align: top;
}
