/* CSS Document */

body {
	margin: 0;
	background-color:#f9efcc;
	height: 100%;
	font-family: Tahoma;
	font-size: 11px;
}
html, body {
	height: 100%;
	font-family: Tahoma;
	font-size: 11px;
	color: #3b2313;
}
.h1{
font:Tahoma;
font-size:13px;
font-weight:bold;
}
input.button1{
	color:#464d00;
	background-color:#dbe7be;	
	cursor:pointer;
	font-family : Tahoma; 
	font-size : 10px;	
    border-width:1px;
	padding:1px;
}
/*li{ background:#f9efcc url(images/bullet.gif) left no-repeat; margin:5px; padding-left:10px; }*/

textarea,select,input.box {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

a:link {
	color: #3b2313;
	text-decoration: underline;
}
a:visited {
	color: #3b2313;
	text-decoration: underline;
}
a:hover {
	color: #3b2313;
	text-decoration: underline;
}
a:active {
	color: #3b2313;
	text-decoration: underline;
}
a.nav:link {text-decoration:none;color:#724425;font-family: tahoma;font-size: 11px;}
a.nav:visited {text-decoration:none;color:#724425;font-family: tahoma;font-size: 11px;}
a.nav:hover {text-decoration:none;color:#624A1E;font-family: tahoma;font-size: 11px;}
a.nav:active {text-decoration:none;}

.wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -2em;
}
.footer, .push {
	height: 2em; /* .push must be the same height as .footer */
}

