/* LINKS */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #909763;
}
p {
	padding:0;
	margin-top: 0;
	font-size: 12px;
	
}
/* LINKS */

/* TABLE */
th{}
td {}
/* HEADINGS */
h1{
	font-weight: normal;
	font-size:18px;
	color: #909763;
	border-bottom:double;
	border-bottom-color: #909763;
}
h2{
	font-weight: bold;
	font-size:16px;
	color: #909763;
}
h3{	font-weight: bold;
	font-size:14px;}
h4{	font-weight: bold;
	font-size:14px;}
h5{	font-weight: bold;
	font-size:14px;}
h6{	font-weight: bold;
	font-size:14px;}
/* BACKGROUNDS */

#master {
	background-color: #ffffff;
	width: 100%;
}
#header {
	width: 100%;
	background-color: #909763;
	padding: 0px;
	margin-bottom:0;
	margin-top:0;
	height: 200px;
}


#content {
	background-color: #ffffff;
	margin: 0px;
	padding: 5px;
	width: 80%; 
	float:left;

}
#sidebar {
	width: 20 %;
	margin: 0px;
	padding: 0px;
	float:right;
	}

#footer {
	background-image:url(images/bg-bubplastic.gif);
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;	
	height: 27;
	margin: 0px;
	clear: both;
	width: 100%;
	text-align: center;
	color: #ffffff;
	vertical-align: middle;
	padding: 0px;
}

#box h1{
	background-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 2px;
	font-weight: normal;
}
                    .clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}


ul.menu {
list-style-type:none;
width: auto;
position:relative;
display:block;
	height: 27px;
font-size:.6em;
font-family:Verdana,Helvetica,Arial,sans-serif;
margin:0;
padding:0;
background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#ffffff;
text-decoration:none;
	height: 27px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color: #006600;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}
