	*
	{
		margin: 0px;
		padding: 0px;
	}

	/* Layout Elements */
	body
	{
		background-color: #303030;
		font-family: Tahoma, Helvetica, sans-serif;
		font-size: 12px;
	}

	#wrapper
	{
		background-image: url( '../images/wrapper-bg.jpg' );
		background-color: #FFFFFF;
		background-position: top center;
		background-repeat: repeat-x;
	}

	#container
	{
		background-image: url( '../images/header-bg.jpg' );
		background-position: top center;
		background-repeat: no-repeat;
		text-align: center;
	}

	#main
	{
	}

	#content-wrapper
	{
		width: 768px;
		margin: 0px auto;
		text-align: left;
		background-color: #ffffff;
	}

	#content
	{
		padding: 10px;
	}

	/* Header */

	#header
	{
		width: 768px;
		margin: 0px auto;
		text-align: left;
		width: 768px;
		height: 112px;
		background-repeat: no-repeat;
	}

	#header #school-icon {
	 display: block;
	 width: 118px;
	 height: 91px;
	 position: relative;
	 float: left;
	 background: url( '../images/school-icon.png' ) no-repeat;
	 left: -15px;
	 top: 35px;
	}

	#school-logo {
	 width: 80px;
	 height: 80px;
	}

	#header #school-name {
	 display: block;
	 padding-top: 39px;
	 margin-left: 90px;
	 height: 33px;
	 text-decoration: none;
	}

	#header #school-name span {
	 margin: 0px;
	 padding: 0px;
	 display: block;
	 font-size: 26px;
	 letter-spacing: -1px;
	 color: #fff;
	 text-shadow: 1px 1px 2px #000;
	}

	#header #school-address {
	 margin-left: 106px;
	 color: #fff;
	}

	#header #school-address address {
	 display: block;
	 font-style: normal;
	}

	#header #school-address acronym {
	 cursor: help;
	 border-bottom: 0px none;
	 font-weight: bold;
	 padding-left: 5px;
	}

	#header #school-address .phone acronym {
	 padding-left: 0px;
	}

	/* Navigation */

	#navigation
	{
		border-top: 1px solid #6f71ab;
		background: url( 'http://dsbn.org/schools/includes/classes/image.php?f=343787&t=191b5e&w=1&h=40' ) #191b5e repeat-x;
		height: 40px;
		margin-bottom: 8px;
	}

	#navigation ul#menu
	{
		width: 768px;
		margin: 0px auto;
		list-style-type: none;
		height: 40px;
	}

	#navigation ul#menu li
	{
		float: left;
		height: 40px;
	}

	#navigation ul#menu li.on
	{
	}

	#navigation ul#menu li a
	{
		float: left;
		display: block;
		color: #ffffff;
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
		padding: 0 6px;
		text-align: center;
		height: 40px;
		line-height: 40px;
	}

	#navigation ul#menu li a:hover
	{
		background: url( 'http://dsbn.org/schools/includes/classes/image.php?f=ffffff&t=dbdbdb&w=1&h=40' ) #dbdbdb repeat-x;
		color: #303cab;
	}

	/* Footer */

	#footer-wrapper
	{
		height: 75px;
		background-image: url( '../images/footer-container-bg.jpg' );
		font-size: 11px;
		color: #ffffff;
	}	

	#footer-container
	{
		height: 75px;
		background-image: url( '../images/footer-bg.jpg' );
		background-repeat: no-repeat;
		background-position: bottom center;
	}

	#footer
	{
		margin: 0px auto;
		padding: 5px;
		width: 758px;
		text-align: left;
	}

	#footer a
	{
		color: #ffffff;
	}

	ul#footer-menu
	{
		list-style-type: none;
	}

	ul#footer-menu li
	{
		float: left;
		padding-right: 5px;
	}

	#footer .site-info
	{
		display: block;
		padding-top: 16px;
	}

	#footer-logo
	{
		padding-right: 22px;
		float: right;
	}

	#footer-logo img
	{
		border: 0px none;
	}

	/* Box */

	.box h2
	{
		background: url( 'http://dsbn.org/schools/includes/classes/image.php?f=343787&t=191b5e&w=1&h=40' ) #191b5e repeat-x;
		border-top: 1px solid #6f71ab;
		font-size: 14px;
		font-weight: normal;
		color: #FFFFFF;
		padding: 9px;
		margin: 0px;
	}

	.box .content
	{
		padding: 9px;
		border: 1px solid #aeaeae;
		margin-top: 2px;
		margin-bottom: 5px;
	}

	/* Form */

	.field .title,
	.submit
	{
		padding: 4px 0px;
	}

	.field .value textarea.textarea-field,
	.field .value input.text-field
	{
		height: 18px;
		padding: 2px;
		font-size: 14px;
		font-family: Tahoma, Helvetica, sans-serif;
		margin-left: 5px;
		border: 1px solid #749ABF;
		width: 250px;
	}

	.field .value textarea.textarea-field
	{
		height: 100px;
	}

	.submit input
	{
		padding: 4px;
		font-weight: bold;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
	}

	/* Home */

	.home-content
	{
		margin-right: 230px;
	}

	.featured-links .link
	{
		margin-bottom: 5px;
	}

	.featured-links a img
	{
		border: 0px none;
	}

	#in-case-of-emergency 
	{
		margin-bottom: 5px;
	}

	#in-case-of-emergency a img
	{
		border: 0px none;
	}

	.home-right
	{
		float: right;
		width: 200px;
	}

	#content .whats_new
	{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		width: 180px;
	}

	#content .whats_new li
	{
		padding: 0px;
		margin: 0px;
	}

	.important_dates dt
	{
		color: #191b5e;
		font-weight: bold;
		width: 180px;
	}

	.important_dates dd 
	{
		width: 160px;
		margin-left: 20px;
	}

	/* Inside Pages */

	.inside-left
	{
		vertical-align: top;
		width: 200px;
		padding-right: 15px;
	}

	.inside-right
	{
		vertical-align: top;
	}

	#content ul.section-menu
	{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}

	#content ul.section-menu li
	{
		list-style-type: none;
	}

	#content ul.section-menu li a
	{
		text-decoration: none;
		color: #191b5e;
	}
	#content ul.section-menu li a:hover
	{
		color: #343787;
	}

	table#inside-content
	{
		width: 735px;
	}


	/* Contact */
	.contact-form
	{
		padding-left: 5px;
	}

	.contact-info
	{
		margin-right: 440px;
	}

	.contact-map
	{
		float: right;
	}
		
	.contact-map #map
	{
		width: 400px;
		height: 300px;
		margin-left: 12px;
		border: 1px solid #749ABF;
	}

	.contact-info address
	{
		font-style: normal;
		padding: 10px;	
	}

	.contact-info .phone,
	.contact-info .fax,
	.contact-info .email
	{
		padding: 2px 0px;
		padding-left: 10px;
	}

	.contact-info .email
	{
		padding-bottom: 10px;	
	}

	/* Links */
	#content table.links td
	{
		padding: 4px;
	}

	/* Family of Schools */

	.family-of-schools .school
	{
		margin-bottom: 15px;
	}

	.family-of-schools acronym
	{
		font-weight: bold;
		border: 0px none;
	}

	.family-of-schools .school .info
	{
		margin-left: 5px;
		color: #666666;
	}

	.family-of-schools .school .logo
	{
		float: left;
	}

	.family-of-schools .school h3,
	.family-of-schools .school .info
	{
		margin-left: 90px;
	}

	/* Content Styles */
	p
	{
		margin: 16px 0;
		padding-left: 5px;
		line-height: 18px;
	}

	img
	{
		border: 0px none;
	}

	ul li,
	ol li
	{
		line-height: 18px;
		padding-bottom: 5px;
	}

	h1
	{
		margin: 10px 0 20px 0;
		color: #191c5e;
		font-size: 22px;
		font-weight: normal;
		padding-bottom: 5px;
		padding-left: 5px;
		border-bottom: 1px solid #7d7d7d;
	}

	h2
	{
		color: #191c5e;
		font-size: 18px;
		font-weight: normal;
	}

	h3
	{
		font-size: 14px;
	}

	h4
	{
		font-size: 13px;
	}

	h2, h3, h4, h5, h6
	{
		margin: 5px;
	}

	a
	{
		color: #191b5e;
	}

	a:hover
	{
		color: #343787;
	}

	#content ul,
	#content ol
	{
		margin: 10px 0;
		margin-left: 35px;
	}

