/*  html tags */

A:link { color: blue; }

A:visited { color: maroon; }

A:active { color: red; }

BODY {
	background-color: white;
	background-image: url(images/FBI-bkgnd.gif);
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	max-width: 1024px;
	width: 95%;
}

H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

H3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
}

LI {
	border: 0;
	line-height: 1em;
	margin-bottom: .3em;
	margin-top: .3em;
	padding: 0;
}


/*  Classes */

.Center { margin-left: 160px; text-align: center; }

.Circle {
	list-style-position: inside; /* may choose to have the image be placed within the list item block */
	list-style-type: circle;
	margin-left: 0em; /* padding or the margin needs to be set to zero, with the other one set to 1em */
	padding-left: 1em;
	text-indent: -1em; /*1st line moved to left for hanging indent  */
}

.ClearAll { clear: both; }

.Dash {
	list-style-position: inside; /* may choose to have the image be placed within the list item block */
	list-style-type: none;
	margin-left: 3em; /* padding or the margin needs to be set to zero, with the other one set to 1em */
	padding-left: 1em;
	text-indent: -1em; /*1st line moved to left for hanging indent  */
}

.Disc {
	border: 0;
	font-size: .8em;
	line-height: 1em;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

.Footer { margin-left: 160px; text-align: center; }

.FooterLinks {
	color: navy;
	font: .6em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 160px;
	text-align: center;
}

.FooterWords {
	color: #840000;
	font: normal bold .65em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 160px;
	text-align: center;
}

.Header { text-align: center; vertical-align: text-bottom; }

.HeaderFour {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.HeaderThree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
}

.HeaderTwo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}

.Left { clear: both; margin-left: 160px; text-align: left; }

.LeftFloat { float: left; margin: 5px 8px 5px; }

.Menu {
	background-image: url(images/beige102.gif);
	border: 10px ridge #8b4513;
	color: #e81808;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	margin-left: 180px;
	padding: 8px;
	width: 60%;
}

.ParaHeader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
}

.RestCategories {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}

.RightFloat { float: right; margin: 5px; margin-left: 5px; }

.Square {
	list-style-position: inside; /* may choose to have the image be placed within the list item block */
	list-style-type: square;
	margin-left: 0em; /* padding or the margin needs to be set to zero, with the other one set to 1em */
	padding-left: 1em;
	text-indent: -1em; /*1st line moved to left for hanging indent  */
}

.Suffix { font-size: small; font-variant: small-caps; }

.box
	{
	line-height:14px;
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
    color: #000000;
    border: 1px solid #000000;
    border-collapse: collapse;
    background-color: #F1E6B0;
    text-indent: 4px;
	}

/*  IDs (used only once per page) */

#c01 {
	float: left;
	font-family: Arial;
	font-size:15px;
	/* width: 1000px; */
	bottom: 0;
}

#c01 a						{ color: #839837; }

#c01 p 						{ font-weight: normal; }

#c01 strong					{ color: #0b95c1; }

#contact					{
	padding: 10px;
	margin: 5px 40px 20px 10px;
	float: right;
	border: 1px solid #a0a0a0;
}

#contact .button			{ padding: 2px 5px; margin: 0; float: right; }

#contact .button			{ overflow: visible; /*ie to remove useless padding*/ }

#contact .code				{ }

#contact form				{ }

#contact input,
#contact textarea			{
	text-decoration: none;
	margin: 0;
	padding: 2px 0; /*internal*/
	color: #000000;
}

/* general */
#contact table				{ margin: 0; }

#contact td					{ margin: 0; padding: 2px 0; text-align: left; }

/* column widths */
#contact td.star			{ padding: 2px 6px; text-align: center; color: #f26100; }

#contact textarea			{ overflow: auto; }
