

/* -------------------- */
/* ---  Style File  --- */
/* ---   for the    --- */
/* --- Introductory --- */
/* --- Physics Labs --- */
/* ---   Websites   --- */
/* -------------------- */
/* -------------------- */
/* -------------------- */

* {
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	font-family: sans-serif;
	font-size: 0.9em;
	background-color: #A8A8A8;
}	



/* --- Special Styles --- */
	#main {
		top: 0;
		left: 0;
		width: 100%;
	}
	
	/* --- Navigation --- */
		#navigation {
			float: top;
			font-size: 1.2em;
			text-align: center;
			padding: 0.5em;
			border-top: 2px solid black;
			background-color: tomato;
		}
		
		#navigation a {
			color: black;
			padding: 0em 0.5em;
		}
		
		#navigation a:hover {
			color: white;
		}
	/* -------------------- */
	/* -------------------- */
	/* -------------------- */
	
	#content {
		padding: 0.5em 1em;
		border-top: 2px solid black;
		background-color: white;
	}
	
	#policies {
		border:6px solid red;
		padding:15px;
		padding-top:5px;
		margin-top:5px
	}
	
/* -------------------- */
/* -------------------- */
/* -------------------- */



/* --- Title Style --- */
	#title {
		width: 100%;
		padding: 1em 0em;
		background-color: lightsalmon;
	}
	
	#title h1 {
		width: 80%;
		padding 0.25em;
		text-align: center;
		font-weight:bold;
		font-family: serif;
		font-size: 2.5em;
		margin: auto;
	}
/* -------------------- */
/* -------------------- */
/* -------------------- */



/* --- Header Style --- */
	h1 {
		margin-top: 1em;
		font-size: 1.8em;
	}
	
	h2 {
		margin-top: 1em;
		font-size: 1.4em;
	}
	
	h2.center {
		text-align: center;
	}
	
	h3 {
		margin-top: 1em;
		font-size: 1.2em;
	}
	
	h3.center {
		text-align: center;
	}
	
	h4 {
		margin-top: 0.3em;
		font-size: 1.0em;
		font-weight: bold;
	}
/* -------------------- */
/* -------------------- */
/* -------------------- */



/* --- Paragraph Style --- */
	p {
		padding-left: 1em;
		padding-top: 0.3em;
		padding-bottom: 0.3em;
	}
	
	p.indent {
		padding-left: 2em;
	}
	
	p.center{
		text-align: center;
	}
	
/* -------------------- */
/* -------------------- */
/* -------------------- */



/* --- Lists Style --- */
	ul,
	ol {
		margin-left: 15px;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	ul.FAQlist {
		list-style: none;
	}

	ul.FAQlist li {
		padding: 0px;
		padding-left: 2em;
		text-indent: -2em;
		margin: 0px;
		margin-top: 5px;
	}

	ul li {
		margin-left: 1em;
		margin-top: 10px;
	}

	ol li {
		margin-left: 1.5em;
		margin-top: 10px;
	}
/* -------------------- */
/* -------------------- */
/* -------------------- */



/* --- Hyperlinks Style --- */
	a { 
		text-decoration:none;
		color: blue; 
	}
	
	a:hover, 
	a:hover h1, 
	a:hover h2, 
	a:hover h3, 
	a:hover p.link, 
	a:hover p.link_subhead { 
		text-decoration: underline;
		color: red;
	}
/* -------------------- */
/* -------------------- */
/* -------------------- */



/* --- Tables Style --- */
	table {
		margin-left: 20px;
	}
	
	
/* -------------------- */
/* -------------------- */
/* -------------------- */

/* ---  End of CSS  --- */