* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Tahoma", sans-serif;
	font-size: 14px;
	background-image: url("tile.png");
}

p {
	margin-bottom: 10px;
}

a {
	color: #999999;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

div#container {
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #FFFFFF;
	border-bottom: 3px solid #BBBBBB;
	border-right: 3px solid #BBBBBB;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

div#header {
	height: 125px;
}

div#header img {
	float: left;
}

div#header div#slogan {
	color: #BBBBBB;
	float: right;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	margin-right: 50px;
	margin-top: 65px;
}

div#main_menu {
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	height: 20px;
}

div#main_menu div a{
	background-color: #DDDDDD;
	float: left;
	width: 133px;
	height: 20px;
	text-align: center;
	border-right: 1px solid #BBBBBB;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

div#main_menu div a:hover{
	background-color: #F5B420;	
}

div#main_menu div a#selected_menu_item {
	background-color: #F5B420;	
}

div#main_menu div#last_menu_item a {
	border-right: none;
	width: 132px;
}

div#page_body {
	padding: 10px;
	padding-bottom: 10px;
	min-height: 300px;
	_height: 300px;
}

div#page_body img.right {
	margin-left: 20px;
	margin-bottom: 20px;
}

.right {
	float: right;
}

.paddingBottom {
	padding-bottom: 10px;
}

div#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #888888;
	font-size: 12px;
}

h2 {
	font-size: 20px;
	color: #F5B420;
	padding-bottom: 10px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #F5B420;
	padding-bottom: 15px;
	padding-top: 25px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #777777;
	padding-bottom: 10px;
	padding-top: 15px;
}

li ul h4 {
	margin-top: 10px;
}

table {
	margin-bottom: 10px;
	border-collapse: collapse;
}

table td {
	text-align: left;
	padding-right: 20px;
	vertical-align: top;
}

table td h4 {
	padding-bottom: 0px;
}

table img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

ul {
	list-style-type: none;
}

li img {
	margin-bottom: -3px;
}

/*----------------- Modifications made by Rudfoss -----------------*/

img.profileimg{
	height:120px;
}

table th{
	text-align:left;
	margin:0px;
	padding:0px
}

table th h4{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #777777;
}

table td.namewidth{
	width:145px;
	padding:0px;
	margin:0px;
/*	border:1px solid #FF0000;*/
}

table td{
/*	border:1px solid #0000FF;*/
}

table.departments{
	width:380px;
	padding:0px;
	margin:0xp 0px 10px 0px;
}

table.departments td{
	margin:0px;
	padding:0px;
}

div.departmentsleft{
	float:left;
	width:390px;
}

div.departmentsright{
	float:right;
	width:390px;
}

div.dummy{
	clear:both;
	margin:0px;
	padding:0px;
}

div.imgcont{
	width: 120px;
	height: 120px;
	padding-bottom: 4px;
	text-align: center;
}
