/* ----------------General Properties---------------- */

body { 
	background-color: whitesmoke; 
	font-size: 12px; 
	font-family: "Trebuchet MS", sans serif;
}

/* ---------------Global Link Attributes-------------- */

a:link {
	font-family: "Trebuchet MS", sans serif;
	font-variant: small-caps; 
	color: #234073;
	text-decoration: none;
}

a:visited {
	font-family: "Trebuchet MS", sans serif;
	font-variant: small-caps; 
	color: blue;
	text-decoration: none;
}

a:hover {
	font-family: "Trebuchet MS", sans serif;
	color: red;
	text-decoration: underline;
}

/* ------Container Attributes--------- */

#graphic {
	background-image: url("/images/nursing-schools.png");
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-bottom: 10px;
	height: 100px;
	width: 760px;
}

#level0 {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 760px;
}

#headerinfo {
	margin: 10px auto 20px auto;
	width: 760px;
	text-align: center;
	background-color: #E9EAEC;
	border: 1px solid #234073;
}

	#headerinfo h1 {
		font-family: Verdana, "Trebuchet MS", sans serif;
		color: #FF8900;
		font-size: 2em;
	}

#navigation {
	font-family: "Trebuchet MS", sans serif;
	float: left;
	width: 100px;
	text-align: center;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

		#navigation a:link {
			font-size: 14px;
			letter-spacing: 1px; 
			color: #234073;
			text-decoration: none; 
		}
		
		#navigation a:visited {
			font-size: 14px;
			letter-spacing: 1px; 
			color: #234073;
			text-decoration: none; 
		}
		
		#navigation a:hover {
			text-decoration: underline;
		}

#info {
	position: relative;
	padding-left: 10px;
	margin-left: 100px;
	width: 640px;
}


	#floatnav {
		font-family: "Trebuchet MS", sans serif;
		background: #E9EAEC;
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
		padding: 5px;
		font-size: 11px;
		border: 1px solid grey;
	}

		#floatnav p { 
			font-variant: small-caps; 
			font-size: 15px;
			color: #ff8c00; 
			border-bottom: 1px solid grey;
			}

		#floatnav span {
		}
		
		#floatnav a:link {
			font-variant: small-caps; 
			color: blue;
			text-decoration: none;
		}

		#floatnav a:visited {
			font-variant: small-caps; 
			color: blue;
			text-decoration: none;
		}
		
		#floatnav a:hover {
			text-decoration: underline;
		}
	
	


	#floatad {
		font-family: "Trebuchet MS", sans serif;
		background: #336699;
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
		padding: 5px;
		font-size: 11px;
		border: 1px solid grey;
	}

		#floatad p { 
			font-variant: small-caps; 
			font-size: 15px;
			color: #ff8c00; 
			border-bottom: 1px solid grey;
			}

		#floatad span {
		}
		
		#floatad a:link {
			font-variant: small-caps; 
			color: blue;
			text-decoration: none;
		}

		#floatad a:visited {
			font-variant: small-caps; 
			color: blue;
			text-decoration: none;
		}
		
		#floatad a:hover {
			text-decoration: underline;
		}

#legal {
	margin: 0 auto;
	width: 760px;
	color: grey;
	font-size: 10px;
	text-align: center;
}

/*--------------Text Decoration---------------*/

em {
	font-style: italic;
	color: red;
}

h2 {
	color: #003366;
	font-size: 1.5em;
}

h3 {
	color: #003366;
	font-size: 1em;
	text-decoration: underline;
}

h4 {
	color: #003366;
	text-decoration: underline;
}

#schoolsearch { width: 520px; height: 1000px; border: 0px; }

