/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#outerContainer {
	left:auto;
	right:auto;
	width:1024px;
	height:768px;
	border:0px solid black;
}

#header{
	position:relative;
	top:10px;
	text-align:center;
}
#nav_1 {
	position:relative;
	z-index:2;
	top:-30px;
	left:180px;
}

#conf1_pane1 {
	border:1px solid black;
	width:180px;
	height:590px;
	float:left;
	display:inline;
	padding:5px;
	line-height:1.5em;
}

#conf1_pane2 {
	margin-left:-1px;
	border:1px solid black;
	width:775px;
	height:580px;
	float:left;
	display:inline;
	padding:10px;
}

.indent{
	text-indent:15px;
}

.italic{
	font-style:italic;
}

a:visited {
	color:blue;
}

a.globalLink:hover{
	background-color:#DDDDDD;
}
a.globalLink {
	position:relative;
	color:#000000;
	text-decoration:none;
	padding:3px 25px 3px 25px;
	margin-right:-1px;
	border:1px solid black;
	font-weight:bold;
	font-size:12px;
	background-color:#FFFFFF;
}
a.subnav {
	display:block;
	text-decoration:none;
	color:#000000;
}

a.subnav:hover {
	background-color:#DDDDDD;
}

div.figure {
	text-align:center;
}

.figureText {
	font-size:11px;
	font-style:italic;
}

.bold {
 	font-weight:900;
	font-style:normal;
 }
 
iframe {
	margin:-10px 0px 0px -10px;
	width:795px;
	height:600px;
}