body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 140%;
	font-size: 80%;	
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat:repeat;
}


a:link{
	color: #0066FF;
	text-decoration: none;
	font-weight:bold;


}


a:visited{
	color: #993366;
	text-decoration: none;
	font-weight:bold;


}


#wrapper2 {
	 width: 900px;
	 background-color: #ffffff; 
	 margin: 0px auto;
	 padding: 0px;
	 text-align:left;
	 }	

#block_1
	{
	float: left;
	width: 225px;
	}

#block_1 li {
	list-style: 'list-style-image' 'list-style-position' 'list-style-type';
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	line-height: 20px;
	}		
				 	
#block_2
	{
	float: left;
	width: 225px;
	}
	
#block_2 h1
	 {
	 font-weight:bold;
	 }
	 
#block_2 li {
	list-style: 'list-style-image' 'list-style-position' 'list-style-type';
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 20px;
	}	 	
	
#block_3
	{
	float: left;
	width: 225px;
	color:#ffffff;
	}
	
#block_3 h1
	 {
	 font-weight:bold;
	 }	

#block_3 p
	 {
	 color:#ffffff;
	 }
	 
#block_3 li {
	list-style: 'list-style-image' 'list-style-position' 'list-style-type';
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 20px;
	}	 	 
	 
#block_4
	{
	float: left;
	width: 225px;
	}
	
#block_4 li {
	list-style: 'list-style-image' 'list-style-position' 'list-style-type';
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 20px;
	}	
	
#block_4h
	{
	width:100%;
	}	
	
/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3, #block_4
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */
#wrapper
	{
	width: 900px;
	background-image:url(back4.gif);
	background-repeat:repeat;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
	
#wrapper p {

	text-decoration:none;

	padding: 4px 4px 4px 10px;
	voice-family:inherit;
	width: auto;
	margin: 0;
	color:#000000;
	line-height: 20px;
	}
	
#wrapper h1 {
	padding: 4px 0px 4px 10px;
	font-weight:bold;
	font-size: 1em;
	background-image:url(titleback.gif);
	background-position:left top;
	}	
	
	
#wrapper h2 {	
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 1px solid #666666;
	padding: 4px 0px 4px 10px;
	voice-family:inherit;
	width: auto;
	background-image:url(titleback.gif);
	margin: 0;
	color: #FFFFFF;
	}	
	
#header {
	PADDING-RIGHT: 0px; PADDING-LEFT: 10px; BACKGROUND: #9999dd; PADDING-BOTTOM: 0.5em; PADDING-TOP: 0.5em
}

#footer {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #000000;
	font-size: 0.8em;
	padding:0;
	margin: 0;
	background-color: #666666 ;
	}


#footer a {
    

    color: #ffffff;
}

#footer visited {


    color: #ffffff;
}

	
/* easy clearing */
#wrapper:after
	{

	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
	
	
	
#nav{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #000000;
	font-size: 0.8em;
	padding:0;
	margin: 0;
	}
	
#nav ul{
	padding:0;
	margin: 0;
	background-color: #666666 ;
	}

#nav ul li{
	display: inline ;
	padding: 0;
	margin: 0;
	}
	
#nav ul li a{ 
	color: #FFFFFF;
	background-color: #666666;
	text-decoration:none;
	padding: 0 15px 0 15px;
	border-right: 1px solid #000000;
	text-align:center;
	font-weight: bold ;
	width: 9em;
	}
	
#nav ul li a:hover, #nav ul li a:focus {
	background-color:#003399;
	}	
	

	
#banner {
	height: 90px;
	background-color: #FFFFFF ;
	background-image:url(images/ipiweb.jpg);
	background-repeat:no-repeat;
	background-position:left;

	margin: 10 0 0 20px;
	}	
	
#banner h1 {
	font-size:30px;
	color:#99ccff;
	padding: 0 0 0 80px;
	text-align: left ;
	}	
	
#login {
	 width: 200px;
	 background-color: #ffffff; 
	 margin: 0px;
	 padding: 0px;
	 float:right;
	 }		
/* end easy clearing */
#footer
	{
	clear: both;
	}
#header, #footer
	{
	width: 900px;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
#side4{
	width: 100%;
	font-size: 90%;
	}
	
#side4 ul{
	padding:0;
	margin: 0; 
	}

#side4 ul li{
	padding: 0;
	margin: 0;

	}
	
#side4 ul li a{ 
	display: block;
	text-decoration:none;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #666666;
	padding: 4px 0px 4px 10px;
	voice-family:inherit;
	width: auto;
	background-color: #999999 ;
	margin: 0;
	color: #FFFFFF;
	}
			
	
#side4 ul li a:hover, #nav ul li a:focus {
	background-color:#003399;
	}

#side4 ul li a.c { 
	font-size: 40%;
	color: #FF0000 ;
	text-decoration:none;
	}
	
#side3{
	width: 100%;
	font-size: 90%;
	}
	
#side3 ul{
	padding:0;
	margin: 0; 
	}

#side3 ul li{
	padding: 0;
	margin: 0;

	}
	
#side3 ul li a{ 
	display: block;
	text-decoration:none;
	border-top: 2px solid #FFCC00;
	border-bottom: 2px solid #996600;
	padding: 4px 0px 4px 10px;
	voice-family:inherit;
	width: auto;
	background-color: #FF9900 ;
	margin: 0;
	color: #FFFFFF;
	}
			
	
#side3 ul li a:hover, #nav ul li a:focus {
	background-color:#003399;
	}

#side3 ul li a.c { 
	font-size: 40%;
	color: #FF0000 ;
	text-decoration:none;
	}		
#side2{
	width: 100%;
	font-size: 90%;
	}
	
#side2 ul{
	padding:0;
	margin: 0; 
	}

#side2 ul li{
	padding: 0;
	margin: 0;

	}
	
#side2 ul li a{ 
	display: block;
	text-decoration:none;
	border-top: 2px solid #FF66CC;
	border-bottom: 2px solid #660000;
	padding: 4px 0px 4px 10px;
	voice-family:inherit;
	width: auto;
	background-color: #CC0066 ;
	margin: 0;
	color: #FFFFFF;
	}
			
	
#side2 ul li a:hover, #nav ul li a:focus {
	background-color:#003399;
	}

#side2 ul li a.c { 
	font-size: 40%;
	color: #FF0000 ;
	text-decoration:none;
	}	
#side{
	float:right;
	width: 100%;
	font-size: 90%;
	}
	
#side ul{
	padding:0;
	margin: 0; 
	}

#side ul li{
	padding: 0;
	margin: 0;

	}
	
#side ul li a{ 
	display: block;
	text-decoration:none;
	border-top: 2px solid #66ccFF;
	border-bottom: 2px solid #000099;
	padding: 4px 0px 4px 10px;
	voice-family:inherit;
	width: auto;
	background-color: #0099FF ;
	margin: 0;
	color: #FFFFFF;
	}
			
	
#side ul li a:hover, #nav ul li a:focus {
	background-color:#003399;
	}

#side ul li a.c { 
	font-size: 40%;
	color: #FF0000 ;
	text-decoration:none;
	}	
	
HTML UL LI A {
	HEIGHT: 1%
}
LI:hover UL {
	DISPLAY: block
}
LI.over UL {
	DISPLAY: block
}		
	
.rightimage{
	float: right;
	margin: 0px;
	padding:0px 0px 0px 0px;
	font-size: 1em;
	
	
	}	
	
.leftimage{
	float: left;
	margin: 0px;
	padding:0px ;
	font-size: 1em;
	
	
	}
		


		
