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

body {		
	font-family: CluffHmk, Arial, Helvetica, sans-serif;
	
	color: black;
	
	background-color: #E6E6E6;

	font-size: 1em;
	
	width: 1000px;

	margin-top: 2px;

	margin-right: auto;

	margin-left: auto;

	padding: 0px 0px 0px 0px;
	}

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

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

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

p {
	width: 95%;
	font-size: 1em;
	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 *************************/

#logo {
	position: absolute;
	font-family: serif;
	width: 1000px;
	height: 200px;
	top: 25px;
	margin-left: 0px;
	background-color: #E6E6E6;
	font-size: 3em;
	}

#left {
	position: absolute;
	background-color: #E6E6E6;
	top: 225px;
	width: 300px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: normal;
	border-right: 1px solid black;
	}

#main {
	position: absolute;
	width: 650px;
	margin-left: 340px;
	top: 210px;
	height: 1000px;
	font-size: 1em;
	}

#main a:link {
	color: blue;
	}

#main a:visited {
	color: blue;
	}

/*  LINK CODE  */

a:link {
 font-family: CluffHmk, Arial, Helvetica, sans-serif; 
 font-size: 1em;
 color: black;
 text-decoration: none;
}

a:visited {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: black;
 
}
a:hover {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: white;
 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: black;
 
}
li a:visited {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1em;
 color: black;
 
}
li a:hover {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1.3em;
 color: red;
 font-weight: normal;
}
li a:active {
 font-family: CluffHmk, Arial, Helvetica, sans-serif;
 font-size: 1.3em;
 font-weight: normal;
}



