body {
	background-color : white;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
}

.normal {
	background-color : white;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
}

/* -------------------- IDs -------------------- */

#top {
	position : absolute; top : 0; left : 0;
	width : 780px;  height : 153px;
	background-color : white;
	background-image : url(http://techtool02/internet/images/bkgd-t.gif);
	background-repeat : no-repeat;
}

#left {
	position : absolute; top : 154px; left : 0;
	width : 251px; height : 253px;
	background-color : white;
}

#center {
	position : absolute; top : 154px; left : 252px;
	width : 276px;  height : 253px;
	background-color : white;
	background-image : url(http://techtool02/internet/images/bkgd-c.gif);
	background-repeat : no-repeat;
}

#right {
	position : absolute; top : 154px; left : 528px;
	width : 251px;  height : 253px;
	background-color : white;
	background-image : url(http://techtool02/internet/images/bkgd-r.jpg);
	background-repeat : no-repeat;
}

#read {
	position : absolute; top : -27px; left : 448px;
	}

#bottom {
	position : absolute; top : 403px; left : 0;
	width : 780px;  height : 119px;
	background-color : white;
	text-align : center;
	background-image : url(http://techtool02/internet/images/bkgd-b.jpg);
	background-repeat : no-repeat;
}

#lowermenu {
	position : absolute; top : 70px; left : 0;
	width : 780px;  height : auto;
	background-color : transparent;
/*	color : black;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;*/
}

#footer {
	position : absolute; top : 90px; left : 0;
	width : 780px;  height : auto;
	background-color : transparent;
	color : black;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8.9px;
}
#flags {
	position : absolute; top : 90px; left : 720px;
	width : 60px;  height : auto;
	background-color : transparent;
}

/* -------------------- Navigation -------------------- */

a.lm:link {
	background-color : transparent;
	color : blue;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}

a.lm:visited {
	background-color : transparent;
	color : green;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

a.lm:active {
	background-color : transparent;
	color : silver;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}