body {
	background-color: #e6c7a8;
	background-image: url(images/springbackground.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;

}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding : 5pt;
	width: 490px;
}
#top {
	width : 490px;
	height: 98px;
	background-image : url(images/notebooktop.gif);
	background-repeat: no-repeat;
}
#maincontent {
	width : 490px;
	background-image : url(images/notebookmid.gif);
	background-repeat : repeat-y;
	margin : 25px;
}
#maincontent p {
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
	line-height : 1.5;
	color: #253838;
	font-weight : normal;
	width : 465px;
	padding: 10px;
	font-style: italic;

	
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav ul {
	border: 0;
	margin: 30px 30px 10px 1.25em;
	padding: 0;
	list-style-type: none;
	border-top: 2px solid #9cb1e1;
	width: 110px;
	}
#nav li {
	border-bottom: 2px solid #9cb1e1;
	margin: 0;
	padding: .3em 0;
	text-indent: .5em;
	}
		
#nav a {
	color: #525f7b;
	text-decoration: none;
}
#nav a:hover {color: #0ff;}
#footer {
	width : 490px;
	height: 165px;
	background-image : url(images/notebookbottom.gif);
	background-repeat: no-repeat;
}
.table {
	padding: 5px;
	font :  12px/2 "Verdana Geneva Arial Helvetica sans-serif";
	color: #253838;

}
.tableheading {
	font-weight: bold;
	border-bottom : thin solid;
	font-size: 14px;
	padding-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;



}
