﻿body {
	margin:0;
	padding:0;
	text-align:center;
	background:#999999;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}
h2,h3 {
	font-family:"Times New Roman", Times, serif;
}
h1,h2,h3,h4 {
	text-align:center;
}

a {
	color: #4F6794;
}
a:visited {
	color: #4F6794;
}
a:active {
	color: #4F6794;
}
a:hover {
	color: #dddddd;
}
img {
	border:0;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background:#B7B7B7; 
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	text-align:left;
}
div#content-outer {
	padding:0;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:#B7B7B7;
	float:left;
	margin: 0;
}
div#content {
	padding:0;
	width:600px;
	text-align:left;
	background:white;
	float:right;
	margin: -3px 0 0 0;
	font-size:10pt;
}
div#content-inner {
	padding:1em 2em 1em 2em; 
	text-align:left;
}
div#popup-outer {
	padding:0;
	width:600px;
	text-align:left;
	float:left;
	background:white;
	font-size:10pt;
}
div#popup-inner {
	padding: 0 40px 0 40px;
}
div#popup-inner h3 {
	text-align:left;
}
div#header {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#sidemenu {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 150px; 
	padding:0;
	z-index: 25;
}
img.sidemenu {
	float:left;
}

#sidebar {
	text-align:left;
/*	background:#B7B7B7 url('images/sbbg.jpg'); */
	background:#B7B7B7;
	font-family:Arial, sans-serif;
	font-weight:normal;
	color:#333333; 
	position: relative;
	width: 160px;
	left: 0px;
	top: 0px; 
	float: left;
	padding: 150px 20px 1em 20px;
	z-index: 2;
	clear:left;
}
#sidebar p {
	font-size:10pt;
}
#sidebar h3 {
	color:#ffffff;
}

#sidebar li {
	font-size:8pt;
}
div#footer-wrap {
	width:800px;
	float:left;
	background:#B7B7B7;
}
div#footer {
	position:relative;
	width:600px;
	bottom:0px; /* stick to bottom */
	background:#B7B7B7;
	border-top:1px solid #000000;
	text-align:center;
	float:right;
}
div#footer p {
	font-size:10pt;
	padding:.5em;
	margin:0;
	text-align:center;
	color:#4F6794;
}
.dojoTabPaneWrapper {
  padding : 10px 10px 10px 10px;
}
