body {
 background: #000000;
 color: #1F391F;
 font: 9pt Verdana, sans-serif;
 margin: 0px;
 padding: 0px;
 text-align: left;
}

a {
 color: #000000;
 border-bottom:dotted 1px #9DA034;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 border-bottom: 2px dotted #000;
 color: #000000;
}
.center
{
text-align:center;
}
h1 {
 background: url('images/head.gif') left bottom no-repeat;
 color: #50503f;
 font: bold 18pt Verdana, sans-serif;
 margin: 0px;
 padding-left:50px;
 padding-top:10px;
 padding-bottom:10px;
 /*height:30px;*/
 /*padding: 22px 0px 16px 22px;
 border:thin solid red;*/
}
h2 {
 background: url('images/h2back.jpg') left bottom no-repeat;
 color: #50503f;
 font: bold 14pt Verdana, sans-serif;
 margin: 0px;
 margin-left:60px;
 padding-left:25px;
 padding-top:10px;
 padding-bottom:10px;
 
}
h4
{
 background: url('images/h4back.gif') center top no-repeat;
 padding-left:15px;
font: bold 10pt Verdana, sans-serif;
 color: #50503f;
 height:24px;
 text-align:center;
 line-height:24px;

}

hr 
{
	 background: url('images/head.gif') top left no-repeat;
	 height:60px;
	 border:none;
	 width:100%;
}

p {
 padding: 0px 5px;
 margin-left:15px;
 margin-right:15px;
 margin-top:0px!important;
 margin-bottom:0px!important;
}

input, textarea {
 background: #C7ECC7;
 border-top: 1px solid #EBF8EB;
 border-left: 1px solid #EBF8EB;
 border-right: 1px solid #A9C9A9;
 border-bottom: 1px solid #A9C9A9;
 color: #1F391F;
 font: 8pt Verdana, sans-serif;
}

select {
 background: #C7ECC7;
 color: #1F391F;
 font: 8pt Verdana, sans-serif;
}

#wrap {
	width: 850px;
	color: #1F391F;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #7FE57F;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}


#wrapIn {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 75px;
}

/*---------------------------------------------------------------------
HEAD and TAIL
----------------------------------------------------------------------*/
.block {
 height: 60px;
 background-image:url(images/head.gif);
 color: #cea80f;
 font-weight: bold;
 line-height: 21pt;
 text-align:center;
}

.block a {
 color: #cea80f;
}

.block a:hover {
 color: #9DA034;
}

.block ul {
 float: right;
 margin:0px;
 margin-right:40px;
}

.block li {
 list-style: none;
 margin: 0px 6px;
}
/*---------------------------------------------------------------------*/

#banner {
	height: 150px;
	clear: both;
	color: #000000;
	border:none;
	background-image: url(images/top_banner.gif);
	background-repeat: repeat-y;
}

/*----------------------------------------------------------------------
Menu
-----------------------------------------------------------------------*/
#navigate {
	height: 42px;
	text-align:center;
	background-image: url(images/background_nav.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#navigate ul
{
	margin:0px;
	margin-left:25px;
}
#navigate li
{
margin-left:5px;
}
#navigate ul, #navigate li {
 float: left;
 list-style: none;
 /*margin: 0px;*/
 background-color:#cea80f;
 padding: 0px;
}
#navigate li a {
	display: block;
	/*padding: 10px 10px 16px 8px;*/
	color:#50503f;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #808000;
}

#navigate li a:hover {
	background-color: #cea80f;
	color: #50503f;
	/*padding: 10px 10px 12px 8px;*/
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #c85b02;
}
/*--------------------------------------------------------------*/

#contents {
	clear: both;
	color: #1F391F;
	text-align: justify;
	border:none;
	background-color: #bfc5bd;
	background-image: url(images/background_contents.gif);
	background-repeat: repeat-y;
	background-position: left bottom;

}

#contentsIn {
 line-height: 13pt;
 padding: 5px 15px 21px 15px;
 padding-left:0px;
 padding-right:30px;
}

#contentsIn a {
 border-bottom: 2px dotted #50503f;
}

#contents a:hover {
 border-bottom: 2px dotted #000000;
 background-color:#cea80f;
}
