@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #660099;
	background-color: #998FA3;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p {
	font-size: 1em;
	line-height: 120%;
}
h1 {
	font-size: 1.7em;
	text-align: center;
}
h2 {
	font-size: 1.4em;
	text-align: left;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.9em;
}
hr {
	color: #660099;
}
li {
	line-height: 140%
}
img {
	border: 1px solid #333;
}
a:link {
	color: #660099;
}
a:visited {
	color: #660099;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFF99;
}
a:active {
	color:#000000;
}
table {
	border: 1px solid #660099;
	margin: 0px auto;
	padding: 0px;
	width: 95%;
	background: #EEE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
th, tr, td {
	border: 1px solid #660099;
	padding: 2px 4px;
}
#header {
	background: url(../images/HHSBanner1004width2.gif) no-repeat;
	height: 120px;
	width: 1004px;
	margin: 0px;
	padding: 0;
}
#namelist {
	line-height:50%;
	background: center;
}
#namelist p {
	line-height: 40%;
}
#alumniPageEndNote {
	margin: 0px 0px 0px 215px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
#rightmessagebox1 {
	border: 1px solid #666;
	position: fixed;
	z-index: 10;
	height: 225px;
	width: 150px;
	top: 325px;
	right: 5px;
	background: #EEE;
	font-style: italic;
	font-size: 1em;
	text-align: center;
	padding: 5px;
}
#rightmessagebox2 {
	border: 1px solid #666;
	position: fixed;
	z-index: 10;
	height: 160px;
	width: 120px;
	top: 325px;
	right: 5px;
	background: #EEE;
	font-size: 1em;
	text-align: center;
	font-style: italic;
	text-decoration: none;
	padding: 5px;
}
#outlinebox {
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #660099;
}
#fontcolorred {
	color: #F00;
}
#outlineboxred {
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #F00;
}
.twoColFixLtHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar; DEFAULT was 780px */
	background: #FFFFFF;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebarmenu {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
}
.twoColFixLtHdr #sidebarmenu a:link {
	color: #660099;
	border: 2px outset #FFFFFF;
	text-decoration:none;
	background-color: #D8BFD8;
}
.twoColFixLtHdr #sidebarmenu a:visited {
	color: #660099;
	border: 2px outset #FFFFFF;
	text-decoration:none;
	background-color: #D8BFD8;
}
.twoColFixLtHdr #sidebarmenu a:hover {
	color: #FF0000;
}
.twoColFixLtHdr #sidebarmenu a:active {
	color:#00FF00;
	text-decoration: none;
	border: 2px inset #FFFFFF;
}
.twoColFixLtHdr #sidebarmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
.twoColFixLtHdr #sidebarmenu ul li {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebarmenu ul li a {
	color: #660099;
	display: block;
	padding: 5px 0 5px 8px; /*link text is indented 8px*/
	line-height: 17px;
	text-decoration: none;
	background: #D8BFD8;
	margin: 0;
	width: 202px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 215px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #660099;
}
.twoColFixLtHdr #mainContent a img {
	border: 1px solid #660099;
}
.twoColFixLtHdr #mainContent .noborder {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.twoColFixLtHdr #mainContent table#classmates {
	margin: 0px auto;
	padding: 0;
	background: #FFF;
	border-collapse: collapse;
	width: 95%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.twoColFixLtHdr #mainContent table#classmates td {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-collapse: collapse;
	vertical-align: top;
}
.twoColFixLtHdr #mainContent table#classmates tr {
	border-style: none;
}
.twoColFixLtHdr #mainContent table#classmates p {
	margin: 0px;
	padding: 0px 0px 4px 5px;
	border-style: none;
}
.twoColFixLtHdr #mainContent table#faculty {
	margin: 0px auto;
	padding: 0;
	background: #FFF;
	border-collapse: collapse;
	width: 95%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.twoColFixLtHdr #mainContent table#faculty td {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-collapse: collapse;
	vertical-align: top;
}
.twoColFixLtHdr #mainContent table#faculty tr {
	border-style: none;
}
.twoColFixLtHdr #mainContent table#faculty p {
	margin: 0px;
	padding: 0px 0px 4px 5px;
	border-style: none;
}
.twoColFixLtHdr #mainContent table#lostClassmates {
	margin: 0;
	padding: 0;
	background: #DDD;
	border-collapse: collapse;
	width: 90%;
	border: none;
}
.twoColFixLtHdr #mainContent table#lostClassmates td {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-collapse: collapse;
	vertical-align: top;
}
.twoColFixLtHdr #mainContent table#lostClassmates tr {
	border-style: none;
}
.twoColFixLtHdr #mainContent table#lostClassmates p {
	margin: 0px;
	padding: 0px 0px 4px 5px;
	border-style: none;
}
.twoColFixLtHdr #mainContent #frmContactInfo table tr td p label {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.twoColFixLtHdr #alumniPageEndNote {
	margin: 0 0 0 215px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #660099;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #660099;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660099;
	text-align: right;
	margin-bottom: 3px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.contactFormRowNames {
	font-weight: bold;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bold {
	font-weight: bold
}
.red {
	color: #F00;
}
.purple {
	color: #660099
}
.tip {
	font-size: 65%;
	font-style: normal;
	color: #600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: help;
}
.seventyPercent {
	font-size: 70%;
}
.ninetyPercent {
	font-size: 90%
}
.oneTwentyPercent {
	font-size: 120%
}
.oneThirtyPercent {
	font-size: 130%;
}
.emphasis {
	font-style: italic;
}
.copyright {
	font-size: 70%;
	color: #FFFF33;
}

