/* Default CSS */
/* The body rule sets the overall screen */
    body {font-color: #000000; 
		  background-color:#87CEFA;
		  width: 650px;
		  margin: 1em auto;}
	header  {background-color:#004080; 
	          font-family: Verdana, Arial, sans-serif; 
			  font-size: 14px; 
			  font-weight: bold; 
			  text-align: center; }
	#links {
	background-color: #87CEFA;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding-right: 0.5em;
	padding-left: 0.5px;
	}

	#links a {
	border-right-style: double;
	border-left-style: double;
	padding-right: 0.25em;
	padding-left: 0.25em;
	padding-top: 0em;
	padding-bottom: 0em;
	border-top-style: double;
	border-bottom-style: double;
	}
	#links a:link {
		color: blue;
	}
	#links a:visited {
		color: white;
	}
	#links a:hover {
		background: blue;
		color: white;
	}
	#main  {
	background-color: #87CEFA;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	padding-right: 250px;
	padding-left: 10px;
}
	#footer {background-color:#87CEFA; 
			font-family: Verdana, Arial, sans-serif; 
			font-size: 10px; 
			font-weight: bold; 
			text-align: center;}
	#sidebar {border-color: black; 
			  border-width: thin; 
			  border-style:solid; 
			  background-color: #a7cece; 
			  width: 200px; 
			  height: 750px;
			  padding:5px 20px 20px; 
	          padding: 20px; 
			  margin-left: 20px;
			  margin-top: 20px; 
			  text-align:center; 
			  float: right;}
			  
	#sidebar img {
	padding-bottom: 4em;
	padding-left: 4px;}
	
	
	h1 {font-family: sans-serif; 
	    text-align: center; 
		color: #ffffff; }
	h3 {
	font-family: sans-serif;
	font-size: xx-large;
	text-align: center;
	border-bottom-width: .2em;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
	h4 {font-family: sans-serif; 
	    font-size:14px; 
		font-weight:normal;
		line-height: 1.6em; 
		text-align:center;}
		
    	
		p.middle {text-align: center; 
		          font-size: 10px;}

}
