/* all those browser defaults are very bad for all of us! */* {  margin: 0px;  padding: 0px;  border: 0px;}/***********************//* basic layout styles *//***********************/html {  height: 100%;}body {  color: black;  background: #eeeeee;  font-size: 10pt;  font-weight: normal;  font-family: Verdana, Arial, sans-serif;  width: 1004px;  margin: 0px auto;    border-left: 1px solid black;  border-right: 1px solid black;  border-bottom: 1px solid black;}img {	border:0px;}input{	border:solid 1px;}div#background-container-all {	top:0px;	background: #cbcbcb;}div#background-container-left {  background: url("./pics/nav_lum.jpg") repeat-y;}div#background-container-right {  background: url("./pics/nav_rum.jpg") repeat-y;  background-position: right;}div#banner {	position:absolute;	top:68px;	left:536px;}div#header {	position:relative;	top:0px;	width:1004px;	height:157px;	background-image: url("./pics/header_main2.jpg");}div#menu-left, div#menu-right{	text-align:center;	color:#ffffff;}div#menu-left{	float:left;	width:162px;	padding-top: 17px;	background: url("./pics/nav_ls.jpg") no-repeat;}div#menu-right{	float:right;	width:177px;	padding-top: 17px;	background: url('./pics/nav_rs.jpg') no-repeat;}div#menu-left div {	padding-bottom:4px;	font-size:10px;	background: url('./pics/nav_lim.jpg') repeat-y;}div#menu-right div {  padding-bottom:4px;  background: url('./pics/nav_rim.jpg') repeat-y;}div#menu-right hr {	height: 1px;	width: 100%;	background: url('./pics/navi_r.png');	background-repeat:no-repeat;	height: 14px;	border:0px solid red;}div#menu-left hr {  width: 100%;  border:0px;  background: url('./pics/navi_l.jpg');  height: 14px;  margin:0px;  padding:0px;}div#menu-left span.menuheader, div#menu-right span.menuheader {	text-decoration:underline;	font-size:11px;	font-weight:bold;}div#menu-right li, div#menu-left li , div#menu-right li a{	list-style-type: none;	font-weight:normal;	color:#ffffff;	font-size:10px;	line-height:14px;	text-align:center;	padding-left:5px;}div#menu-left a:visited, div#menu-right a:visited{	color:#eeeeee;}div#menu-left a:focus, div#menu-right a:focus{	color:red;}div#menu-left a:link, div#menu-right a:link{	color:#ffffff;}div#menu-left a:hover, div#menu-right a:hover{	color:yellow;}div#content {	background-color:#cbcbcb;	margin: 5px 184px 5px 172px;	height:100%;}div#content ul, div#content li {	list-style-type:square;	margin-left:8px;}div#content div.block {	border: 1px solid #5e5e5e;	background-color:#e4e4e4;	padding:5px;	margin-bottom:10px;}div#content div.block  c{	text-align:center;}div#content div.header{	border: 1px solid #5e5e5e;	border-bottom:0px;	padding:3px;	margin:0px;	background-image:url(./pics/centerline.jpg);	background-repeat:repeat-x;	}div#content span.right {	width:100%;	text-align:right;}div#content span.left {	text-align:left;}div#footer {	clear: both;	background-color: #656565;}div#footer-right {	margin: auto 10px auto auto;	width:18px;	height:14px;	background-image: url("./pics/bottom_s.jpg");	background-repeat:no-repeat;	float:right;	}div#footer-left {	float:left;	margin: auto auto auto 10px;	width:18px;	height:14px;	background-image: url("./pics/bottom_s.jpg");	background-repeat:no-repeat;	}div#footer-center {	text-align:center;	font-size:10px;	margin:0px auto;}div#footer-center hr{	border:0px solid;	background-image: url("./pics/bottom_linek.jpg");	width:715px;	height:13px;}div#content a:visited, div#footer a:visited{	color:#009900;}div#content a:focus, div#footer a:focus{	color:red;}div#content a:link, div#footer a:link{	color:#000000;}div#content a:hover, div#footer a:hover{	color:yellow;}span.c{	display:block;	text-align:center;	margin:0px;	width:100%;}img.c{	margin:auto;}
