/* <style>	Allows for Homesite Editing */
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		width: 600px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		color: Red;
		margin-top: 15px;
		background-repeat: repeat;
		background-image: url(images/stars.gif);
		background-attachment: fixed;
	}
	a{
		text-decoration: underline;
		color: Yellow;
	}
	#titleblock{
		background-image: url(images/navbarc.gif);
		/* border: 1px solid #3399FF;*/
		font-size: 1.3em;
		font-family: "Comic Sans MS", Arial, sans-serif;
		color: #E60000;
		padding: 10px;
		vertical-align: middle;
		margin-bottom: 5px;
		height: 40px;
	}
	.title {
		font-family : "AdLib BT", Arial, sans-serif;
		font-size : 1.9em;
		color: Red;
		text-decoration : none;
	}
	#pagetitle{
		text-align: right;
		vertical-align: text-bottom;
		margin-top: -15px;
		font-style: italic;
	}
	#navigation{
		display: none;
	}
	#mainbody{
		border: 1px solid #3399FF;
		width: 600px; /* color: #D4D4D4; color: #DE00DF; */
		float: left;
		margin-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#sidenavigationhead{
		display: none;
	}
	#sidenavigation{
		display: none;
	}
	#footerblock{
		background-image: url(images/navbarc1.gif);
		font-family: "Comic Sans MS", Arial, sans-serif;
		font-size: 0.8em;
		clear: both;
		height: 25px;
		margin-top: 5px;
	}
	/*
</style>*/
