/* areas */



div.container 
{
position: relative;
top: 0px;
left: 0px;

width: 980px;
margin: 0 auto;
text-align: left;
}

div.banner {
        padding: 0px;
	position: absolute;
	top: 0px;
        left: 0px;
	height: 60px;
        width: 980px;
        border-top: solid 1px #7d6340;
        border-left: solid 1px #7d6340;
        border-right: solid 1px #7d6340;
        background-image: url(banner.jpg);
}


div.contcontainer {
        padding: 0px;
	position: absolute;
	top: 60px;
	left: 0px;
        width: 980px;
        border-left: solid 1px #7d6340;
        border-right: solid 1px #7d6340;
        border-bottom: solid 1px #7d6340;
        background-color: white;
}

div.content {
        position: relative;
        top: 10px;
        left: 5px;
        width: 970px;
}



/* content style  */

body {
  margin: 10px 10px 10px 10px;
  font-family: Verdana;
  font-size: 10pt;
  padding: 0px;
  color: black;
  background-color: #C1C8D2;
  text-align: center;
}

img
{
  border: none;
}

img.lfloat
{
  float: left;
  padding: 5px;
}

img.rfloat
{
  float: right;
  padding: 5px;
}

.big
{      
	font-size: 11pt;
	font-weight: bold;
	
}

.lesser
{      
	font-size: 10pt;
	font-weight: bold;
}

.white
{
  color: white;
}

.blue
{
  color: #1B3961;
}

.orange
{
  color: #D3810E ! important; 
}

.bold
{
  font-weight: bold;
}

hr
{
  color: #F0A229;
  background-color: #F0A229;
}

table {

  font-family: Verdana;
  font-size: 10pt;
}



form {
  font-family: Verdana;
  font-size: 10pt;
  color: black;
}

A:link {
  font-weight: bold;
  font-family: Verdana;
  padding: 0px;
  color: #1B3961;
  text-decoration: none;
  border: none;
}

A:visited 
{
  font-weight: bold;
  font-family: Verdana;
  padding: 0px;
  color: #1B3961;
  text-decoration: none;
  border: none;
}

A:active {
  font-weight: bold;
  font-family: Verdana;
  padding: 0px;
  color: #1B3961;
  text-decoration: none;
  border: none;
}

A:hover 
{
  font-weight: bold;
  font-family: Verdana;
  padding: 0px;
  color: #701611;
  text-decoration: underline;
}



/* tables      */

.dbrown
{
  background-color: #F3EBC1;
}

.lbrown
{
  background-color: #f4ecd9;
}

.small {
  font-family: Verdana;
  font-size: 8pt;
}

table.small tr td
{
  border-bottom: solid 1px #7d6340;
  border-left: solid 1px #7d6340;
  padding-left: 5px;
}


/* proceedings */

div.proc
{
  overflow: auto; 
  width: 450px; 
  height: 150px; 
  font-size: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

td.proc
{
  padding: 0px;
  background-color: #f4ecd9;
}

ul.regpolicy
{
 padding-left: 10px; margin-left:10px; margin-bottom: 0px; margin-top: 10px; list-style-image: url("listglob.gif");
}

ul.regpolicy li
{
  padding-bottom: 10px;
}

ul.regpolicy ul
{

  padding-left: 5px;
  margin-left:5px;
  list-style-image: url(listglob2.gif); 
}

ul.regpolicy ul li
{
  padding-bottom: 3px;
}

A.red, .red {
color:#cc0000;
}

