/* OcuPharm DiagnosticsColors:- Logo blue: #0092BD- Dark blue: #1B5D70- Orange: #EA8D1E- Grays: #666 #999 #CCC*/body {	background-image:url(../images/bgbody.gif);	background-repeat: repeat;	background-color: #666;	font-family: Trebuchet,Trebuchet MS,Arial,sans-serif;	font-weight: lighter;}/* Page layout */#pagebody {	border: 4px solid #222;	padding: 5px;	background: white;	margin: auto;	width: 730px;}#header {	position: relative;	background-color:#FFF;	height: 100px;}#menu {	margin: 10px 0px;	background-color: #EA8D1E;	height: 25px;	text-align: center;	line-height: 140%;}#innerbody {	overflow: auto;	height: auto;	min-height: 350px;	margin-bottom: 10px;}#footer {	padding: 9px;	font-size: 70%;	text-align: center;	color: #ccc;	background-color: #666;	height: 30px;	line-height: 140%;}/* Header styles */#header #logo {	position: absolute;	top: 0px;	left: 35px;}#header #left {	background-image:url(../images/header-left.gif);	width: 20px;	height: 100%;	float: left;}#header #right {	background-image:url(../images/header-right.gif);	width: 20px;	height: 100%;	float: right;}#header #body {	position: static;	margin-left: 220px;	padding: 9px;	height: 80px;	text-align: center;}#header h3 {	font-family: Georgia, "Times New Roman", Times, serif;	font-style: italic;	font-weight: lighter;	font-size: 150%;	color: #0092BD;	vertical-align: bottom;}/* Menu styles */#menu a {	color: black;	margin-top: 5px;	font-size: 14px;	padding: 12px 7px 5px 7px;	text-decoration: none;	font-weight: lighter;}#menu a:hover {	color: white;	background-color: #333;}#menu .selected {	color: #EA8D1E;	background-color: black;	text-decoration: underline;}#menu .sep {	position: relative;	background-color: white;	padding: 0px 1px 1px;}/* Footer styles */#footer a {	padding: 3px;	color: white;}#footer a:hover {	background-color: #FF6600;	color: black;	text-decoration: none;}/* Body styles */#sidebar {	width: 250px;	height: 100%;	float: left;	margin-right: 10px;	padding: 5px;	font-size: 12px;}#sidebar h1 {	color: #1B5D70;	font-size: 14px;	font-style: italic;}#content {	position: relative;	color: #333;	margin-left: 275px;	padding-right: 10px;	font-size: 12px;	line-height: 180%;	height: 100%;}#content h1 {	color: #1B5D70;	font-size: 18px;	font-weight: bold;	border-bottom: 1px solid black;}#content h2 {	font-size: 14px;	font-style: italic;	margin-bottom: 1px;}/* General styles */a {	color: #0092BD;}a:hover {	background-color: #0092BD;	color: white;	text-decoration: none;}blockquote {	background: url(../images/quote.gif) no-repeat;	display: block;	font: bold italic 1em "Trebuchet MS",serif;	margin: 6px 0;	padding-left:15px;	padding-top: 10px;	min-height: 20px;}a img {	border: 0px;}ul {	margin: 0;}li {	list-style-image:url(../images/bullet_orange.png);	margin: 2px 0 0 5px;}.left {	display: block;	float: left;}.right {	display: block;	float: right;}/* Form styles */input, textarea {	font-family: Trebuchet,Trebuchet MS,Arial,sans-serif;	color: #1B5D70;	border: 1px solid #333;	padding: 2px;	width: 300px;	margin-bottom: 5px;	background-color: #eee;	font-size: 95%;}label {	display: block;	float: left;	width: 100px;	text-align: right;	margin-right: 5px;}.button {	border: 2px groove black;	width: auto;	padding: 2px 10px;	background-color: #EA8D1E;	color: black;}.bsError {	background-color: #F5E0C6;}