.homeLink{
	text-decoration: none; 
	border: none; 
}

.tab{
	font-family: arial, verdana, san-serif;
 	font-size: 16px;
	font-weight:bold;
}

td.tab{
	font-family: arial, verdana, san-serif;
 	font-size: 16px;
	font-weight:bold;
	background-image:url('content/images/menuBackground.jpg');

}

.asd{
	text-decoration: none; 
	font-family: arial, verdana, san-serif; 
	font-size: 14px; 
	font-weight:bold;
	color:black;
	padding-left:10px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
	width:100%;
/*border-top: solid 1px #000;cross browser problem*/
}




a.asdHome{
	text-decoration: none; 
	font-family: arial, verdana, san-serif;
 	font-size: 16px;
	font-weight:bold;
	color: white;
	text-align:center;
}

a.asdHome:link {
	color:White;
}  
   

a.asdHome:hover {
	width:100%;
	background-color: yellow;
	color:black;
} 



table.menu{
	background-image:url('content/images/menuBackground.jpg');
	background-repeat:no-repeat;
	background-color: #B7D985;
	color: black;
}

td.menu{
	font-family: arial, verdana, san-serif;
 	font-size: 16px;
	font-weight:bold;
	color: black;
	text-align:center;
	width:8%;
	border-left: solid 1px #000;
}



td.menuHome{
	font-family: arial, verdana, san-serif;
 	font-size: 16px;
	font-weight:bold;
	background-color: #3D756C;
	color: white;
	text-align:center;
	width:8%;
	border-left: solid 1px #000;
}

td.menuNoBorder{
	font-family: arial, verdana, san-serif;
 	font-size: 16px;
	font-weight:bold;
	background-color: #B7D985;
	color: black;
	text-align:center;
}

div.submenuContainer{
	position: absolute; 
	border: 1px solid #000000; 
	visibility:hidden; 
	z-ndex: 1;
}

table.submenuContainer{
	border-collapse: collapse;
}

tr.submenu{
	background-color: #B7D985;	
	border-bottom: solid 1px #000;
}

tr.submenuHL{
	background-color: yellow;
}



body{
	background-color:white;
}



.mainContent{
	height:80%;
	width:100%;
}

.contentFrame{
	height:100%;
	width:100%;
padding-top:5px;
	border-left-width:5;
	border-left-style:solid;
	border-left-color:#3D756C;
	background-color:#fff;
}

.quickLinkBar{
	background-image:url('content/images/quicklinkBackground.jpg');
	background-repeat:no-repeat;

	background-color:#B7D985;
	height:100%;
	width:200px;
}

.bannerLeft{
	position:absolute;
	top:10;
	left:-20;
	width:590px;
	height:145px;
	display:block;
	margin-left:5px;
	background-color:white;
	background-image:url('content/images/UUHeaderLeft.jpg');
	background-repeat:no-repeat;
	z-index: 10;
}

.bannerRight{
	position:absolute;
	top:20px;
	right:0;
	width:1200;
	height:108px;	
	display:block;
	background-color:white;
	background-image:url('content/images/UUHeaderRightV2.jpg');
	background-repeat:no-repeat;
	z-index: 2;
}



.quicklink{
	font-family: arial, verdana, san-serif;
 	font-size: 14px;
	font-weight:bold;width:100%;
	background-color:#3D756C;
	margin-top:4px;
	padding:2px;
	color:white;
}

a.quicklink:hover{
	color:yellow;
}


.quicklinkVisitor{
	font-family: arial, verdana, san-serif;
 	font-size: 14px;
	font-weight:bold;width:100%;
	background-color:#48743E;
	margin-top:4px;
	padding:2px;
	color:white;
}

a.quicklinkVisitor:hover{
	color:yellow;
}


.uuLeftLogo{
	padding-top:5px;
	padding-left:30px;
	padding-right:20px;
	padding-bottom:15px;
}

.contentTableBorder{
	border: 1px solid black;
}

.contentTableTRBorder{
	background-color:#B7D985;
	background-image:url('content/images/menuBackground.jpg');
	background-repeat:no-repeat;
	height:30px;
	width:80%;
	border: 1px solid black;
}

.contentBox{
	border: 1px solid black;
	width:80%;
}


.contentBoxList{
	position:relative;
	width:90%;
	left:10%;
	line-height:150%;
	background-color:#ffddff;
}