/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	background: #c8c8c8 url(/css/pgBackground.gif) repeat-y center top;
	font-size: 100.01%;/* fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;

}

/***** Begin laying out the wrappers *****/
#wrapper {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 770px;
	text-align: left;
	position: relative;/*set for the positioning of the nav*/
	background-repeat: repeat-y;
}

/***** Ends the wrappers *****/
/***** Begin laying out the headers *****/
#topbanner {
	background-image: url(/css/headerPictures.jpg);/*LCHS Banner*/
	height: 185px;
	margin: 0 auto;
	width: 770px;
}

/***** Ends banners **************/

/******* Begins content layout ***********/
#content {
    margin-left: 230px;
	padding: 7px 0 10px 0;
	width: 530px;
	height: 600px;
	min-height: 600px;	
}

#content a img {
	border:none;
	}
	
#content h1 {
	font-size: 130%;
	margin: 12px 0 0 5px;
	}
	
#content h2 {
	font-size: 95%;
	margin: 12px 0 0 5px;
	color: #000000;
	border-top: 1px dotted #6D5D50;
}

.dottedhead {
	font-size: 95%;
	margin: 12px 0 0 5px;
	color: #000000;
	border-top: 1px dotted #6D5D50;
}

#content h3 {
	font-size: 95%;
	margin: 12px 0 0 5px;
	color: #000000;
}

#content p {
	font-size: 100%;
	padding: 5px 5px;
}

#content li {
	font-size: 80%;
	margin: 5px 5px 5px 50px;
	
	}

#content th {
	color: #0D1448;
	text-align: center;
	}

#content .gcimg{
	border: 1px solid #4D562E;
	margin: 5px 5px 3px 5px;
	}
	
#content .gcright {
	float: right;
	border: 1px solid #4D562E;
	margin: 5px 2px 3px 5px;
}
#content .gcleft {
	float: left;
	border: 1px solid #4D562E;
	margin: 5px 5px 3px 2px;
}
#content .printheader, #content .handheldheader {
	display: none;/*hide the header for the print style sheet*/
}
#content #navbox {
	border:#663333 solid 2px; 
	background: #eee;
	padding-left: 0.5em; 
	margin-top: 0.5em;
	}

#content form {
	border:#663333 solid 2px; 
	padding-left: 0.5em; 
	margin-top: 0.5em;
	font-size: 80%;
	}
#content fieldset legend {
	font-weight:bold;
	font-size: 125%; 
	text-align:center; 
	width: 470px
	}
/****** Ends the content layout ********/

/***** Nav layout ******/
/* positions the navigation column*/
#nav {
	position: absolute; 
	width: 180px;
	top: 200px;
	left: 15px;
}

#nav h3 {
	color: #226ec1;
	font-size: 90%;
	padding-bottom: 5px;
	width: 179px;
	border-bottom: 1px solid #226ec1;
}

#nav img {
	margin: 25px 15px;
	border: none;
}

#nav ul {
	list-style-type: none;
	padding-left: 2px;
	/*margin-left: 20px;*/
}

div#nav ul li {
	border-bottom: 1px solid #226ec1;/*plain border for IE pc*/
	font-family: Arial, Helvetica, sans-serif;
	width: 179px;
	margin-bottom: -2px;/*value for IE5.5*/
	margin-bottom:/**/ -5px;/*Value for IE5.01*/
	ma\rgin-bottom: -2px;/*value for IE6*/
}

div#nav>ul li, #nav>h3 {
	border-bottom: 1px dotted #226ec1;/*IE doesn't do dotted well, set here for browsers other than IE pc*/
	margin-bottom: 0;
}

#nav li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #226ec1;
	padding: 4px 0 4px 2px;
	margin: 0;
}

#nav li a:hover, #nav li a:focus {
	background-color: #ddc874;
	color: #226ec1;
}
/***** Ends the navigation *****/

/***** footers *****/
#footer {
	/*height: 34px;*/
	clear: both;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat; /*Main image*/
   background-position: -1px 0;
}

#footer p {
	font-size: 70%;
	text-align: right;
	padding: 4px 23px 25px 0;
	color: #660000;
	border-top: 1px solid #000;
	margin: 0 13px;	
}.navbullet {
	list-style-position: inside;
	list-style-type: disc;
}

