body {
	background-color: #FFFFDD;
	line-height: 125%;
	font-size: 100%;
}

#Banner {
	position:absolute;
	left:0px;
	top:20px;
	width:100%;
	z-index:1;
}

#RightBox {
	z-index:2;
	font-family: "Times New Roman", Times, serif;
	color: #0000CC;
	bottom: 0px;
	font-style: normal;
	overflow: auto; /* Overcomes IE7 italic text bug! */
	text-align: right;
	background-color: #FFFFDD;
	font-size: 1.15em;
	position: absolute;
	right: 5%;
}

#RightBox p{
	padding: 0;
	margin:0;
}
hr {
	color: #a80072;
	background-color: #a80072;
	text-align: left;
	margin: 20px 10% 0 10% ;
}

#Banner img {
	margin-left: 5%;
}

#Main {
	position:absolute;
	left:10%;
	top:125px;
	width:85%;
	z-index:4;
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#Main ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(lhh-images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.6em;
	padding-left: 1em;
	font-size: 90%;
}

#Main ul.normalsize li {
	font-size: 100%;
}

#Main ol li {
	background-image: none;
}

#Main a {
	font-weight: bold;
	color: #000066;
}

#Main ul {
	list-style-type: none;
	padding: 0 0 0 1em;
	margin: 0;
}

#Main a:hover, #Main a:active {
	color: #FF0000;
}

.border {
	border: 2px solid #a80072;
	float: right;
	margin-bottom: 20px;
}

#Nav {
	position:absolute;
	width:99%;
	z-index:3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFDD;
	margin-top: 10px;
}

#Nav img {
	float: left;
}

#Nav table td {
	text-align: center;
}

#Nav a {
	text-decoration: none;
	color: #FFFFDD;
}

#Nav a:hover, #Nav a:active {
	color: #A50172;
	background-color: #FFFFDD;
	border-color: #A50172;
}

.navitem{
	position: absolute;
	top: 0px;
	text-align: center;
	color: #FFFFDD;
	border: solid 3px #a80072;
	border-top: solid 2px #a80072;
	background-color: #000099;
	font-size: 85%;
	z-index: 8;
	visibility: visible;
}

.navitem a {
	display: block;
	width: 100%;
}

.dropdown {
	position: absolute;
	top: 23px;
	font-size: 75%;
	background-color: #E1E1E1;
	text-align: left;
	padding: 5px 15px;
	line-height: 1.3em;
	border: solid 3px #FFFFDD;
	border-right: solid 4px #FFFFDD;
	border-top-width: 0px;
	margin-top: 2px;
	color: #A80072;
	z-index: 9;
	visibility: hidden;
}

.dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dropdown ul li {
	margin-left: 0;
	padding-left: 0;
	background-image: url(lhh-images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.6em;
}

#second-child a, #third-child a, #fourth-child a, #fifth-child a, #sixth-child a {
	color: #000066;
	display: block;
}

/* The following is a hack to stop IE6 from extending the drop-down menus to the right-hand 
 margin of #Nav when display:block is applied to the hover state.  See CSS: The Missing 
 Manual, page 221. */

* html #second-child a, * html #third-child a, * html #fourth-child a, * html #fifth-child a, * html #sixth-child a {
	width: 25%;
}

#second-child a:hover, #third-child a:hover, #fourth-child a:hover, #fifth-child a:hover, #sixth-child a:hover {
	background-color: #FFFFDD;
	color: #000066;
}

.dropcap {
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:300%;
	margin-right: 5px;
	background-color: #000099;
	color: #FFFFDD;
	padding-right: 2px;
	line-height: 100%;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 3px solid #a80072;
} 

.emphasis, h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 1.2em;
	color: #AD0073;
}

#Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:0;
	width:99%;
	z-index:5;
	margin-top: 0px;
	padding-bottom: 0px;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	background-color: #000099;
	color: #FFFFDD;
	border: solid 3px #a80072;
}

#Footer img {
	float: left;
	margin: 3px;
}

#Footer img.floatright {
	float: right;
}

.FooterText {
	padding-top: 5px;
	display: block;
}

#Footer img.valid {
	margin: 0 10px;
	float: none;
}

#Footer a {
	color: #FFFFDD;
}

#BottomSpacer {
	position:absolute;
	left:470px;
	width:14px;
	height:14px;
	z-index:1;
	bottom: -10px;
}


.smallemphasis, h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	font-variant: normal;
	font-size: 1.2em;
	color: #AD0073;
}

#menu {
	width: 70%;
	margin: auto;
}

#box {
	width: 50%;
	border: 2px solid #AD0073;
	padding: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#smallbox {
	width: 20%;
	border: 2px solid #AD0073;
	padding: 10px;
	margin-top: 20px;
	float: left;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.colophon {
	font-size: 80%;
	line-height: 110%;
	font-style: italic;
	margin-top: 30px;
}

table.schooltable{
	border-collapse: collapse;
}

.schooltable td {
	padding: 0 5px;
	text-align: center;
	border: 1px solid #AD0073;
}

.schooltable td.schoolname {
	text-align: left;
}

.bulletintable, .termdatetable {
	border: none;
}

.calendartable, bulletin-bordered-table {
	border: 1px solid #AD0073;
	border-collapse: collapse;
}

.calendartable td, bulletin-bordered-table td {
	padding: 2px 5px;
	margin: 0;
	vertical-align: top;
	border: 1px solid #AD0073;
}

.bulletintable td, .termdatetable td {
	padding: 3px 15px 3px 0;
	border: none;
	vertical-align: top;
}

.bulletintable td p {
	margin: 0;
}

.termdatetable td {
	padding: 0px 15px 0px 0px;
}

.bulletin-bordered-table td {
	padding: 3px;
	border: 1px solid #AD0073;
}

.bulletin-bordered-table {
	border-collapse: collapse;
}

#notice {
	display: none;
	width: 75%; 
	margin: auto; 
	padding: 20px; 
	border: solid 5px #AD0073;
}

#newsflash {
	background-color:#F3F3F3;
	width: 300px; 
	float: right;
	margin: 20px; 
	padding: 5px 20px;
	border: solid 2px #AD0073;
	font-weight: bold;
}


td.notopborder {
	border-top: none;
}

td.nobottomborder {
	border-bottom: none;
}

td.neitherborder {
	border-top: none;
	border-bottom: none;
}

