             html, body {
                   margin: 0px;
                   padding: 0px;
                   border: 0px;
                   /*height: 100%;*/
             }

             body {
                  /*height: 100%;*/
                  /*background: url(images/menu_bg.jpg) top center no-repeat;*/
                  background-color: #000000;
             }
             
             body, div {
                  font-family: Arial, sans-sarif;
                  font-size: 12px;
                  color: #000000;
             }

	     
	     a:link { 
		  color:#462D5E; 
		  text-decoration: underline; 
	     }

	     a:visited { 
		  color:#462D5E; 
		  text-decoration: underline; 
	     }

	     a:active { 
		  color:#462D5E; 
		  text-decoration: underline; 
	     }

	     a:hover { 
		  color:#000000; 
		  text-decoration: underline; 
	     }

	     a.footerl:link { 
		  color:#FFFFFF; 
		  text-decoration: none; 
	     }

	     a.footerl:visited { 
		  color:#FFFFFF; 
		  text-decoration: none; 
	     }

             a.footerl:active { 
		  color:#FFFFFF; 
		  text-decoration: none; 
	     }

	     a.footerl:hover { 
		  color:#FFFFFF; 
		  text-decoration: none; 
	     }

             img {
                  display: block;
                  padding: 0px;
                  margin: 0px;
		  border: 0px;
             }
             
             #main {
                  width: 900px;
                  margin-right: auto;
                  margin-left: auto;
             }
             
             #banner {
                  width: 900px;
                  min-height: 202px;
                  background-color: #000000;
             }
             
             #middle {
                  width: 900px;
                  background: url(images/main_bg.jpg) top right repeat-y;
             }
             
             #menu {
                  width: 230px;
                  min-height: 350px;
                  float: left;
             }

             #content {
                  width: 668px;
                  min-height: 350px;
                  float: right;
             }
             
             #midcontent {
                  width: 600px;
                  margin-top: 10px;
                  margin-right: auto;
                  margin-left: auto;
                  text-align: left;
             }

             #footer {
                  width: 900px;
		  height: 29px;
		  background: url(images/footer.gif) no-repeat;
                  margin-top: 2px;
             }
#main #footer .footerl a, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
             
             ul {
                  margin: 0px;
                  padding-left: 15px;
             }

             li {
                  margin: 0px;
                  padding: 0px;
             }

	
	     input, textarea, select {
	          background-color: #C4A5DE;
		  /*background-color: transparent;*/
		  border: 1px;
		  font-size: 14px;
	     }
	     
	     td {
                  vertical-align: top;
                  text-align: left;
             }
             
             form {
                  font-size: 14px;
             }
