	body { 
			padding: 0px;
			margin: 0px;
			margin-right: auto;
			background: #000;
	}
	
	#container {
			position: relative;
			background: #000;
			margin: auto;
			width: 750px;
			padding: 0px;
	}					
				
	#title { 
			position: relative; 
			top: 0px; 
			left: 0px; 
			width: 100%; 
			height: 80px;
			background: transparent url(graphics/title1.jpg) no-repeat; 
			margin: 0px;
			padding: 0px; 
			border-style: solid; 
			border-width: 0px; 
			border-color: white; 
	}
	#header {
			position: absolute; 
			top: 110px; 
			left: 0px; 
			width: 560px; 
			height: 275px;
			background: #000; 
			margin: 0px;
			padding: 5px 10px; 
			border-style: dashed; 
			border-width: 1px; 
			border-color: #c0c0ff; 
	}
	#maintext {
			position: relative;
			top: 20px;
			left: 0px;
			height: auto;
			width: 728px;
			padding: 10px; 
			border-style: dashed; 
			border-width: 1px; 
			border-color: #c0c0ff; 
	}
	#footnote {
			position: relative;
			top: -170px;
			left: 165px;
			width: 562px; 
			height: 115px;
			background: #000; 
			margin: 0px;
			padding: 5px 10px; 
			border-style: dashed; 
			border-width: 1px; 
			border-color: #c0c0ff; 
	}
	#footer {
			position: relative;
			top: 30px;
			left: 0px;
			height: 48px;
			width: 750px;
			background: transparent url(graphics/footer.jpg) no-repeat;
			margin: 0px;
			padding: 0px;
			text-align: left; 
	}
	#menu {
			position: relative; 
			top: 0px; 
			left: 610px; 
			width: 140px;
			height: 317px;
			background: transparent url(graphics/rightimage1.jpg) no-repeat; 
			margin: 0px;
			padding: 10px 0px 0px 0px;
	}
	html>body #menu {padding: 10px 0px 0px 14px; width: 140px;}
	
	#footermenu {
			position: relative;
			top: 40px;
			height: 152px;
			width: 140px;
			background: transparent url(graphics/footermenu.jpg) no-repeat;
			padding: 10px 0px 0px 0px;
	}
	html>body #footermenu {padding: 10px 0px 0px 14px; width: 140px;}

	div.button {
			text-align: center;
			margin: 5px;
	}			
	span.drop {
			float: left; 
			font-size: 2.6em; 
			background: transparent; 
			margin-top: -4px; 
			margin-bottom: -4px;
	}
	.text, .footer {
			color: #c0c0ff;
			font-size: 0.8em;
			font-family: verdana, sans-serif;
			text-align: justify;
			margin-top: 0px
	}
	h3.text {
			text-align: center;
			text-decoration: underline;
	}
	p.menu {
			font-size: 0.7em;
			font-weight: bold;
			padding: 0px;
			color: #000000;
	}
	a {
			color: #c0c0ff;
			text-decoration: underline;
	}
	a.text {	color: #ffffff;
			text-decoration: underline;
			font-size: 1em;
	}
	li {
			color: #c0c0ff;
			font-size: 0.8em;
			font-family: verdana, sans-serif;
			text-align: justify;
			margin-top: 0px;
	}
	div.button a, div.button a:link, div.button a:visited, div.button a:active {
			display: block; 
			padding: 0px 3px; 
			border: solid 1px black;  
			background: transparent; 
			text-decoration: none;
			color: black; 
			font-weight: bold; 
			font-family: Verdana, sans-serif; 
			margin: 5px 1px; 
			font-size: 0.8em; 
			width: 104px;
	}
	div.button a:hover {
			display: block; 
			padding: 0px 3px; 
			border: solid 1px #c0c0ff; 
			background: black; 
			text-decoration: none; 
			font-weight: bold; 
			font-family: Verdana, sans-serif; 
			color: #c0c0ff; 
			width: 104px; 
			margin: 5px 1px; 
			font-size: 0.8em;
	}
	p.right {
			font-size: 0.7em;
			text-align: right;
			color: #c0c0ff;
	}
	p.left {
			font-size: 0.7em;
			text-align: left;
	}
	img.pic1 {
			padding: 40px 13px 0px 13px;
			margin: auto;
	}
	img.pic2 {
			padding: 40px 40px 0px 40px;
			margin: auto;
	}
	img.left {
			float: left;
			border-width: 0px;
			margin: 0px 10px 10px 0px;
	}
	img.right {
			float: right;
			border-width: 0px;
			margin: 0px 0px 10px 10px;
	}
	hr {
			color: #c0c0ff;
			width: 40%;
}