/* CSS Document */#header {	background-image:url(images/headerbackground.jpg);	background-repeat:no-repeat;}#midheader {	background-image:url(images/midheader.jpg);	background-repeat:no-repeat;}#midheader a img {height: 36px; width: 116px; border-width: 0;}a#home img {background: url(images/homebutton.jpg) top left no-repeat;}a#about img {background: url(images/about.jpg) top left no-repeat;}a#services img {background: url(images/services.jpg) top left no-repeat;}a#contact img {background: url(images/contact.jpg) top left no-repeat;}/*a#home:link img {background: url(images/homebutton.jpg) top left no-repeat;}a#about:link img {background: url(images/about.jpg) top left no-repeat;}a#services:link img {background: url(images/services.jpg) top left no-repeat;}a#contact:link img {background: url(images/contact.jpg) top left no-repeat;}a#home:visited img {background: url(images/homebutton.jpg) top left no-repeat;}a#about:visited img {background: url(images/about.jpg) top left no-repeat;}a#services:visited img {background: url(images/services.jpg) top left no-repeat;}a#contact:visited img {background: url(images/contact.jpg) top left no-repeat;}a#home:hover img {background: url(images/homebuttonpushed.jpg) top left no-repeat;}a#about:hover img {background: url(images/aboutover.jpg) top left no-repeat;}a#services:hover img {background: url(images/servicesover.jpg) top left no-repeat;}a#contact:hover img {background: url(images/contactover.jpg) top left no-repeat;}a#home:active img {background: url(images/homebutton.jpg) top left no-repeat;}a#about:active img {background: url(images/about.jpg) top left no-repeat;}a#services:active img {background: url(images/services.jpg) top left no-repeat;}a#contact:active img {background: url(images/contact.jpg) top left no-repeat;}*/#leftside {	background-image:url(images/left.jpg);	background-repeat:repeat-y;	font-family:Arial, Helvetica, sans-serif;	font-size:10pt;}#leftside a:link {	text-decoration:none;}#leftside a:visited {	text-decoration:none;	color:#0000FF;}#leftside a:hover {	text-decoration:underline;	color:#003300;}#leftside a:active {	text-decoration:none;	color:#0000FF;}#rightside {	padding-left:10px;	font-family:Arial, Helvetica, sans-serif;	font-size:10pt;}#rightside h3 {	font-family:Arial, Helvetica, sans-serif;	font-size:18pt;	font-weight::bold;	color:#003300}#rightside a:link {	text-decoration:none;}#rightside a:visited {	text-decoration:none;	color:#0000FF;}#rightside a:hover {	text-decoration:underline;	color:#003300;}#rightside a:active {	text-decoration:none;	color:#0000FF;}#bar {	background-image:url(images/bar.jpg);	background-repeat:no-repeat;}#footer {	padding-top:10px;}#footer a:link {	text-decoration:none;}#footer a:visited {	text-decoration:none;	color:#0000FF;}#footer a:hover {	text-decoration:underline;	color:#003300;}#footer a:active {	text-decoration:none;	color:#0000FF;}