html, body {height: 100%; font-size: 12px;}
body {font: normal 12px/1.3em Tahoma, Arial, Helvetica, sans-serif; background:#eeeeee}

* {margin: 0; padding: 0;}

#logo {
	float:left;
	display:block;
	width: 230px;
	padding: 100px 0 0 0;
	height: 0px !important;
	height /**/:100px; /* for IE5.5's bad box model */
	overflow: hidden;
	background: url(../images/logo.png);
}

h1 {
	font-size:20px;
	line-height: 1.3em;
	text-align: center;
	color: #006600;
}
h2 {
	font-size:16px;
	margin-top:15px;
}

p {
	margin:15px 0 0;
	font: normal 14px/1.3em 'Trebuchet MS',Arial,Helvetica,sans-serif;
	text-align: justify;
}

.cl {clear:both}

.hide {
	position:absolute;
	top: -20000px;
	left: -20000px;
}
.show {position: relative}

#copyright {
	text-align: center;
	margin: 15px 0;
	color: #666666;
	font-size: .8em;
}

a {
	color: #339900;
}
:focus {
	outline: 0;
}

ul.simple {margin-top:10px;}
ul.simple li {margin-left: 25px; line-height:1.3em}

#botmlinks {
	margin:15px 0;
	text-align:center;
	font-size: 10px;
}




