/* Stylesheet for NSCC Student Site */

body {
	margin: 25px 0;
}
a:link {
	color: #80A8D2;
}

#head {
	border: 1px dashed #BBBBBB;
	height: 50px;
	width: 750px;
}
	#head #title {
		float: left;
		padding: 0 10px;
	}
		#head #title h1 {
			font-family: "Courier New", Courier, monospace;
			font-size: 20px;
			color: #666666;
			font-weight: normal;
			letter-spacing: 2px;
		}
	#head #search {
		float: right;
		padding: 15px;
	}
		#head #search img.zoom {
			padding: 1px 2px;
			border: 1px solid #BBBBBB;
			border-right: 0;
		}
		#head #search input {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: normal;
			color: #888888;
			border-top: 1px solid #BBBBBB;
			border-left: 0;
			border-right: 1px solid #BBBBBB;
			border-bottom: 1px solid #BBBBBB;
			padding: 3px 3px 2px 5px;
			margin: 0 0 0 -5px;
		}

#body {
	height: auto;
	width: 740px;
	text-align: left;
	padding: 5px;
	margin: 25px 0;
}
	#body #nav {
		float: left;
		width: 175px;
	}
		#body #nav a {
			font-family: "Courier New", Courier, monospace;
			font-size: 14px;
			color: #888888;
			text-decoration: none;
			display: block;
			height: 10px;
			padding: 10px 0;
			border-bottom: 1px dashed #999999;
		}
		#body #nav a:hover {
			color: #80A8D2;
			border-bottom: 1px dashed #BBBBBB;
		}
		#body #nav .current {
			font-family: "Courier New", Courier, monospace;
			font-size: 14px;
			color: #555555;
			display: block;
			height: 10px;
			padding: 10px 0;
			text-align: right;
			border-bottom: 1px dashed #777777;
		}
		
	#body #content {
		float: right;
		width: 525px;
		margin-bottom: 50px;
	}
		#body #content h2 {
			font-family: "Courier New", Courier, monospace;
			font-size: 20px;
			color: #555555;
			font-weight: normal;
			letter-spacing: 2px;
			text-align: right;
		}
		#body #content h3 {
			font-family: "Courier New", Courier, monospace;
			font-size: 18px;
			color: #666666;
			font-weight: normal;
			letter-spacing: 2px;
			text-align: left;
			margin: 30px 0 15px;
		}
		#body #content h4 {
			font-family: "Courier New", Courier, monospace;
			font-size: 12px;
			color: #666666;
			font-weight: normal;
			letter-spacing: 1px;
			text-align: right;
		}
		#body #content h5 {
			font-family: "Courier New", Courier, monospace;
			font-size: 16px;
			color: #666666;
			font-weight: normal;
			letter-spacing: 1px;
			margin: 10px 0 5px 30px;
		}
		#body #content big {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #498EB9;
			font-weight: normal;
			margin: 0;
		}
		#body #content p, li {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #777777;
			text-align: justify;
			letter-spacing: 2px;
			line-height: 24px;
			text-align: justify;
			margin: 0 0 0 30px;
		}
		#body #content p a {
			text-decoration: none;
			color: #80A8D2;
		}
		#body #content p a:hover {
			color: #45A2D9;
		}
		#body #content p em,
		#body #content p strong {
			font-size: 11px;
		}
		#body #content ul {
			margin: 0 0 20px 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #666666;
		}
		#body #content ul li {
			list-style-image: url('../images/bullet_blue.png');
			text-align: left;
		}
		#body #content #code {
			background-color: #F8F8F8;
			color: #353535;
			font-family: "Courier New", Courier, monospace;
			font-size: 11px;
			padding: 10px 15px;
			margin: 0 0 20px 25px;
			border: 1px dashed #498EB9;
		}
		
#footer {
	clear: both;
	width: 750px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
}
	#footer a {
		text-decoration: none;
		color: #80A8D2;
	}
	#footer a:hover {
		color: #45A2D9;
	}
