html    	{
            margin: 0;
            padding: 0
			}

body        {
            font-family: tahoma !important;
            font-size: 80%;
            margin: 0;
            padding: 0;
			text-align:center
            }

p			{
			margin:0 10px 10px 15px
			}

object      {
            border:0
            }

h1          {
            font-size:18px;
            line-height:40px;
            margin:0;
            text-indent:10px;
            background:#EEE;
            color:#333
            }

h2          {
            font-size:100%;
            margin:0 0 10px 0;
			text-indent:20px
            }

h3          {
            font: 100% lighter;
            margin:-5px 0 -15px 0;
  			text-indent:15px
            }

a img       {
            border: none
            }

a:link      {
            color:white;
            text-decoration:none;
            }

a:visited   {
            text-decoration:none;
            }

a:hover     {
			color:red;
            text-decoration:underline;
			}

            

div#hdrimg  {
			background:white url(images/background.png) no-repeat top left;            
            width:780px;
			height:100px
            }

div#container{
			text-align:left;
			width:780px;
   			margin:0 auto
			}

div#content	{
			background:white;
			color:black;
			margin: 0 160px;
            height:600px;
            padding-top:10px;
            overflow:auto
			}

div#content p{
			line-height:140%
			}

div#content a{
			font-size:larger
			}

div#leftpane{
			background:#9FC1B9;
			color:white;
			float:left;
			width:160px;
			height:600px;
            margin-left:-780px;
			padding-top:10px;
            overflow:auto
			}

div#rightpane{
			background:#EEE;
			color:black;
			float:left;
			width:160px;
            height:600px;
			margin-left:-160px;
			padding-top:10px;
   			text-align:center;
			}

div#rightpane a{
            color:black;
			font-size:larger
			}

div#rightpane h2{
			text-indent:0px
            }

div#rightpane p{
			margin:0 0 15px 0
            }

div#ftwrapper{
            width:780px;
            clear:both
            }  

div#rtfooter{
			background:#966;
			color:white;
			float:right;
			width:390px;
			text-align:right
			}

div#lefooter{
			background:#966;
			color:white;
			float:left;
			width:390px;
			text-align:left
			}

div#rtfooter p{
			margin:0;
            font-size:10px;
			padding:5px 10px
			}

div#lefooter p{
			margin:0;
            font-size:10px;
			padding:5px 10px
			}

div#wrapper	{
			float:left;
			width:100%
			}

.textfield  {
            BORDER-RIGHT: darkgray 1px solid;
            BORDER-TOP: darkgray 1px solid;
            BORDER-LEFT: darkgray 1px solid;
            BORDER-BOTTOM: darkgray 1px solid;
            font-size: 10px
            }

.textarea   {
            BORDER-RIGHT: darkgray 1px solid;
            BORDER-TOP: darkgray 1px solid;
            BORDER-LEFT: darkgray 1px solid;
            BORDER-BOTTOM: darkgray 1px solid;
            font-family: arial, sans-serif
            }

.buttons    {
            font-size: 10px;
            background-color: #CCC
            }