
/* Global default font family and color. */
	
	BODY, A, TD, TH, UL, OL, LI {
		font-family: Arial, Helvetica, sans-serif;
		color: #eeeeee;
	}

/* Font sizing (other aspects of these classes appear later). */

	.Documents_List, .HomeAbout, .CalendarText, .HomeMoreLink, .HomeText {
		font-size: 70%;
	}
	.HomeSubTitle {
		font-size: 80%;
	}
	.HomeCaption {
		font-size: 60%;
	}
	.AlertLink, .AlertHeading {
		font-size: 80%;
	}

/* HTML tags redefined. */

	BODY {
		background-color: #003366;
	}
	FORM {
		padding: 0;
		margin: 0;
	}

/* Table and background styles. */
	
	TD.Border {
		background-color: #999999;
	}
	TD.HomeCell {
		background-color: #003366;
	}
	TD.AlertCell {
		background-color: #416b93;
	}
	TD.HomeCellBGTop {
		background-color: #003366;
		background-image: url(http://www.georgetown.edu/home/images/layout/home_bg_seal.gif);
		background-repeat: no-repeat;
	}

/* Text styles and spacing. */

	/* Topic headings. */
		.HomeTopicHeading {
			margin-left: 13px;
			line-height: 16px;
			}
		.HomeSubTitle {
			margin-left: 15px;
			margin-right: 10px;
			margin-top: 0px;
			margin-bottom: 15px;
			line-height: 1.0em;
		}
		A.HomeLinkText {
			text-decoration: none;
		}

	/* Search/about cell. */
		.HomeAbout {
			margin-left: 15px;
			margin-right: 10px;
			margin-top: 15px;
			margin-bottom: 15px;
		}
		.HomeSearchBox {
			color: #ffffff;
			background-color: #315b83;
			border-color: #999999;
			border-style: solid;
			border-width: 1px;
		}
		.HomeSearchLinks {
			margin-top: 10px;
			margin-left: 7px;
		}
		.HomeText {
			margin-left: 14px;
			margin-right: 10px;
			margin-top: 3px;
			margin-bottom: 3px;
		}
		
	/* Campus alert area. */
		.AlertBackground {
		}
		.AlertArea {
			margin-left: 15px;
			margin-right: 15px;
			margin-top: 10px;
			margin-bottom: 15px;
		}
		.AlertHeading {
			color: #ffdd55;
			font-weight: bold;
		}
		.AlertLink {
			color: #ffffff;
		}

	/* Main image and caption. */
		.HomeImage {
			border-color: #dddddd;
			margin-left: 7px;
			margin-right: 7px;
			margin-top: 7px;
			margin-bottom: 0px;
			}
		.HomeCaption {
			text-align:right;
			margin-left: 8px;
			margin-right: 8px;
			margin-top: 0px;
			text-transform: uppercase;
			}
		.HomeCaptionLink {
			text-decoration: none;
			}
		.HomeCaptionLink:HOVER {
			color: #bbcc99;
			text-decoration: none;
			}
			
	/* News and events area. */
		.HomeNewsHeading {
			margin-left: 12px;
			margin-top: 5px;
			}
		.HomeNewsArea {
			margin-left: 10px;
			margin-top: 7px;
			}
		.HomeMoreLink {
			margin-left: 15px;
			margin-right: 10px;
			margin-top: 0px;
			margin-bottom: 5px;
		}

	/* News listing styles. */
		.Documents_List {
			}
		.Documents_ListItem {
			color: #bbcc99;
			margin-left: 15px;
			margin-right: 10px;
			margin-bottom: 5px;
			text-indent: -10px;
			}
		.Documents_Title {
			}
		.Documents_Teaser {
			}
		.Documents_Link {
			text-decoration: none;
			}
		.Documents_Link:HOVER {
			color: #bbcc99;
			text-decoration: underline;
			}

	/* Event listing styles. */
		.CalendarText {
			margin-left: 15px;
			margin-right: 10px;
			margin-bottom: 5px;
			text-indent: -10px;
		}
		.CalendarLink {
			text-decoration: none;
		}
		.CalendarLink:HOVER {
			color: #bbcc99;
			text-decoration: underline;
		}
		.CalendarBullet {
			color: #bbcc99;
			font-weight: normal;
		}
		.CalendarDate {
		}
		.CalendarTime {
			display: none;
		}

