/* CSS Document */
* {
	padding:0px;
	margin: 0px;
}
iframe {
	padding: 0px;
	width:100%;
	height:100%;
	background-color:#CCCC99;
}
#header {
	color: #282828;
	font: .8em Arial, Helvetica, sans-serif;
	padding: 0px 5px 0px 5px;
	width: auto;
	height:101px;
	white-space: wrap;
	background-color: #FFFFCC;


}
#headwrap {	background-image: url(../images/HALA.gif);
	background-repeat: no-repeat;
	background-position: 98% -10px;
	width:800px; height:98px;	margin:0 auto; !important
}
#header a {
	color:#383838;
	text-decoration:none;
	font-size:3.6em;	
}
#mobileheader {display:none;}
ol li {
	font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif;
	list-style:decimal;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	background:#F90;
	width: 100%;
	height: 100%;
}
#iwrapper {
	margin: 0px;
	padding: 0px;
	background:#F90;
	width: 100%;
	height: 100%;
}
#masthead {
	background:#FFFF99;
	padding: 0.2em;
	font: 10px/1.6em Verdana, Arial, Helvetica, sans-serif;
	color:#333366;
	border-bottom: thin inset #666;
}
#footer {
	width:100%;
	background: #FFFFCC;
	margin: 0px;
	padding: 2px 15px 0;
	border-top:1px solid #999;
	text-decoration: none;
	font: .9em/1.6em Arial, Helvetica, sans-serif;
	height:20px;
}
#rss {
	display: block;
	width: auto;
	clear: none;
	float: right;
	height: auto;
	padding: 0px;
	margin: 0px 4px;
	font: 9px Arial, Helvetica, sans-serif;
}
#rss img {
	margin:auto 3px -2px 6px;
}
/* NAV container List BEGIN */

#nav {
	width:100%;
	
	background: #FFFFCC;
	border-bottom: 1px solid #282828;
	height:auto;
	overflow:visible;
	text-align:center;
	margin-bottom:0px;
}
#navlist { 
	padding-bottom:0px;
font:10px Arial, Helvetica, sans-serif;
width:800px;
min-width:300px;
height:auto;
margin:0 auto;
}
ul#navlist {
	white-space: wrap;
	width:100%;

}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {	text-transform:uppercase;
	padding: 4px 2px ;
	margin:2px 0;
	display:inline-block;
	font-weight:bold;
}
#navlist a:link, #navlist a:visited {
	color: #000;
	background-color: #e1e1b4;
	text-decoration: none;
}
#navlist a:hover {
	color: #fff;
	background-color: #09C;
	text-decoration: none;
}
#navlist a:active {background-color:#09C;}
#active /* do not ad width elements to this area */ {
	display: block;
	padding:0px;
	margin: 0px;
}
.clear {clear:both;}
.green {background-color:#6C3;}

/* Nav container list END */

