#wholepage {
	width: 800px;
	position: relative;
	margin: auto;
	display: block;
}
#headers {
	background-color: #FFE7C6;
	width: 100%;
	height: 65px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#topleft {
	position: absolute;
	left: 5px;
	top: 0px;
}

#toplefttext {
	position: absolute;
	left: 100px;
	top: 5px;
}

#content{
	position: absolute;
	top: 70px;
	left: 215px;
	right: 0px;
	font-family: georgia,arial,helvetica; 
	font-size: 10pt;
}


#copyright{
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 8pt;
}

#topmenu{
	font-family:georgia,arial,helvetica;
	font-weight:bold;
	font-size:9pt;
	color:#1A2542;
	position: static;
	width: 100%;
	top: 0px;
	background-color: #9AA6C6;
	height: 20px;
	padding-top:12px;
}

#ad_tl{
	position: absolute;
	bottom: 2px;
	right: 2px;
}

.topmenuitems{
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px 2px 0px 2px;
}

.topmenuitemslink:hover{
	color: #FFCF8D;
	text-decoration: none;
}

.topmenuitemslink {
	font-family:georgia,arial,helvetica;
	font-weight:bold;
	font-size:9pt;
	color: #FFE7C6;
	text-decoration: none;
}

.toolbar{
	display: none;
	position: relative;
	width:200px;
	top:70px;
	left: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCF8D;
	padding: 3px;
	font-size: 10pt;
	margin-bottom:5px;
}

.toolbar ul{
	list-style-type: square;
	padding-left: 20px;
}

.toolinputbox {
	margin-left: 5px;
	font-size: 8pt;
	width: 90%;
}

label{
	float: left;
	width: 20em;
}

.normalinputbox{
	margin-left: 2em;
}

.normalinputbutton{
	text-align: center;
	font-size: 8pt;
}

.toolbartitle{
	display: block;
	position: relative;
	font-family:georgia,arial,helvetica;
	font-weight:bold;
	font-size:10pt;
	color:#543F22;
	width: 100%;
	text-align: center;
	background-color: #FFCF8D;
	padding-top:8px;
	height:20px;
}
	

.toolbarsubtitle{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	border-style: solid none solid none;
	border-width: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

fieldset{
	width: 80%;
}

.dojoDialog {
	background : #9AA6C6;
	border : 1px solid #999;
	-moz-border-radius : 5px;
	padding : 4px;
}

a img { border: none; }

h1 {
	font-family:georgia,arial,helvetica;
	font-weight:bold;
	color: #354A84;
	font-size: 14pt;
	text-align: center;
	margin: 5px;
}

.reasonlist {
	color: #354A84;
	font-family:arial,georgia,helvetica;
	font-weight:bold;
	font-size: 13pt;
	margin: 5px;
}

.reasonlist li {
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: #3535AA;
	font-weight: 500;
}

a:hover {
	text-decoration: underline;
}
