/*Generic Selectors*/

body{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #ffffff;
}




h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: Navy;
	padding: 0px 0px 0px 50px;
}

/*IDs  */

container {
	background-color: #D9FFF6;
	width: 820px;
	height: auto;
	/* insert word "absolute" after height dimension when sure of what it should be*/
	margin-left: 75px;
	padding: 10px 20px 0px 10px;
}

.navtext {
	float: right;
	font-family : sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Navy;
	
}



#divnav {
	background-color: #D9FFF6;
	width: 830px;
	height: 130px;
	/* insert word "absolute" after height dimension when sure of what it should be*/
	margin-left: 75px;
	padding: 8px 10px 10px 10px;
	border-bottom: medium;
	border-bottom-color: #D8843C;
	border-bottom-style : dashed;
}


#maincontent {
	background-color: #FFFFFF;
	width: 820px;
	height: auto;
	/* insert word "absolute" after height dimension when sure of what it should be*/
	margin-left: 75px;
	padding: 10px 20px 0px 10px;
}


	#footer {
	background-attachment: fixed;
	background-color: #FFFFFF;
	width: 800px;
	height: 35px;
	/* insert word "absolute" after height dimension when sure of what it should be*/
	margin-left: 75px;
	margin-right: 40px;
	padding: 20px 25px 20px 20px;
	border-style: medium, dashed;
	border-color: Maroon;
	border-style: dashed;
	
}
	
.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: bolder;
	padding: 12px 5px 0px 20px;
	color: red;
	
}

.author {
	font: "Times New Roman", Times, serif;
	color: #000000;
	font-size : 15px;
	font-style : bold;
	padding: 10px 0px 15px 30px;
}

.footext {
	font: "Times New Roman", Times, serif;
	color: Blue;
	font-size : 10px;
	font-style: normal;
	margin-left: 240px;
}

a:link {
	color: Black;
	text-decoration: none;
}

a:visited {
	color: Maroon;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: none;
}