/* Digital Umbrella CSS Document */
body,td,th {
	color: #000000;
}
body {
	background-color: #fce1cc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #836DFF;
}
a:visited {
	color: #836DFF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #836DFF;
}
#menu_left {
	position:absolute;
	left:15px;
	top:337px;
	width:150px;
	height:348px;
	z-index:1;
}
#menu_right {
	position:absolute;
	left:539px;
	top:26px;
	width:450px;
	height:340px;
	min-height:100%;
	z-index:1;
	border-width: 0px 0px 0px 0px;
	border-style:solid;
	border-color:#FFFFFF;
}
#nav_button {
	position:relative;
	width:135px;
	height:23px;
	background-repeat:no-repeat;
	background-image:url(Images/button.png);
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration:none;
	color: #FFFFFF;
	text-align: left;
	padding-top:7px;
	padding-left:7px;
}
#accessibility {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:27px;
	z-index:1000;
	background-color: #e3e3e3;
	border-width: 0px 0px 1px 0px;
	border-style:solid;
	border-color:#000000;
}
.accessibilityControls {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#logo {
	position:absolute;
	left:25px;
	top:46px;
	width:172px;
	height:184px;
	z-index:1000;
}
#content {
	position:absolute;
	left:170px;
	top:0px;
	width:770px;
	height:auto;
	min-height:auto;
	z-index:4;
}
#page {
	position:relative;
	width:999px;
	height:100%;
	min-height:100%;
}
#readspeaker {
	position:absolute;
	top:3px;
	left:715px;
}
NOTE {Fix for IE to enable vertical stretching of layers to full page extent...}
HTML,BODY {height:100%; min-height:100%}
#wholepage {border:1px; border-style:solid; height:auto; min-height:100%}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;	
}
.body_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;	
}
.service_menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;	
}
.textbox100pc {
	height: 24px;
	width: 98%;
	margin: 0px;
	padding: 0px;
}
.textbox90pc {
	height: 24px;
	width: 90%;
	margin: 0px;
	padding: 0px;
}
.textbox80pc {
	height: 24px;
	width: 80%;
	margin: 0px;
	padding: 0px;
}
.textbox20px {
	height: 24px;
	width: 20px;
	margin: 0px;
	padding: 0px;
}
.textbox100pc_low {
	height: 20px;
	width: 98%;
}
.textbox90pc_low {
	height: 20px;
	width: 90%;
}
.textbox80pc_low {
	height: 20px;
	width: 80%;
}
.textbox100pcm {
	height: 100px;
	width: 98%;
}
.commandButton120px {
	height: 24px;
	width: 120px;
}
.commandButton120px_low {
	height: 15px;
	width: 120px;
}
.commandButton100pc_low {
	height: 15px;
	width: 100%;
}
.commandButton90pc_low {
	height: 15px;
	width: 90%;
}
.commandButton80pc_low {
	height: 15px;
	width: 80%;
}
.commandButton100pc {
	height: 24px;
	width: 100%;
}
.commandButton90pc {
	height: 24px;
	width: 90%;
}
.commandButton80pc {
	height: 24px;
	width: 80%;
}
.handCursor {
	cursor: pointer;
}
