html, body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a {
	color: #336699;
	text-decoration: none;
}

#banner {
	height: 58px;
	background-color: #ffffff;
}

#banner_left {
	background-image: url( ../images/weblogo.gif );
	background-repeat: no-repeat;
	background-size: 305px 50px; 
	
	height: 58px;
	width: 350px;
	position : absolute;
	left: 0px;
	z-index: 1;
	position: absolute;
	height: 70px;
	background-position: 42px 15px;
}

#banner_right {
	/*background-image: url( ../images/webface.gif );  white background by Asmita*/
	background-repeat: no-repeat;
	height: 58px;
	width: 396px;
	position: absolute;
	right: 0px;
	z-index: 0;
}

#title {
	background-color: #ffffff /*#3399cc blue to white Asmita*/;
	text-align: center;
	font-weight: bold;
	color: #002856;
	font-size: 11pt;
	font-family: Arial;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 3px solid #002856;/* 5px solid #000000;Asmita */
	padding-top: 2px;
	font-family: Arial;
}

#menu {
	position: relative;
}

#left_menu {
	left: 0px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}

#right_menu {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}

#instructions {
	padding: 10px 0px 0px 10px;
	font-weight: bold;
}

#error {
	padding: 10px 0px 0px 10px;
	font-weight: bold;
	color: #AB121F;
}

#footer {
	background-color: #ffffff;
	border-top: 1px solid #000000;
	padding-top: 5px;
	position: absolute;
	left: 0px;
	bottom: 15px;
	font-size: 7pt;
	font-family: verdana, sans-serif;
	width: 100%;
}

#footer_left {
	float: left;
	padding-left: 10px;
}

#footer_right {
	float: right;
	padding-right: 10px;
	text-align: right;
}

.inline-block {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.bold {
	font-weight: bold;
}