* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	color: #333;
	font: 100.01%  Verdana, Arial, Helvetica, sans-serif;
	background: #666;
}

#topbanner{
	background:url(../images/Interactive_udp_var_left.gif) #036 no-repeat;
	height:33px;
	float:left;
}
#topbanner img {
	margin-right:0;
	float:right;
}

#wrapper {
	width: 95%;
	margin: 0 auto;
	font-size: 80%;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fff;
	min-width: 767px;
	position: relative;
}

.clearit {
	clear: both;
	height: 1px;/*fix for NN7+*/
	/*fix for IE*/
	font-size: 1px;
	line-height: 0;
	
}
#content {
	min-height: 500px;
	margin: 0 10px 0 6px;
	overflow: auto; /*Establish a new block format Firefox*/	
	/*display: table; fix for NN7+*/
	padding: 20px;
	/*background-color: blue;*/
	width: auto;
	
}

#content ul, ol {
 padding-left: 50px;   
 list-style-position: inside;
}

#content ul li {
	list-style-type:none;
}

#content div.border ul li, #content ul.libullet li {
	list-style-type: disc;
}

h1, h2, h3, h4, h6{
	color: #036;
	font-size: 130%;
	padding: 0 0 20px 0;
}

h5{
	color: #fff;
	background-color: #036;
	padding: 3px;
}


h2 {
	font-weight: bold;	
	padding: 0 0 10px 0;
	/*margin: 20px 5px 0 0;*/
	font-size: 120%;
}

h4, .fig {
	/*border-top: 2px solid #036;*/
	padding-top: 0;
	margin: 20px 5px 0 0;
	padding-bottom: 0;
	font-size: 100%;
	color: #ccc;
}

h6 {
	border-top: 2px solid #036;
	padding-top: 0;
	margin: 20px 5px 0 0;
	padding-bottom: 0;
	font-size: 130%;
}

h3 {
	padding-top: 0;
	/*margin: 1px 5px 0 2px;*/
	margin: 20px 5px 0 0;
	padding-bottom: 0;
	font-size: 100%;
}


.fig {
	font-weight:bold;
}

a  {
	color:#003366;
	text-decoration : underline;
}
a:visited {
	color: #003366; 
	text-decoration: underline;
}
a:hover, a:active, a:focus{
	/*color:#666666;*/
	color: #fff;
	background-color: #036;
	text-decoration : none;
}

* html #content {
	/*margin: 0 16% 0 22%;*/
	width: 455px;
	/*zoom: 1;*/
	overflow: visible;
	margin-left: 3%;
}


.border {
	border: 1px solid #999999;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}



.hr {
	color:#999999;
}

table td{
	padding:5px;
}

#pc {border:1px solid #999;}

