@charset "UTF-8";
.regularcondensed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #600;
}
#pictureboxpaddedright {
	padding-right: 5px;
}
.rightfloatpicwithcaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C90;
	background-color: #CCC;
	float: right;
	text-align: center;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #C90;
	background-color: #FFF;
	float: right;
	padding: 10px;
	margin: 10px;
	border-top: thin solid #000;
	border-right: thin none #000;
	border-bottom: thin solid #000;
	border-left: thin none #000;
}
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
.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;
	clear: both;
}
.internalheader {
	font-variant: normal;
	color: #660000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.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;
}
.intrinsiccontainer {
 position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  }
#menubar {
	height: auto;
	width: 760px;
	padding: 0px;
	margin: 0px;
}
.maintext {
	width: 500px;
	font-size: 15px;
	padding-right: 5px;
}
.indexpagetext {
	width: 500px;
	margin-left: 210px;
	margin-bottom: 0px;
}
footercontent {
	margin: 10px;
	float: left;
	width: 760px;
}
.captiontext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: FDR Suite Video tour
: Real video / Quicktime More multimedia;
	margin-top: 5px;
	color: #003366;
	font-weight: normal;
	text-align: center;
}
.textheader {
	font-size: 24px;
	font-variant: small-caps;
	color: #660000;
	font-style: normal;
	text-align: center;
}
.highlighttext {
	font-weight: bold;
	font-variant: small-caps;
	color: #006666;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	text-align: center;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #CC9900; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	text-decoration: underline;
}
a:visited {
	color: #986C00;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #996633;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	text-align: center;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #600;
	text-align: center;
}
.leftfloatpicwithcaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #960;
	background-color: #CCC;
	float: left;
	margin-right: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menubar {
	height: auto;
	width: 760px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}
center text {
	text-align: center;
}
regularcontent {
	text-align: left;
}
.regularcontent {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #600;
}
.clear {
	clear: both;
}
.SMALLCAPSHEADER {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	color: #600;
	text-align: center;
	background-color: #FFF;
}
.smallcapstitles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	color: #630;
	text-align: left;
}
.bullitedlist {
	list-style-type: disc;
}
.sectionheader {
	font-variant: small-caps;
	color: #FFF;
	background-color: #600;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
.smallcapsheaderwithborder {
	background-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	color: #600;
	text-align: center;
}
.whitesmallcaps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	color: #FFF;
	text-align: center;
}
.whiteregular {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}
centeredcontentwithcaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: rgba(153,102,0,1);
	background-color: rgba(204,204,204,1);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.centeredcontentwithcaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: rgba(157,102,0,1);
	background-color: rgba(204,204,204,1);
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.publicationtitlescentered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 155%;
	text-align: center;
}
.divboxbelow {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,1);
	text-align: center;
}
.frontpagetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgba(0,0,0,1);
}
