body {
	text-align: center;
	padding: 10px 0;
	margin: 0;
	background: #D7D7FF;	
	}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1px;
	height: 189px;
	text-indent: -2000px;
	background: url(header.jpg);
	}


	
p { 
 	margin: 20px 0 10px 0; 
 	text-indent: 30px;
	}

#logo {
	background: #fff url(images/siglafin.jpg) repeat-y;	
	height: 150px;
	border-bottom: 1px solid #545454;
}

#container {
	text-align: left;
	border: 2px solid #00009F;
	width: 800px;
	margin: 0 auto;
	background: #fff;	
	font: 14px/18px Verdana, Arial, Helvetica;
	}

	
#copyright {
	clear: both;
	border-top: 1px solid #545454;
	background-color: #B0B0FF;
	padding: 5px;
	}
	
	#copyright p {
		color: #3d492b;
		text-align: center;
		font: 11px/12px Verdana, Arial, Helvetica;
		}

	
#membership {
	float: left;
	width: 630px;
	padding: 20px 0 0 0;
	margin: 20px 5px 0 0;
	}

	#membership img {
		border: 1px solid #828282;
		padding: 2px;
		float: right;
		margin: 20px 10px 10px 10px;
		}	
	
	#membership img.allwidth {
		border: 1px solid #828282;
		float: left;
		padding: 2px;
		margin: 30px 50px 30px 40px;
		
		}
.buttonscontainer {
 		width: 100px;
 		float: left;
 		height: 100%;
 		padding: 55px 35px 10px 15px;
	}

.buttons a {
 	color: #000099;
	background-color: #FFFFFF;
	padding: 5px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #000099;
	font: 14px Verdana, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}

.buttons a:hover {
 	background-color: #FFFFCC;
	color: #FF0066;
	text-decoration: none;
	}

ul.square {
 	clear: both;
 	list-style-type: square;
 	line-height: 150%
	}

ul.disc {
	clear: both;
 	list-style-type: disc;
 	line-height: 180%
	 }