html
{
	padding: 0px;
	background-color: #FFFFFF;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div.menu {
	position: fixed;
	margin-top: 0;
	width: 150px;
	left: 0px;
	top: 0px;
	background: #000066;
	padding-top: 0px; /* 30/10 px */
	padding-left: 2px;
	/* This value controls the vertical bar, 100% will cause bar to overflow */
	height: 100%; /* old value - 94%, seems it was related to the padding 3 lines up */
	overflow: auto;
	z-index: 2;
	background-image: url("http://www.utelsystems.com/images/company_image.jpg");
	background-repeat: no-repeat;
	background-position: 1px 70%;
	background-attachment: fixed;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

/* Frode */
div.main {
	margin-left: 152px;
	padding: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 120%;
}

div.maincont {
	overflow: auto;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: auto;
	padding-left: 152px;
	padding-bottom: 50px;
}

div.mainnew {
	line-height: 120%;
	height: auto;
	width: 872px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: auto;
	padding-left: 152px;
	padding-bottom: 50px;
	overflow: auto;
}

div.maintop {
	padding: 10px 0px 0px 162px;
	line-height: 120%;
	background-image: url("http://www.utelsystems.com/images/WebHeaderBackground.jpg");
	background-repeat: repeat-y;
	height: 50px;
	width: 862px;
}

div.mainbottom {
/*	padding: 0px;
	margin-left: 152px;
	margin-right: 0px;
	margin-top: auto;
	margin-bottom: 0px;
	line-height: 120%;
	background-image: url("http://www.utelsystems.com/images/WebHeaderBackground.jpg");
	background-repeat: repeat-y;
	height: 50px;
	position: static;*/
}

div.contmenu {
	float: left;
	padding-top: 20px;
	width: 150px;
}

/* Layer under menu, needed to keep a top/down background, see menu for explanation */
div.undermenu {
	position: fixed;
	top:0px;
	left:0;
	width:140px;
	height:100%;
	z-index:1;
	padding-left:2px;
	border: 0px;
	background-color:#000066;
	overflow: hidden;
}

img
{
	border-width: 0;
}

img.right
{
	border-width: 0;
	float: right;
	margin-right: 0;
}

img.logo
{
	border-width: 0;
	margin-left: 6px;
}

.ImgLink, ImgLink:hover,ImgLink:link,
ImgLink:visited ImgLink:active
{
   border-width: 0;
   background-color: transparent;
   color: #000066;
}

a.utelLink:link, a.utelLink:visited, a.utelLink:active
{
	/* color: #000066; TOO DARK*/
	color: #0000aa;
	/* GONE FOR NOW: text-decoration: none; */
	font-weight: bold;
	font-size: 85%;
}

a.utelLink:hover 
{
	color: #0000ff;
}

a.hotNewsLink:link, a.hotNewsLink:visited, a.hotNewsLink:active
{
	color: #ffffff;
}

a.hotNewsLink:hover 
{
	color: #0000ff;
}

.utelLinkLi li
{
	margin-top: 5px;
	margin-bottom: 5px;
}
