/* ===============================
		::: TYPOGRAPHY :::
=============================== */
BODY, TD, TH {
	font: 11px/1.6em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
}

H1, H2, H3, H4, H5, H6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #69510F;
	margin: 1.2em 0 .5em;
}
H1 { font-size: 2em; }
H2 { font-size: 1.8em; }
H3 { font-size: 1.5em; }
H4 { font-size: 1.2em; }
H5 { font-size: 1em; }
H6 { font-size: .8em; }

.first {
	margin-top: 0;
}
P, BLOCKQUOTE, UL, OL, DL, FIELDSET, ADDRESS {
	margin-bottom: 1em;
}
.error {
	font-weight: bold;
	font-size: 1.1em;
	color: #b00;
}



/* ===============================
		::: LINKS :::
=============================== */

A:link,
A:visited		{ color: #953530; }
A:hover,
A:active,
A:focus		{ color: #487183; }
.link {
	color: #608166;
	text-decoration: underline;
	cursor: pointer;
}


/* ===============================
		::: LISTS :::
=============================== */
UL, OL, LI {
	margin-left: 1em;
}
LI {
	margin-bottom: .3em;
}
DT {
	font-weight: bold;
	color: #57ABB3;
}
DD {
	margin: 0 0 1em 1em;
}
DD UL {
	margin-left: 0;
}
DD LI {
	list-style: none;
	display: inline;
	padding: 0 0 0 .25em;
	margin: 0;
}


/* ===============================
		::: TITLES :::
=============================== */

BODY.about_melrose #submenu H2			{	background-image: url(../images/sub_about.gif); }
BODY.admissions #submenu H2	{	background-image: url(../images/sub_admissions.gif); }
BODY.academics #submenu H2	{	background-image: url(../images/sub_academics.gif); }
BODY.alumni #submenu H2			{	background-image: url(../images/sub_alumni.gif); }
BODY.athletics #submenu H2 	{	background-image: url(../images/sub_athletics.gif); }
BODY.student_life #submenu H2 {background-image: url(../images/sub_studentlife.gif); }
BODY.parents #submenu H2 		{	background-image: url(../images/sub_parents.gif); }
BODY.calendar #submenu H2 	{	background-image: url(../images/sub_calendar.gif); }
BODY.summer_program #submenu H2 	{	background-image: url(../images/sub_summerprogram.gif); }
BODY.news #submenu H2 	{	background-image: url(../images/sub_news.gif); }
BODY.sitemap #submenu H2 	{	background-image: url(../images/sub_sitemap.gif); }



/* ===============================
		::: TABLES :::
=============================== */
#content TABLE {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse; }

	#content TD,
	#content TH {
		padding: 2px;
		border: 2px solid #ddd; }


/* ===============================
		::: MISC :::
=============================== */

/* ::: NEWS ::: */
.newstitle {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 1em; }

	.newstitle A,
	A.newstitle {
		color: #333;
		text-decoration: none; }

		.newstitle A:hover,
		A.newstitle:hover {
			color: #2F57A4;
			text-decoration: underline; }

.newsposted {
	color: #666;
	font-size: .9em; }

UL.news {
	margin-left: 0; }

		UL.news LI {
			margin-left: 0;
			margin-bottom: 1.5em;
			list-style: none; }