#HomeText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #c0bab3;
	padding-right: 10px;
	padding-left: 10px;
}
#HomeText a:link{
	font-family: "Times New Roman", Times, serif;
	color: #c0bab3;
	font-weight: bold;
	text-decoration: none;
}
#HomeText a:visited{
	font-family: "Times New Roman", Times, serif;
	color: #c0bab3;
	text-decoration: none;
}
#HomeText a:hover{
	font-family: "Times New Roman", Times, serif;
	color: #c0bab3;
	text-decoration: underline;
}

#HomeTextLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #c0bab3;
	
}
#HomeTextBOLD{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #e9e4de;
	padding-right: 10px;
	padding-left: 10px;
}

#BrownTimeText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #776f67;
}

#BrownTimeText a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #776f67;
	text-decoration: none;
	font-weight: normal;
}
#BrownTimeText a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #776f67;
	text-decoration: none;
}
#BrownTimeText a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #776f67;
	text-decoration: underline;
}

#BrownTimeTextLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #776f67;
}


#SectionText {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #e9e4de;
	padding-right: 10px;
	padding-left: 10px;
}

#S2Text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #e9e4de;
	padding-right: 10px;
	padding-left: 10px;
}

#S2TextNP {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #e9e4de;
}

#timelineText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #c0bab3;
	padding-right: 10px;
	padding-left: 10px;
}



#Navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #463d34;
	text-align: center;
}
#Navigation a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #463d34;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}
#Navigation a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #463d34;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}
#Navigation a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #463d34;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
}


#Timeline{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990000;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
}

#Timelinesmall{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
}
#Timelinesmall a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
}
#Timelinesmall a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	text-align: right;
	font-weight: normal;
	text-decoration: none;
}
#Timelinesmall a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	text-align: right;
	font-weight: normal;
	text-decoration: underline;
}


/* CSS Tabs */
#navcontainer {
	padding: 0;
	height: 18px;
	margin-right: 0;
	margin-bottom: 0;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a {
	width: 78px;
	height: 18px;
	padding: 0;
	color: #e9e4de;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e9e4de;
	border-bottom-color: #e9e4de;
	border-left-color: #e9e4de;
	background-color: #463d34;
	border-right-color: #e9e4de;
	border-right-width: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

#navcontainer ul li a:hover {
	background-color: #e9e4de;
	color: #463d34;
}

#navcontainer a:active {
	color: #463d34;
	background-color: #e9e4de;
}

#navcontainer li#active a {
	color: #463d34;
	background-color: #e9e4de;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #c60;
	border-right-color: ##e9e4de;
	border-bottom-color: #c60;
	border-left-color: #c60;
	border-right-width: 1px;
}
