/* basic elements */html {   margin: 0;   /* setting border: 0 hoses ie6 win window inner well border */   padding: 0;}body {   margin: 0;   /* setting border: 0 hoses ie5 win window inner well border */   padding: 0;   font-family: Verdana, Arial, sans-serif;   font-size: 12px;}form, input { margin: 0; padding: 0; }a { text-decoration: underline; }a img { border: 0; }h1, h2, h3, h4, h5, h6 { font-weight: normal; }h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {   margin-top: 0px;   margin-bottom: 5px;}/* --- */ol {	padding-left:20px;	margin:0px;}li {	padding: 5px 0px 5px 0px}a { color:#FFF;}a:Hover{	color:#FFFFFF;}/* standard helper classes */.clr {   clear: both;   overflow: hidden;   width: 1px;   height: 1px;   margin: 0 -1px -1px 0;   border: 0;   padding: 0;   font-size: 0;   line-height: 0;}/* .pkg class wraps enclosing block element around inner floated elements */.pkg:after {   content: " ";   display: block;   visibility: hidden;   clear: both;   height: 0.1px;   font-size: 0.1em;   line-height: 0;}* html .pkg { display: inline-block; }/* no ie mac \*/* html .pkg { height: 1%; }.pkg { display: block; }/* page layout */body { text-align: center; } /* center on ie */#container {   position: relative;   margin: 0 auto; /* center on everything else */   width: 760px;   text-align: left; }#container-inner { position: static; width: auto; }#menu { 	position: relative;	margin:10px 0px 10px 0px; }#menu-inner { 	position: static;	color:#7E7E7E;	background-image:url(images/logo.gif);	background-repeat:no-repeat;	background-position:right;	height:113px;	font-size:14px;}#menu-inner p {	padding-top:15px;} #menu-inner a {	color:#7E7E7E;	text-decoration:none;	border-bottom:none ;}#menu-inner a:Hover {	color:#7E7E7E;	border-bottom:solid 1px #7E7E7E;}#banner { position: static; padding-top:4px;color:#7E7E7E }#banner-inner { 	position: static;	background-image:url(images/banner.gif);	background-repeat:no-repeat;	height: 55px;	margin: 0px 0px 0px 0px;	color:#FFF;}#banner-inner h1 { position: static; margin-left:10px; }#pagebody {	position: relative;	width: 100%;}#pagebody-inner { position: static; width: 100%; }#footer { 	position: relative;	margin:10px 0px 0px 0px; 	}#footer-inner { 	position: static;	color:#7E7E7E;	text-align:right;}#footer-inner a {	color:#7E7E7E;	text-decoration:none;	border-bottom:none;}#footer-inner a:Hover {	color:#7E7E7E;	border-bottom:solid 1px #7E7E7E;}#alpha, #beta {   display: inline; /* ie win bugfix */   position: relative;   float: left;   min-height: 1px;   background-color:#7E7E7E;}#alpha {	margin: 0px 10px 0px 0px;	width: 190px;}#beta {	margin: 0px 0px 0px 0px;	/*min-width: 375px;*/	width: 560px;}#homeAlpha, #homeBeta {   display: inline; /* ie win bugfix */   position: relative;   float: left;   background-color:#7E7E7E;	width: 375px;	margin: 0px 0px 0px 0px;}#homeAlpha{	margin: 0px 10px 0px 0px;	height: 339px;}#alpha-inner, #beta-inner{	line-height:150%;	position: static;	color: #FFF;	background-color:#7E7E7E;}#beta-inner{padding:0px 5px 0px 5px;}#beta-inner table{	border-left:1px solid #FFF;	border-top:1px solid #FFF;}#beta-inner table tr {	border-left:1px solid #FFF;	border-top:1px solid #FFF;}#beta-inner table tr td {	padding: 3px;	border-right:1px solid #FFF;	border-bottom:1px solid #FFF;}#leftBorderTop, #leftBorderBottom, #rightBorderTop, #rightBorderBottom, #homeBorderTop, #homeBorderBottom {	position: static;	height:10px;	background-repeat:no-repeat;}#leftBorderTop { background-image:url(images/leftBorderBGtop.gif);width:190px;}#leftBorderBottom { background-image:url(images/leftBorderBGbottom.gif); width:190px;}#rightBorderTop { background-image:url(images/rightBorderBGtop.gif);width:560px;}#rightBorderBottom { background-image:url(images/rightBorderBGbottom.gif);width:560px;}#homeBorderTop { background-image:url(images/homeBorderBGtop.gif);width:375px;}#homeBorderBottom { background-image:url(images/homeBorderBGbottom.gif);width:375px;}