
/* h1 is formatted to be used as the main Title on each page */
h1 {color:green;
	text-align:center;
	font-family:,Georgia, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-style:italic;
border-bottom width: 2px;
border-bottom style: solid;
	}
img.floatleft {float: left;margin: 10px;}

/*removes border from ncssma logo */
img {border-style: none; 
}

body {background-color:white;color:teal;
	font-family:,comic-sans,tahoma, arial, sans-serif}

td {
	padding: 20px;
	;
	}

a {color:blue;}
/* .logo places the logo on each page */
.logo {
	position:absolute;
	left:10px;

	background-color:teal;
	text-align:left;
	}

/* div.banner places a panel at top */
div.banner {
	text-align:right;
	margin-left: 210px;
	margin-right: 0px;
	padding right: 12px;
	}


/* div.left is the common formatting for the left-side panel of each page */
div.left
	{position:absolute;
	top:240px;
	left: 10 px;
	width:200px;
	height: 90%;
	background color:teal;
	border-width: 1px;
	border-style: solid;
	border-color:teal;
	padding-bottom: 8px;
	}
div.left h3{
	margin-left:40px;
	color: white;
	}
div.left a {
	color:white;
	}
div.left ul {
	line-height: 3;
	}





/*<!div.center is the common formatting for the main content section of
each page */
div.center {
	top:240px;
	margin-left:210px;
	margin-right: 0px;
	padding-left:12px;
	padding-right:12px;
	}
.center h3 {color:green;}



	