/* css Zen Garden submission - 'Machina', by Matthew Green, http://www.titans-plane.co.uk/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2007, Matthew Green */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
}
	
body {
	margin: 0; 
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;	
	line-height:17px;
	font-size:small;
	text-align:justify;
	color: #607d7a; 
	background: #000000 url(backdrop.jpg) no-repeat top center; 
}
body a:link, body a:active, body a:visited{
	text-decoration:none;
	color:#a4bfbe;
}
body a:hover{
	text-decoration:underline;
}

p{
	margin: 10px;
}

h3 {
	font: normal bold small arial;
	color: #718e8b; 
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	background: url(bullet.gif) left center no-repeat;
	padding-left: 7px;
	margin-bottom: 5px;
}

acronym {
	border-bottom: none;
}

/* content elements */

#container { 
	margin: auto;
	width:800px;
	background:url(container.jpg) no-repeat top center;
	position:relative;
}

#intro{
	width:800px;
}

#pageHeader {
	position:absolute;
	height:20px;
	width:800px;
}
#pageHeader span{
	display:none;
}

#quickSummary {
	padding:130px 200px 0 290px;
}
#quickSummary p {
	font: italic small arial;
	text-align:center;
	color: #999999; 
}
#quickSummary a:link, #quickSummary a:active, #quickSummary a:visited{
	text-decoration:none;
	color:#DDDDDD;
}
#quickSummary a:hover{
	text-decoration:underline;
}

#preamble{
	margin:40px 80px 0 240px;
	padding:5px 20px 5px 20px;
	height:100%;
	background-image:url(text_tile.jpg);
}

#supportingText{
	width:800px;
	background-image:url(container_tile.jpg);
	height:100%;
}

#explanation {
	margin:40px 80px 0 240px;
	padding:5px 20px 5px 20px;
	height:100%;
	background-image:url(text_tile.jpg);
}

#participation {
	margin:40px 80px 0 240px;
	padding:5px 20px 5px 20px;
	height:100%;
	background-image:url(text_tile.jpg);
}

#benefits {
	margin:40px 80px 0 240px;
	padding:5px 20px 5px 20px;
	height:100%;
	background-image:url(text_tile.jpg);
}

#requirements{
	margin:40px 80px 0 240px;
	padding:5px 20px 5px 20px;
	height:100%;
	background-image:url(text_tile.jpg);
}


#footer{
	margin:40px 100px 0 100px;
	padding:10px;
	text-align:center;
	border-top: thin solid #999999;
}

/* link elements */

#linkList {
	background:url(menu.jpg) no-repeat;
	position:absolute;
	width:178px;
	top:224px;
	left: 55px;
	height:550px;
	color: #999999;
	text-align:left;
	line-height:18px;
	}
#linkList h3 {
	font: normal bold x-small verdana;
	}
#linkList a:link, #linkList a:active, #linkList a:visited {
	color: #DDDDDD;
	}
#linkList a:hover {
	text-decoration: underline;
	}
#linkList2 { 
	font: x-small arial, sans-serif; 
	margin-top: 15px; 
	margin-left: 50px;
	width: 110px; 
	}
#lselect { 
	border-bottom: thin solid #999999;
	border-top: thin solid #999999;
	}
#larchives { 
	border-bottom: thin solid #999999;
	}
#lresources { 
	border-bottom: thin solid #999999;
	}


.accesskey {
	text-decoration: underline;
	}

