body{
        background-color: #f2f6f2;
	margin: 0px;
        border: 0px;
	font: 100% Arial, Helvetica, Verdana;
}
#header{
        height: 46px;
        background: #023a27;
        border-bottom: 5px solid #ffffff;
        padding-top: 6px;
        padding-left: 190px;
}
#field {
        position: relative;
        right: 45px;
        text-align: left;        
        float: right;
	color: 3a3333;
        font-color: 3a3333;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        width: 200px;
}
#menu{
        background: url(img/menu.png);
        background-repeat: repeat-x;
	height: 37px;
	margin: 0px;
	border-bottom: 1px solid #ffffff;
	padding-left: 178px;
	margin-bottom: 20px;
        font-size: 15px;
}
#menu a{
	display: inline-block;
	height: 37px;
	padding: 10px;
	text-decoration: none;
	color: #003926;
        margin: 0;
        font-weight: bold;
}
#center{
	background: #eeeeee;
        height: auto;
	width: 785px;
	margin: 0 auto;
	padding: 20px 20px;
        font-size: 13px;
        -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 4px #979797;
	-webkit-box-shadow: 0 1px 4px #979797;
	-moz-box-shadow: 0 1px 4px #979797;
}
#footer{
        position: fixed;
        bottom: 0px;
        background-color: #003926;
        height: 35px;
        width: 100%;
        font-size: 13px;
        color: #80c341;
        padding-left: 179px;
        padding-top: 35px;
}
#footer a{
	color: #80c341;
        font-weight: underline;
}
#footer a:hover{
        color: #ffffff;
        font-weight: underline:
}
#footerlogo{
        position: fixed;
        right: 196px;
        bottom: -166px;
}
#poweredby{
        position: fixed;
        bottom: 5px;
        left: 5px;
        background: none;
        width: auto;
        height: auto;
        font: verdana;
        font-size: 11px;
        font-weight: bold;
        color: #ababab;
        text-decoration: none;
        
}
#poweredby a{
	color: #3f3f3f;
	text-decoration: none;
}
input[type=text], input[type=password], textarea, input[type=reset],  input[type=submit], input[type=reset], input[type=file] {
	font-weight: bold;
	background: #f2f2f2;
	border: solid 1px #979797;
	padding: 4px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
img, a{
        border: 0px;
}
