/****************Generic Selectors****************/

body {		
	font-family: CluffHmk, Arial, Helvetica, sans-serif;
	color: silver;
	background-position: 100%;
	background-color: black;
	margin: 0 0 0 0; /*top right bottom left*/
	padding: 0 0 0 0;
	background-image: url(center.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 820px 140px;
	}	

h1 {
	color: silver;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	}

h2 {	
	font-size: 1.4em;
	font-weight: bold;
	}

h3 {
	font-size: .8em;	
	font-weight: bold;
	text-align: left;
	color: red;
	}

p {
	width: 95%;
	font-size: 1.3em;
	text-align: justify;
	}

.address {
	font-size: 1.3em;
	text-align: center;
	}

.footer {
	font-size: .8em;
	}


.list {
	font-size: 1em;
	text-align: left;
	}

.source {
	font-size: .8em;
	text-align: left;
	}	

/*************************  ID's *************************/

#pull1 {
	position: absolute;
	z-index: 2;
	width: 200px;	
	height: 145px;
	top: 20px;
	left: 20px;
	}

#navigation {
	position: absolute;
	z-index: 2;
	width: 200px;	
	height: 500px;
	top: 150px;
	left: 20px;
	padding-left: 15px;
	padding-top: 30px;
	text-align:left;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	border: 1px silver dotted;
	}

#navigation li {
	list-style-type: none;	
	}

#navigation li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: white;
	font-weight: normal;
}

#navigation li a:visited {
 	font-family: Arial, Helvetica, sans-serif; 
 	font-size: .8em;
 	color: white;
 	font-weight: normal;
	}

#navigation li a:hover {
 	font-family: Arial, Helvetica, sans-serif; 
	font-size: .8em;
 	color: red;
 	font-weight: normal;
	}

#navigation li a:active {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: .8em;
 	font-weight: normal;
	}

#navigation>#navigation {width: 250px;}

#header {
	position: absolute;
	z-index: 1;
	left: 240px;
	height: 105px;
	width: 555px;
	padding-left: 50px;
	padding-top: 20px;
	background-color: black;
	border-bottom: 1px silver dotted;
	}

#date {
	z-index: 3;
	position: relative;
	top: 40px;
	left: 780px;
	}

#mainDoc {
	position: absolute;
	z-index: 2;
	width: 560px;
	left: 221px;
	top: 150px;
	padding: 5px 0 20px 50px; /*top right bottom left*/	
	}

/*  LINK CODE  */

a:link {
 font-family: CluffHmk, Arial, Helvetica, sans-serif; 
 font-size: 1em;
 color: silver;
 font-weight: normal;
}

a:visited {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: silver;
 font-weight: normal;
}
a:hover {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: red;
 font-weight: normal;
}
a:active {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1em;
 font-weight: normal;
}

li a:link {
 font-family: CluffHmk, Arial, Helvetica, sans-serif; 
 font-size: 1em;
 color: silver;
 font-weight: normal;
}
li a:visited {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: silver;
 font-weight: normal;
}
li a:hover {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: red;
 font-weight: normal;
}
li a:active {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1em;
 font-weight: normal;
}






