
body {
	background-color: 	#f0f0ff;
	font-family:		Georgia, "Times New Roman", serif;
	font-size:		small;
	margin:			0px;
}

#header {
	background-color:	#084d45;
	color:			#efe5d0;
	text-align:		left;
	padding:		5px;
	margin:			20px;
	height:			10px;
}

#leftbar {
	<!--background:		#f0f0ff;->
	background-image:	url(BackGrade2.gif);
	background-repeat:	no-repeat;
	color:			#084d45;
	font-size:		105%;
	padding:		25px;
	margin:			0px 0px 0px 0px;
	width:			520px;
	height:			620px;
	float:			left;
}

#rightbar {
	background:		#20d0e0; <!-- url(images/background.gif) top left;-->
	font-size:		105%;
	padding:		20px;
	margin:			20px 0px 0px 0px;
	width:			240px;
	height:			620px;
	float:			right;
}

#main {
	background:		#f0f0ff; <!--  url(images/background.gif) top left; -->
	font-size:		105%;
	padding:		0px;
	margin:			0px 0px 0px 0px;
	height:			620px;
}

#footer {
	background-color:	#675c47;
	color:			#efe5d0;
	text-align:		center;
	padding:		15px;
	margin:			10px;
	font-size:		90%;
}

h1    	{
	font-family: 		Georgia serif;
	color:       		black;
	font-size:		200%;
}

h2      {
	font-family: 		serif;
	color:       		black;
}

a:link  {
	color: 			black;
}

a:visited {
      	color: 			black;
}

a:hover {
	text-decoration: overline underline
}

	