/* CSS Document */

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

table.presentation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	vertical-align: top;
	white-space: normal;
	margin: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: absolute;
	height: auto;
	width: 600px;
}

.presentation table p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

h1.conf{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000099;
	font-weight:bold;
}

h3.conf{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000099;
	font-weight:bold;
}

h3.conf_center{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000099;
	font-weight:bold;
	text-align:center;
}

h3.conf_nav{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000099;
	font-weight:bold;
	text-align:center;
	border-bottom-style:solid;
	border-bottom-color:#000000;
}

h5.update{
	text-align:right;
	font-weight:normal;
}

ul.conf{
	text-align:left;
}

img.center{
	float:right;
}

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:175px;
	background-image: url(../images/header_bckgrnd.gif);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	text-align:center;
}

#nav{
	position:absolute;
	top:175px;
	left:0;
	margin: 0; 
	padding: 0;
	width:110px;
	height:100%;
	background-image: url(../images/nav_bckgrnd.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 115%;
	font-size: 17px;
	text-align:left;
	text-indent:5px;
}

#main{
	position:absolute;
	top:175px;
	left:110px;
	height:100%;
	width:90%;
	border-top:solid;
	border-color:#000000;
}

#conf{
	position:absolute;
	text-align:left;
	right:25%;
	min-height:100%;
	width:70%;
	border-right:solid;
	border-color:#000000;
}

#rightcolconf{
	position:absolute;
	text-align:center;
	left:75%;
	width:150px;
	border-bottom:solid;
	border-left:solid;
	border-color:#000000;
}
