body {
	background-color: #f9f9f9;
}

#top {
	background-color: #f0f0f0;
	background-image: url("../images/topbgrnd2.png");
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 30px;
	width: 820px;
	height: 70px;
}

#topmenubgrnd {
	background-color: #d0d0d0;
	background-image: url("../images/topmenubgrnd.png");
	position: absolute;
	z-index: 2;
	top: 100px;
	left: 30px;
	width: 820px;
	height: 30px;
}


#bodybgrnd {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 830px;
	height: 530px;
	z-index: 0;
	background-image: url("../images/bodybgrnd2.png");
	background-repeat: no-repeat;
}


#left {
	background-color: #f5f5f5;
	background-image: url("../images/leftbgrnd.png");
	position: absolute;
	z-index: 2;
	top: 130px;
	left: 30px;
	width: 132px;
	height: 420px;
}

#bodytextbox {
	position: absolute;
	z-index: 1;
	top: 130px;
	left: 162px;
	width: 688px;
	height: 420px;
	background-color: #f9f9f9;
	background-image: url(../images/bodytextbgrnd.png);
}

#bodytext {
	position: absolute;
	z-index: 2;
	top: 130px;
	left: 162px;
	width: 688px;
	height: 420px;
	overflow: auto;
}

.content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-family: Sans-Serif;
	font-size: 14px;
	height: auto;
	clear: left;
	
}

.content a:visited {
	color: blue;
}

.content a:hover {
	color: red;
	text-decoration: underline;
}

.subcontent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 10px;
	font-family: Sans-Serif;
	font-size: 14px;
	height: auto;
	width: 400px;	
}

#logo {
	background-image: url("../images/uuplus-sm.png");
	position: absolute;
	z-index: 2;
	top: 45px;
	left: 300px;
	width: 180px;
	height: 44px
}

#maplogo {
	background-image: url("../images/map-world-sm2.png");
	position: absolute;
	z-index: 2;
	top: 40px;
	left: 40px;
	width: 120px;
	height: 54px
}

#emaileverywhere {
	position: absolute;	
	top: 45px;
	left: 640px;
	width: 198px;
	height: 24px;
	background-image: url('../images/email-everywhere2.png');
	z-index: 3;
}

/* Begin Left Menu */

#nav {
	position: absolute;
	left: 50px;
	top: 140px;
	z-index: 3;
	width: 120px;
	}

#nav ul a{ /* top level attributes for the text links */
	color: #000000;
}

#nav li { /*The list style*/
	/*list-style-image: url(../images/button2.png);	top level bullets*/
	list-style-type: none;
}

#nav a { /* main style declartion for the links */
	text-decoration: none;
}

#nav a:link { 
	color: black;
/* Color of un-visited links. some attributes will be overrided by other attribues */
}


#nav a:hover { /* top level Mouse over */
	color: red;
	text-decoration: underline;
}

#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans;
	font-size: 14px;
}

#nav ul li ul li a:link{
	color: blue;/* Un-visited Submenu Color */
}

#nav ul li ul li a{
	color: blue;/* Visited Submenu Color */
}

#nav ul li ul li a:hover { /* visited sub level Mouse over */
	color: red;
	text-decoration: underline;
}

#nav ul li ul li {
	margin-left: 12px;/* Submenu Margin */
	list-style-image: url(../images/0.gif); /*sub menu bullets*/

}



/* End Left Menu */

/* Begin top Menu */

#topmenu {
	position: absolute;
	left: 220px;
	top: 106px;
	z-index: 3;
	width: 600px;
	font-family: Sans-Serif;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
}	

#topmenu li {
	display: inline;
	list-style-type: none;
}

#topmenu a {
	/* top right bottom left */padding: 1px 4px 1px 4px;
	margin: 2px;
	background-color: transparent;
}

#topmenu a:link, #topmenu a:visited {
	color: #000;
	 /* */
	text-decoration: none;
}

#topmenu a:hover {
	color:red;
	text-decoration: underline;
}

#topmenuE {
	position: absolute;
	z-index: 4;
	top: 106px; 
	left: 286px;
	font-family: Sans-Serif;
}

#topmenuE ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#topmenuE a {
	font-family: Sans-Serif;
	display: block;
	width: auto;
	font-family: Sans-Serif;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 16px;
}

#topmenuE a:hover {
	text-decoration: underline;
	color: red;
}

#topmenuE li { /* all list items */
	float: left;
	width: 115px; /* width needed or else Opera goes nuts */
}

#topmenuE li ul { /* second-level lists */
	position: absolute;
	width: 110px;
	left: -999px
}

#topmenuE ul li ul li { /* second-level lists */
	border: 1px solid black;
	background-color: #d0d0d0;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: -1px;
	
}

#topmenuE li ul a {
	font-size: 14px;
	font-weight: normal;
	width: 112px;

}

#topmenuE li ul a:hover {
	text-decoration: underline;
	color: red;
}


#topmenuE li:hover ul, #topmenuE li.sfhover ul { /* lists nested under hovered list items */
	left: -4px;
	top: 18px;
}

#topmenuP {
	position: absolute;
	z-index: 4;
	top: 106px; 
	left: 410px;
	font-family: Sans-Serif;
}

#topmenuP ul { /* all lists */
	padding:  0px;
	margin: 0px;
	list-style: none;
}

#topmenuP a {
	font-family: Sans-Serif;
	display: block;
	width: auto;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 16px;
}

#topmenuP a:hover {
	text-decoration: underline;
	color: red;
}

#topmenuP li { /* all list items */
	float: left;
	width: 130px; /* 130 width needed in old opera and safari but breaks new opera*/
}

#topmenuP li ul { /* second-level lists */
	position: absolute;
	width: 120px;
	left: -999px;

}

#topmenuP ul li ul li { /* second-level lists */
	width: 130px;
	border: 1px solid black;
	background-color: #d0d0d0;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: -1px;
}


#topmenuP li ul a {
	font-size: 14px;
	font-weight: normal;
	width: 130px;

}

#topmenuP li ul a:hover {
	text-decoration: underline;
	color: red;
}


#topmenuP li:hover ul, #topmenuP li.sfhover ul { /* lists nested under hovered list items */
	left: -2px;
	top: 18px;
}


/* End top Menu */

h1 {
	font: normal normal normal 16px Sans-Serif;
}

#webmail {
	position: absolute;
	z-index: 2;
	top: 106px;
	left: 36px;
	width: 150px;
	font-size: 16px;
}

#webmail a {
	color: #0033FF;
	text-decoration: none;
	font-variant:small-caps;
	font-family: arial;
	letter-spacing:1px;
	font-weight: bold;
}


#webmail a:link, #webmail a:visited {
	color: #0033FF;
	text-decoration: none;
}

#webmail a:hover {
	color: red;
	text-decoration: underline;
}

#contactus { /* Position data xyz */
	position: absolute;
	z-index: 2;
	top: 65px;
	left: 650px;
	width: 200px;
	height: 25px;
	background-image: url(../images/call.png);
}

.celldata {
	background-color: #cccccc;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
}