<!--
body	{ 	background-color: #fff;
				color: #000;
				margin: auto;
				text-align: center;
				font-family: Verdana, "Microsoft Sans Serif", "Arial Narrow", Tahoma, "Times New Roman", sans-serif;
				font-size: 12px;
				line-height: 18px;
	}


body h1 {   color: #000;
            font-size: 20px;
            text-decoration: underline;
            line-height:23px;
          }

a:link	{	color: #160088;
				text-decoration: underline;
				background-color: transparent;
				border: 0px;
				font-weight:bold;
				font-size: 15px;
			}

a:visited{	color: #160088;
				text-decoration: underline;
				background-color: transparent;
				font-weight:bold;
				font-size: 15px;
			}

a:hover	{	color: #2130c6;
				text-decoration: underline;
				background-color: transparent;
				border: 0px;
				font-weight:bold;
				font-size: 15px;
			}

a.copy:link	{	color: #160088;
				text-decoration: underline;
				background-color: transparent;
				border: 0px;
				font-weight:bold;
				font-size: 10px;
			}

a.copy:visited{	color: #160088;
				text-decoration: underline;
				background-color: transparent;
				font-weight:bold;
				font-size: 10px;
			}

a.copy:hover	{	color: #2130c6;
				text-decoration: underline;
				background-color: transparent;
				border: 0px;
				font-weight:bold;
				font-size: 10px;
			}


#container {
        position: relative;
        margin: auto;
        overflow: visible;
        width: 763px;
        z-index:0;
        }
#leftcolumn {
        background: url('../images/leftcolumn.jpg') no-repeat top left;
        position: absolute;
        margin: auto;
        height: 587px;
        width: 120px;
        top: 0px;
        left: 0px;
        z-index:1;
        }

#toprow {
        background: url('../images/toprow.jpg') no-repeat top left;
        position: absolute;
        margin: auto;
        height: 93px;
        width: 643px;
        top: 0px;
        left: 120px;
        z-index:1;
        }

#bottomrow {
        background: url('../images/bottomrow.jpg') no-repeat top left;
        position: absolute;
        margin: auto;
        height: 494px;
        width: 643px;
        top: 93px;
        left: 120px;
        z-index:1;
        }

#textbox {
        position: absolute;
        top: 95px;
        left: 130px;
        height: 450px; /*350*/
        width: 632px;
        z-index:2;
        overflow: auto;
        text-align: justify;
        scrollbar-base-color:#2130c6;
      }
      
#flashbox {
        position: absolute;
        top: 550px;
        left: 400px;
        width: 330px;
        z-index:2;
        overflow: visible;
        text-align: justify;
        }

#copyrightbox{
        font-size: 10px;
        position: absolute;
        top: 589px;
        left: 0px;
        z-index: 2;
        overflow: visible;
        width: 100%;
        height: 100px;
        text-align: center;
      }
      
#linksbox1{
        position: absolute;
        width: 110px;
        top: 88px;
        left: 0px;
        z-index: 2;
        text-align: right;
        line-height: 18px;
        overflow: visible;
        height: 20px;
        font-size: 15px;
      }

#linksbox2{
        position: absolute;
        width: 110px;
        top: 112px;
        left: 0px;
        z-index: 2;
        text-align: right;
        line-height: 18px;
        overflow: visible;
        height: 20px;
        font-size: 15px;
        }

#linksbox3{
        position: absolute;
        width: 110px;
        top: 136px;
        left: 0px;
        z-index: 2;
        text-align: right;
        line-height: 18px;
        overflow: visible;
        height: 20px;
        font-size: 15px;
        }

#linksbox4{
        position: absolute;
        width: 110px;
        top: 160px;
        left: 0px;
        z-index: 2;
        text-align: right;
        line-height: 18px;
        overflow: visible;
        height: 20px;
        font-size: 15px;
        }

#linksbox5{
        position: absolute;
        width: 110px;
        top: 184px;
        left: 0px;
        z-index: 2;
        text-align: right;
        line-height: 18px;
        overflow: visible;
        height: 20px;
        font-size: 15px;
      }

#addressbox{
        position: absolute;
        width: 150px;
        top: 495px;
        right: 10px;
        z-index: 2;
        text-align: right;
        line-height: 18px;
        overflow: visible;
        height: 20px;
        font-size: 12px;
        color: #711e1e;
        font-weight: bold;
      }

.right {
        float:right;
        }
		
.errortext {
		color: red;
		}
-->
