/* CSS Document */

html {
	background-color: #e6e6e6;
	}
 

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	text-decoration: none;
	font-weight: 300;
	color: #666666;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 3px 2px #cccccc;
	margin-right: 20%;
    margin-left: 20%;
    padding-left: 20px;
    padding-right: 20px;


}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 4em;
	font-weight: 300;
	text-transform: none;
	text-decoration: none;
	color: #666666;
	text-align: left;
	line-height: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.4em;
	text-transform: none;
	color: #666666;
	text-align: left;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: 300;
	text-transform: none;
	color: #666666;
	text-align:center;
	
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-transform: none;
	color: #666666;
	text-align:justify;
	}

/* LNKS */

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

a:hover {
		color: #bec7d6;		
	}

a:visited {
		color: #666666;
		text-decoration: none;	
	}




/* HEADER */

	#header {
	
	padding-top: 15px;
	height: 120px;
	
	}

p.thin {
	
	margin: auto;
	height: 1px;
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	width: 80%;
}
	}
	
/* MAIN AREA */

	#main {

	text-align: left;
	padding-top: 15px;

	}

/* CONTENT */
	#content {

	text-align:justify;
	width: 80%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 75px;

	}
	
	#content li {
	 margin: 10px;
	 }


	table {
	
	margin: auto;
	border: none;
	width: 80%;
	text-align: left;
	padding: 15px;
	
	
	
	}

/* Navigation */

	#nav {
		text-align:center;
		font-size: 1.2em;


	}
	
	#nav a {
		padding-right: 15px;
	}
	
	#nav p a:hover {
		color: #bec7d6;		
	}


/* COPYRIGHT */

	#footer {
		font-size: 0.8em;
		margin-top: 5px;
		margin-bottom: 5px;
		padding-top: 5px;
		padding-bottom: 10px;
		text-align:center;
	
		
		}
