/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */



/**************** Redefined Tags ***************/

@font-face
{
font-family: 'NuevaStd-BoldCond';
src: url('NuevaStd-BoldCond.otf');

}

@font-face
{
font-family: 'NuevaStd-Cond.otf';
src: url('NuevaStd-Cond.otf');

}

body {
	background-image: url(../img/Background.jpg);
	background-repeat:no-repeat;
	background-color: #000;
	background-position: top center;
	
	
}

#container {
	margin: 0px auto 0px auto;
	width: 924px;
	height: 1700px;
	padding: 0px 0px 0px 100px;
	
}

#intro {
	width: 475px;
	height: 400px;
	margin-bottom: 19px;
}

#pageHeader {
	width:475px;
	height: 53px;
	margin-top: 85px;
	font-family: 'NuevaStd-BoldCond';
	font-size: 34px;
	text-transform: uppercase;
	color: #FFF;
		
}

#pageHeader h2 {
	position: absolute;
	width: 300px;
	/*left: 754px;*/
	margin-left: 654px;
	top: 150px;
	font-family: 'NuevaStd-BoldCond';
	text-transform: none;
	font-size: 18px;
	color: #FFF;
	
}

#quickSummary {
	width: 375px;
	height: 100px;
	font-family: 'NuevaStd-Cond.otf';
	font-size: 23px;
	margin
	
	
}

h3 {
	font-family: 'NuevaStd-BoldCond';
	font-size: 17px;
	color: #FFF;
}
	
#preamble {
	width: 440px;
	height: 220px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 25px 15px 5px 15px;
	margin-top: 25px;
	
}



#supportingText {
	width: 440px;
	height: 927px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 15px 15px 5px 15px;
	
}

#explanation {
	
	
}

#participation {
	
	
	
}

#benefits {
	
	
	
}
#requirements {
	
	
	
}

#footer {
	width: 147px;
	height: 12px;
	margin: 35px 0px 20px 325px;
	color: #FFF;
	
}

#linkList {
	/*width: 134px;*/
	width: 145px;
	margin: -300px 10px 0px 675px;
	font-family: Arial;
	font-size: .70em;
	line-height: 1.7em;
	text-align:right;
	color: #FFF;

}

#lselect {
	
}

#larchives {
	
	
}

#lresources {
	
}



/* these two selector remove the indent and bullets from the linklist */

ul {
		padding-left: 0px;

	
}

li {
	list-style-type: none;
	
}

/* How to adjust the states of the "a" tag or links" */

a:link {
	text-decoration: none;
	color: #000;
	
}

a:hover {
	background: #333;
	
}

#linkList  a {
	font-weight: bold;
	color: white;
	padding: 3px;
	text-decoration: none;

}

#linkList a:link {


}

#linkList a:hover {
	background: #333;


}

#linkList a:active {


}

#linkList a:visited {


}


