
	div.top { background-color: #708bc0;
	            background-image: url(images/logo_rev.gif);
	            background-repeat: no-repeat;
	            background-position: 0 0;
	            height: 80px;
	            width: 890px;
	            padding-right: 10px;
		  } 

	div.left { background-image: url(images/left2.gif);
	            background-repeat: no-repeat;
	            width: 180px;
	            height: 540px;
	            float: left;
	          }

	div.main {width: 500px;	
		height: 520px;
		padding: 20px 20px 0px 20px;
		float: left;
		} 

	div.main-grey {background-color: #707070;	
		width: 500px;
		height: 520px;
		padding: 20px 20px 0px 20px;
		float: left;
		} 
		
	div.corporate { background-image: url(images/grey-partial.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 540px;
		width: 540px;
		float: left;
		} 

	div.right {background-color: #adbcdb;
		width: 160px;
		height: 520px;
		padding-top:20px;
		padding-left: 10px;
		padding-right: 10px;	
		float:left;}

	#footer {clear: both;
		width: 900px;
		margin: 0;
		padding: 1px 0 1px;
		text-align: center;
		font-size: 10pt;
		font-color: white;
		background-color: #708bc0;}

	#footer ul {margin-bottom: 0;
		}

	#footer ul li {
		display: inline;
		margin-right: 3px;
		padding-left: 7px;
		border-left: 1px solid blue;
		list-style-type: none;}

	#footer ul li.home{
		padding-left: 0;
		border-left: 0;}

	.left {float: left;}
	.clear {clear:left;}

	h1 {font-size: 10pt;
	      font-weight: bold;
	      font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	      color: blue;}

	h2 {font-size: 18pt;
	      color: #ffffff;
	      margin-top:30px;
	      margin-left:120px;
	      margin-bottom:20px;
	     font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";}
	
	h3{color: #ffffff;
	     font-size: 10pt;
	     font-weight: normal;
	     margin-left: 10px}
	

	p.grey {font-size: 10.5pt;
	           color: #707070;
	           font-weight: bold;
	          }

	p.white {font-size: 10.5pt;
		 color: #ffffff;
	    	 font-weight: bold;
	     	}

	p.blue {font-size: 10.5pt;
		color: blue;
		font-weight: bold;
		}

	p.medblue {font-size: 10pt;
		   color: blue;
		   font-weight: bold;
		   }

	p.smallred {font-size: 8pt;
		   color: red;
		   }

	p.smallgrey{font-size:8pt;
		    color: #707070;
	 	    }

	p.smallwhite{font-size: 8pt;
		     color: #ffffff;
		     font-weight: normal;}

	ol.grey {list-style-type: circle;
	    font-size: 10pt;
	    color: #707070;
	    font-weight: bold;
	    }

	ol.white {list-style-type: circle;
	    font-size: 10pt;
	    color: #ffffff;
	    font-weight: bold;
	   }

	tbody {color: #707070;
	     font-size: 10pt;
          	     font-family: "MS PSVbNh;
                   font-weight: bold;}

	a:link{color:blue;
		font-weight: bold}
	a:visited{color:blue;
		font-weight: bold}
	a:hover{background-color:yellow;
		font-weight: bold}



