div#mainDiv{
	position:relative;
	width:100%;
	top:0px;
	left:0px;
	height: 110px
	
}
div#leftDiv{
	position:absolute;
	width:200px;
	left:10px;
	top: 10px;
}
div#centerDiv{
	position:absolute;
	top: 10px;
	text-align: center;
	width: 100%;
}
div#rightDiv{
	position:absolute;
	width:200px;
	right:10px;
	top: 10px;
}
div.hrBar{
	width:100%;
	background-color:#000033;
	z-index: 5;
}
div.navBar{
    text-align: center;
}
div.navBar a{
	color:#FFFFFF;	
	text-decoration: none;
	background-image: url("images/navBar.png");
	width: 100px;
	overflow: hidden;
	display:block;
	height: 25px;
}
div.navBar a:visited{
	background-position: 0px 0px;
}
div.navBar a:hover{
	background-position: 100px 0px;
}
div.navBar a:active{
	background-position: 200px 0px;
}
div.navBar a span{
    font-weight: bold;
    vertical-align: middle;
    padding: 32px 0 0 0;
}



.listitem  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.attributename  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.attributeinput  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}

.required {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.missing {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : red;
}

.error  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.info  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : magenta;
	text-decoration : none;
}

.botbar  {
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : white;
	text-decoration : none;
}