/* CSS Document */

body {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#flagRegion {
	margin-left: 50px;
	margin-top: 25px;
}
#content {
	border-top: 1px solid #ece7e4;
}
#contentRegion {
	margin-left: 50px;
	margin-top: 10px;
}
#footerRegion {
	margin-left: 50px;
	margin-top: 10px;
}

.flagRule {
  	position: relative;
	top: 58px;
	border-bottom: 2px solid #c2ad66;
	height: 1px;
}
.footerRule {
	border-bottom: 2px solid #c2ad66;
	height: 1px;
}

.logo {
/*	background-image:url(/images/logo.gif); 
	background-repeat: no-repeat;
	width: 50px;
	height: 110px;
	position:absolute;
	z-index: 1;
	top: 35px;
	left: 38px; */
}
.typography {
	/*position: relative;
 	z-index: 1;*/
	background-image:url(/images/typography.jpg); 
	width: 541px; 
	height: 55px;
}
.overheadLinks {
	margin-top: 8px;
	margin-bottom: 8px;
	height: 22px;
	width: 719px;
}
.contentMaxWidth {
	width: 719px;
	background-color: #FFFFFF;
}
.pageContent {
	text-align: left;
	padding: 15px;
}

a {
	color: #855322;
	text-decoration:underline;
}
a:hover {
	color: #c2ad66;
}
.overheadLinks a {
	color: #666666;
	font-weight:bold;
	text-decoration:none;
	font-size:large;
}
.pageTitle {
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	color: #855322;
	font-size: x-large;
	text-decoration:underline;
}
.contentHeadline {
	color: #65593e;
	font-weight: bold;
}
#footerRegion .contentHeadline {
	color: #855322;
	font-weight: normal;
}
.contentNotation {
	font-weight: bold;
}
/*tan 	c2ad66
red 	855322
brown	65593e
blue	677686*/