HTML {
    HEIGHT: 100%;
    WIDTH: 100%;
    OVERFLOW: scroll;
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #333366;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif; 
	font-size: 12px;
	overflow: scroll;
}

body {
    HEIGHT: 100%;
    WIDTH: 100%;
    OVERFLOW: scroll;
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #333366;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif; 
	font-size: 12px;
}

.dojoLayoutContainer { 
	position: relative;
	display: block;
	overflow: hidden;
}

.formLabel {
	font-weight: bold;
}

.notice {
	color: red;
}

body .dojoAlignRight { 
	position: absolute;
	overflow: hidden;
}

body .dojoAlignTop,
body .dojoAlignBottom,
body .dojoAlignLeft,

body .dojoAlignClient { 
	position: absolute;
	overflow: auto;
}

#header {
  background-color: #BBBBBB;
  margin: 5px;
  left: 10px;
  top: 10px;
  bottom: auto;
  right: auto;
  height: 130px;
  width: 802px;
}

#center {
	background-color:#FFFFFF;
	margin-left: 150px;
	margin-right: 10px;
	width: 100%;
	margin: 5px;
	padding: 10px;
	left: 170px;
	top: 150px;
	bottom: auto;
	right: auto;
	width: 612px;
	height: 397px;
	overflow: auto;
}

#printcenter {
  background-color:#FFFFFF;
  margin-left: 0px;
  width: 100%;
  overflow: visible;
}

#left {
position: absolute;
left:0;
width: 150px;
}
#right {
	position: absolute;
	right:0;
	width: 150px;
	margin: 5px;
	left: 662px;
	top: 150px;
	bottom: auto;
	right: auto;
	height: 417px;
	background-color:#FFFFFF;
	border: 1px solid grey;
}
#footer {
  clear:both;
  border: 1px solid grey;
  background-color: #FFFFFF;
  color: #000000;
  margin: 5px;
  left: 10px;
  top: 572px;
  bottom: auto;
  right: auto;
  height: 18px;
  width: 801px;
  text-align: center;
}

#navcontainer { 
	width: 138px;
	margin: 5px;
	left: 10px;
	top: 150px;
	bottom: auto;
	right: auto;
	height: 417px;
	background-color: #eeeeee;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 130px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}


#navcontainer img {
border: 0;
margin: 0;
padding: 0;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

p {margin: 0 0 10px 0;}

ul,li {
list-style-type: none; /* to minimize problems */
margin: 0;
padding:0;
line-height: 15px; /* extra space */
}

h3 {
	margin: 10;
}

#main {
	height: 90%;
	width: 90%;
	left: 1%;
	top: 1%;
	position: relative;
	padding: 5px;
	overflow: hidden;
}
