

/* FIELDS */

#cont {
	position: relative;
	z-index: 5;
	left: 0px;
	background-color: #FFFFFF;
}

#description {
	position: fixed;
	left: 20px;
	top: 0px;
	width: 450px;
	height: inherit;
	z-index: 200;
	background-color: #FFFFFF;
}

#menu {
	position: fixed;
	left: 449px;
	top: 28px;
	width: 100px;
	height: inherit;
	z-index: 205;
	background-color: #FFFFFF;
}

#right {
	position: fixed;
	top: 0px;
	left: 580px;
	width: 180px;
	height: auto;
	z-index: 100;
	padding: 30px;
	padding-bottom: 60px;
	margin-bottom: 60px;
	bottom:10px
	
}

/* TYPE */

.type {
	font-family: "Arial";
	font-size: 9px;
}
.desc {
	font-family: "Arial";
	font-size: 10px;
}
.project {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}
.entry {
	font-family: "Arial";
	font-size: 9px;
	color: #666666;
	font-weight: bold;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

/* LINKS */
.itype {
	font-family:  "Arial";
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	}
.itype:link {
	font-family:  "Arial";
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	}
.itype:active {
	font-family:  "Arial";
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.itype:hover {
	font-family:  "Arial";
	font-size: 9px;
	color: #018dc2;
	background-color:#ffffff;
	text-decoration: none;
}
.itype:visited {
	font-family:  "Arial";
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.ihl{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}		
a.ihl:link {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a.ihl:visited {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a.ihl:hover {
	font-family: "Times New Roman", Times, serif;
	color: #018dc2;
	font-weight: bold;
	text-decoration: none;
	background-color: #ffffff;
	font-size: 11px;
}
a.ihl:active {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

.mhl{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}		
a.mhl:link {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
a.mhl:visited {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
a.mhl:hover {
	font-family: "Times New Roman", Times, serif;
	color: #018dc2;
	text-decoration: none;
	background-color: #ffffff;
	font-size: 10px;
}
a.mhl:active {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

/* FORMAT */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
