.xtab
{
padding: 3px 0;
margin-left: 0;
font: 14px Verdana;
border-bottom: 1px solid #cccccc;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.xtab li
{
display: inline;
margin: 0;
}

.xtab li a
{
text-decoration: none;
padding: 3px 12px;
margin-right: 1px;
border: 1px solid gray;
border-bottom: none;
background-color: #efefef;
color: #2d2b2b;
}

.xtab li a:visited
{
color: #2d2b2b;
}

.xtab li a:hover{
background-color: #ffffff;
color: #004460;
border-bottom: 1px solid #ffffff;
/*font-weight: bold;*/
}

.xtab li a:active{
color: black;
}

.xtab li.selected a{ /*selected tab effect*/
/*
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;*/
background-color: #ffffff;
color: #004460;
border-bottom: 1px solid #ffffff;
}


.uni_full_header
{
left: 0px; 
top:0px; 

/*
width:100%; 
height:auto; 

background-color:#0086BE;
background-repeat: repeat;
*/
}
.uni_mid_header
{
background-color: #FFFFFF; /*#EFEAFF; */
width:800px; 
height:auto; 
top:0px; 
margin:0; 
padding-top:25px;
}

.uni_footer
{
 	left: 0px;
	width:800px;
	border-top-style: solid; 
	border-top-width: thin; 
	border-top-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #004460;
	font-weight: 200;
	text-align: center;
}

.uni_page_header
{
	color: #004460;
	font-size: 18px; 
	font-family: Arial; 
	font-weight:lighter;
	text-align: left;
}

.uni_logo
{
	padding-left: 20px;
	padding-bottom: 22px;
	margin-top:-10px;
}
