html, body {
    height:100%
}
*, html, body {
    margin:0px; 
	padding:0px;
}
body {
	font:12px Verdana,Arial,sans-serif;
	color:#000;
	text-align:center;
	background-color: #595959;
}
td, input, textarea, option, select {
    font:12px Verdana,Arial,sans-serif; 
	color:#000;
}

img {
    border:0px solid; 
	behavior: url('css/pngbehavior.htc');
}
a {
	text-decoration:underline;
	color:#515e11;
	font-weight: bold;
}
a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #999900;
}
b {
	font-weight: bold;
	color: #515e11;
}
.head {
    color:#4D9622; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; font-weight: bold
}
.green {
	font-weight: normal;
	color: #515e11;
}
.bold {
    color:#243e99; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold
}
#top {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 998px;
}
#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 998px;
	text-align: right;
}
#head {
	background-image: url(../images/head.gif);
	height: 162px;
	width: 998px;
	background-repeat: no-repeat;
	text-align: right;
}
#headbottom {
	background-image: url(../images/headbottom.gif);
	height: 64px;
	width: 998px;
	background-repeat: no-repeat;
}
#content {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	width: 998px;
	text-align: left;
}
#content p {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	line-height: 20px;
	text-align: justify;
}
#content p.sign {
	text-align: right;
}
#content ul, ol {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 80px;
	line-height: 20px;
}
#bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	width: 698px;
	height: 46px;
	text-align: left;
	padding-top: 30px;
	padding-left: 300px;
	color: #c6c6c6;
}
#bottom a {
	color: #c6c6c6;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
#bottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
td.left {
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	width: 264px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 330px;
	padding-left: 22px;
	background-position: 5px top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
#navig {
	background-image: url(../images/navig.gif);
	background-repeat: repeat-x;
	height: 52px;
	width: 706px;
}
#header {
	width: 680px;
	text-align: right;
	font-size: 10px;
}
#header a {
	text-decoration: none;
}
.input {
 	width: 200px;
	border-bottom: #3c4665 1px solid;
	border-right: #3c4665 1px solid;
	border-top: #3c4665 1px solid; 
	border-left: #3c4665 1px solid; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.but {
 	width: 130px;
	border-bottom: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid; 
	border-left: #CCCCCC 1px solid; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F0F1F7;
}
#clean {
	display: none;
}