ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

#leftmenu a
{
	text-decoration: none;
	color: #fff;
}

#leftmenu a:visited
{
	text-decoration: none;
	color: #fff;
}

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

body, td
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #fefeff;
	vertical-align: top;
}

body
{
	padding: 20px;
}

th {
	text-align: left;
	vertical-align: top;
}

div#top_bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background-color: #84b6ef;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-position: 30px;
}

div#leftmenu {
	position: absolute;
	top: 80px;
	left: 0px;
	bottom: 0px;
	width: 160px;
	padding: 20px 20px 20px 20px;
	background-image: url(../images/menuback.png);
	background-repeat: repeat-y;
}

div#main {
	position: absolute;
	top: 80px;
	left: 220px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	padding: 20px 60px 20px 20px;
}

div#copyright {
	position: static;
	left: 0px;
	right: 20px;
	bottom: 10px;
	text-align: right;
}

input.position {
	width: 25px;
}

ul.projects {
	list-style-type: square;
	font-size: 12pt;
	font-weight: bold;
}

ul.modules {
	list-style-type: circle;
	font-size: 10pt;
	font-weight: normal;
	margin-left: 16px;
}
