body
{
    background-color:#9494AD;
    text-align:center;
    color: #000;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', verdana, arial, helvetica, sans-serif;
    margin: 0px;
    padding-top: 5px;
}

hr
{
    border:0 #ccc solid;
    border-top-width:1px;
    clear:both;
    height:0
}

ol
{
    list-style:decimal
}

ul
{
    list-style:square
}

li
{
    margin-left:30px
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset
{
    margin-bottom:20px
}

img {border:none; margin:0; padding:0; }

.centeredimage
{
    text-align:center;
    display:block;
    margin-right:auto;
    margin-left:auto;
    border:0;
}

img.leftimage
{
    margin-top: 10px;
    margin-bottom: 1px;
    float: left;
    margin-right: 8px;
    border: 0px;
}

img.rightimage
{
    float: right;
    margin-left: 12px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-right: 0px;
    border: 0px;
}

/* --------------------------------------------------------------- */

.tophead
{
    background: url(trg.gif) no-repeat top right;
    background-color: #EFEFEF;
}

ul.hnav
{
    margin: 0px;
    padding-bottom:15px;
    margin-bottom: 20px;
}

ul.hnav li
{
    margin: 0px;
	padding: 0px;
    float:right;
    list-style-type: none;
    text-align:center;
    width:100px;
    margin-right: 0px;
    border-left: 1px solid #E9E9E9;
	height: 38px;
    background: url(hnavbarsilver.gif) no-repeat center center;
}

ul.hnav li.left
{
	background: url(hnavbarsilver.gif) no-repeat center left;
	border: 0px;
}

ul.hnav li.right
{
	background: url(hnavbarsilver.gif) no-repeat center right;
}

ul.hnav a
{
    display:block;
    text-align:center;
    color: #000;
    background-color: inherit;
    text-decoration: none;
    text-transform: none;
    font-size: 90%;
	padding-top: 7px;
}

ul.hnav a:hover
{
	background-color: #C0C0C0;
}

.footer
{
    color: #fff;
    text-align: center;
    font-size: 0.80em;
    background-color: #EFEFEF;
    color: #000;
}


.footer a
{
    color: #000;
}

p.small
{
    font-size: 0.8em;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

.justify
{
    text-align: justify;
}

.left
{
    text-align: left;
}

.noborder
{
    border: 0px;
}

.nomarginb
{
	margin-bottom: 0px;
}

.rightnomb
{
	text-align: right;
	margin-bottom: 0px;
}

h1
{
    font-size: 1.4em;
    line-height: 130%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    color: #D00000;
    font-family: Tahoma,Arial,Sans-Serif;
}

.fh1
{
    font-size: 1.4em;
    line-height: 130%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    color: #D00000;
    font-family: Tahoma,Arial,Sans-Serif;
    font-weight: 600;
}

h2
{
    font-size:1.3em;
    line-height: 130%;
    color: #800000;
}

h3
{
    font-size: 0.95em;
    border-bottom: 1px #C0C0C0 dotted;
    margin-top: 0px;
    line-height: 130%;
}

h4
{
    font-size: 0.90em;
}

h5
{
    font-size: 0.85em;
}

h6
{
    font-size: 0.80em;
}


p, a
{
    font-size: 0.90em;
    line-height: 150%;
}

/* --------------------------------------------------------------- */

ul.bullets
{
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
}

ul.bullets li
{
  text-align:left;
  width:auto; 
  padding-left: 25px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-bottom: 12px;
  background: url(navbullet.gif) no-repeat top left; 
  font-size: 0.90em;
  font-weight: 200;
  margin-left: 0px;
  line-height: 150%;
}

h1.black
{
    color: #000;
    background-color: inherit;
}


a.button
{
  display:block;
  text-align:center;
  text-decoration: none;
  font-weight:bold;
  font-size: 0.85em;
  font-family: "Trebuchet MS",Verdana,Arial,Sans-Serif;
  text-transform: none;
  background-color: #000;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 0px;
  background: url(sidebutton_blue.gif) no-repeat top left;
  width: 220px;
  height: 30px;
  margin: 0px;
  line-height: 20px;
}

a.buttongrn
{
  background: url(sidebutton_green.gif) no-repeat top left;
}



