/*
* Different Stylesheets:
* Style.css - for index.php, NOT running IE6 or below
* Style2.css - for all other pages, NOT running IE6 or below
* Style3.css - for all other pages, running IE6 or below
* Style4.css - for index.php, running IE6 or below
* Copyright © 2007 Trevor Gau, Westside High School NHS
*/		
	body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		background: #919191;
		color: #000;
		margin-top:8px;
	}
	p, tr, td, th, table {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		color: #000;
	}
	a {
		color:#00f;
		text-decoration:none;
	}
	a:hover {
		text-decoration: underline;
	}
	a:visited {
		color: #30f;
	}
	#entire {
		width:900px;
		margin:0px auto 10px auto;
	}
	.wrapper {
		background-color: #fff;
	}
	#header {
		height:100px;
	}
	.invisible {display:none;}
	#content {
		margin:0 0 0 0;
		padding:0 0 0 0;
		float:left;
		width:180px
	}
	h2.main {
		border-bottom:1px solid #00f; 
		padding-left:10px;
	}
	#content-left {
		width:180px;
		margin: 10px 10px 10px 15px;
		float:left;
	}
	#content-main {
		width:604px;
		margin: 500px 10px 10px 10px;
	}
	h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #00f;
		font-weight: bold;
		margin-top: 8px;
	}
	h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #009;
		font-weight: bold;
	}
	#footer {
		margin-top:10px;
		margin-bottom:0px;
		width: 880px;
		clear:both;
		padding:10px;
		border-top:3px solid #000033;
	}
	#bottom {
		clear:both;
		color: #fff;
		text-align:right;
		padding:8px 6px 8px 0;
		vertical-align: middle;
		background: #000;
	}
	#bottom a{
		color:#ffcb05;
	}
	#bottom a:visited{
		color:#66cccc;
	}
	.navBtn {
		background-image: url(images/navbtn.png);
		margin: 0px 14px -6px 4px;
		padding: 10px 0 28px 0;
		width:174px; 
		height:0px;
		vertical-align:middle;
		text-align:center;
  	}
	.navBtn a {
		color: #000000;
		text-decoration: none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		position: relative; /* tries to fix non-clickable links above filters */
		z-index: 1;
	}
	.navBtn a:visited {
		color: #000000;
	}
	.navBtn a:hover {
		color: #0066FF;
		text-decoration: underline;
	}
	#navbar {
		float:left; 
		background-color:#1a1a1a;  
		margin: 15px 0px 10px 10px; 
		width: 180px;
		display:inline;
	}
	.empty {
		height: 27px;
		display: block;
		width: 140px;
	}
	div.inner {
		margin: 0; 
		background: #ccc; 
		padding: 10px; 
		border:0; 
		z-index:11; 
		overflow:hidden;
		color:#000;
	}
	div.outer { 
		float: left; 
		margin: 15px; 
		background: #000; 
		padding: 8px; 
		width: 56em; 
		z-index:8; 
	} 
	label,input {
		display: block;
		float: left;
		margin-bottom: 10px;
	}	
	label {
		text-align: right;
		width: 190px;
		padding-right: 20px;
	}	
	input.noStyle {
		float:none;
		display:inline;
		margin:0 0 0 0;
	}
	.forms br {
		clear: left;
	}
	.big {
		font-size: 13px;
		font-weight:bold;
		color:#FFFFCC;
	}
	strong {
		font-weight:bold;
		color:#990000;
	}
	.import {
		color:#990000;
		font-weight:bold;
		font-size:15px;
		background-color:#FFFFCC;
		border:3px solid #000000;
		margin-bottom:10px;
		padding:5px;	
	}
	.messages {
		color:#000000;
		background-color:#FFFFCC;
		border:1px solid #000000;
		margin-bottom:10px;
		padding:5px;	
	}
	.justBold {
		font-weight:bold;
	}	
	.newsID {
		font-size:9px;
		color:#000;
		font-style: italic;
	}

/*The NHS Orange is "#FFCB05"
  The NHS Blue is "#005496"  
  The Lighter Blue is "#0082e8" */

