	body, html {
		margin: 0;
		padding: 0;
		
		background-color: #329BB1;
	}
	
	#main {
		width: 100%;
		border: 0;
	}
	
	.top {
		height: 172px;
	}
	
		.top .bok {
			background-image: url(../images/usi_02.jpg);
		}
		
		.top .content {
			width: 753px;
		}
		
	.middle {
		background-color: #3690A3;
	}
	
		.middle .bok {
			background-image: url(../images/usi_05.jpg);
			background-repeat: repeat-x;
			
		}
		
		.middle .content {
			background-color: #fff;
			padding: 10px;
		}
	
	.bottom {
		background-image: url(../images/usi_07.jpg);
	}


	.left {
		width: 229px;
		background-image: url(../images/usi_04.jpg);
		background-repeat: no-repeat;
		padding-top: 200px;
		vertical-align: top;
		background-color: #59BBD0;
	}
	
	#menu {
		width: 210px;
		text-align: right;
		color: #fff;
		font-family: 'Trebuchet MS';
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bolder;
		font-style: italic;
	}
	
	#menu div.menuhover, #menu div.menu {
		border-bottom: 1px solid #4EA4B7;
		padding: 6px 10px 6px 0;
	}
	
	#menu div.menuhover {
		background-color: #4EA4B7;
	}
	
	#menu a{
		color: #fff;
		text-decoration: none;
	}
	
	#menu div.submenu, #menu div.submenuhover {
		border-bottom: 0px;
		text-transform: none;
		padding: 2px;
		font-size: 10px;
	}
	
	#menu div.submenuhover {
		background-color: #4EA4B7;
	}
	
	
	.right {
		background-image: url(../images/usi_06.jpg);
		background-repeat: repeat-x;
		vertical-align: top;
	}
	
	a img{
		border: 0px;		
	}
	
	h1 {
		float: right;
		font-family: 'Trebuchet MS';
		font-size: 20px;
		color: #4EA4B7;
		text-transform: uppercase;
		font-style: italic;
		border-bottom: 1px solid #E6E6E6;
	}
	
	#text {
		clear: both;
		width: 450px;
	}
	
	#text, #text table {
		text-align: justify;
		font-size: 10px;
		font-family: Verdana;
		line-height: 18px;
	}
	
	#doctlist table {
		font-size: 9px;
	}