html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block }
img				{ border-width:0 }
li              { display: list-item}
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell; background-color: #FFFFFF; font: 8pt Verdana, Arial, Helvetica, sans-serif; color:#666666 }
caption         { display: table-caption } 
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { margin: 0px; background-color: #FFFFFF; font: 8pt Verdana, Arial, Helvetica, sans-serif; color:#666666 }
h1              { font-size: 1.5em; margin: .67em 0 0 0; border-bottom: 1px solid #f00; color:#ccd345 }
h2              { font-size: 1.2em; margin: .75em 0 }
h3              { font-size: 1.1em; color:#ccd345 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
/* button, textarea,
input, select   { display: block } */
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th          { vertical-align: top }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A" }
:before, :after { white-space: pre }
center          { text-align: center }
:link, :visited { text-decoration: underline }
:focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}

a:link {text-decoration:none; color:#cc0000;}
a:visited {text-decoration:none; color:#ff0000;}
a:active {text-decoration:none; color:#939292;}
a:hover {text-decoration:none; color:#ccd345;}

.endorsement {
	font-style:italic
}

.menu_toplevel {
	color:#666666;
	background-color: #FFFFFF;
	position: relative; 
	left: -10px;
	top: -20px;
}
.menu_active {
	color:#FF9900;
	background-color: #FFFFFF;
}
#header {
        position: absolute;
        width: 300px;
        height: 80px;
        top: 10px;
        right: 0;
        bottom: auto;
        left: 120px;
		border:0;
		z-index:100
      }
#headerpic {
        position: absolute;
        width: 150px;
        height: 100px;
        top: 0px;
        right: 0;
        bottom: auto;
        left: 0px;
		border:0;
		z-index:0
      }
#menu {
        position: absolute;
        width: 100%;
        height: 25px;
        top: 100px;
        right: 0;
        bottom: auto;
        left: 0px;
		background-image:  url("images/buttons/menubg3.gif"); 
		background-repeat: repeat-x;
		padding: 0 20px;
		      }
#sidebar_left {
        position: absolute;
        width: 150px;
        height: auto;
        top: 149px;
        right: auto;
        bottom: 100px;
        left: 0px;
		padding: 0px 0px 0px 20px;
		color: #ccd345;
      }
#sidebar_right {
        position: absolute;
        width: 200px;
        height: 75%;
        top: 150px;
        right: 700px;
        bottom: 100px;
        left: 500px;
		padding-left: 10px;
     	background-image: url("images/right_bg.png")
      }
#content {
        position: absolute;
        width: 450px;
        height: auto;
        top: 150px;
        right: auto;
        bottom: 100px;
        left: 20px;
      }
#footer {
        position: absolute;
        width: auto;
        height: auto;
        top: auto;
        right: 10px;
        bottom: 10px;
        left: auto;
      }
#sidebar_left ul {
  margin:0 0 0.5em;
  padding:0 0 0.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar_left li {
  margin:0;
  padding:0 0 0 0;
  text-indent: 15px;
  line-height:1.5em;
  }
#content li {
  margin:0;
  padding:0 0 0 0;
  text-indent: 0px;
  line-height:1.2em;
  }

#contacts_cols {width: 95%; padding: 2px; clear:both; border-bottom: 1px solid #eee; height:35px}
#columns {width: 95%; padding: 2px; clear:both;}
#column1 {float: left; width: 140px; text-align:left; font-weight:bold;}
#column2 {float: right; width: 280px; text-align:left; }
