/*PUBLIC SITE STYLE SHEET*/

/*Style for page body*/
body { 
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 10px;
}
  
/*Style for page header*/
#header {
	background-color:#edd2a7;
	margin: 10px;
	color: #990000;
    font-weight: bold;
	font-size:x-large;
	
}

/*Style for left sidebar column*/
#sidebarleft {
	float:left;
	width: 180px;
	background-color:#edd2a7; 
    font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
	font-style: normal;
	clear: both;
}

/*Style for main (center) section*/
#main {
	background-color:#edd2a7;
	font-size: 105%;
	padding: 25px;
	margin: 0px 10px 10px 10px;
	margin-right: 230px;
	margin-left: 230px;
}

/*Style for right sidebar column*/
#sidebarright {
	float: right;
	width: 180px;
	background-color:#edd2a7;
	font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
}

/*Style for page footer*/
#footer {
	background-color: #FFFFFF;
	color:#000000;
	text-align: center;
	padding: 15px;
	margin: 10px;
	font-size:small;
	clear: both;
}

#thankyou {
	color:#000000;
	background-color:#edd2a7;
	text-align: center;
	font-size: large;
	font-style: italic;
	font-stretch: normal;
	vertical-align: baseline;
}

.quote{
    border: solid;
    border-color:#990000;
	font-style:italic;
	width:80%;
	padding:10px;
	margin:30px;
}

.hrule{ 
    background-color:990000;
	color:990000;
	height:6px;
}	
	

/*Style for Heading #1 heading*/
h1 {
	font-size:120%;
	color: #4f4127;
}

/*Style for Heading #2 headingr*/
h2 {
	font-size: 110%;
	color: #4f4127;
}


/*Style for Heading #2 headingr*/
h3 {
	font-size: 100%;
	color: #4f4127;
}


/*Style for link*/
a:link {
	color: #990000;
	text-decoration: none;
	
}


/*Style for a visited link*/
a:visited {
	color: #990000; 
	text-decoration: none;
	}

/*Style for a link when hovering*/
a:hover {
	color: #990000;
	text-decoration: underline;	
}

a:active {
	color: #990000;
	text-decoration: none;
	
}





/*Style for AP Chemistry Quote */
