@charset "utf-8";
/* --------------------- */
/* link				#FFFFFF		white
/* hover			#FFAB00		orange
/* site bkg			#979791		taupe
/* body bkg			#8B897C		taupe darker
/* table border		#FFCC66		orange light
/* menu hover		#FFE5B0		orange lighter
/* table bkg		#A09F94		taupe lighter
/* -------------------- */

a {color: #FFFFFF; text-decoration: underline;}
a:hover {color: #FFCC66; text-decoration: none;}

a.copy {color: #D4D4D4; text-decoration: none;}
a.copy:hover {color: #FFAB00; text-decoration: none;}

body {
	background:#979791;
	/* background-color: #979791; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	margin:0;
	padding:0;
	text-align: center;
}
p { text-align: left; margin-left: 15px; margin-right: 20px;}
h1 {
	font-size: 115%;
	color: #FFAB00;
	font-weight: bold;
	/* letter-spacing: 1pt; */
	text-align: left;
	margin-left: 15px;
}
h2 {
	font-size: 90%;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFAB00;
	text-align: left;
	margin-left: 15px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	letter-spacing: 1pt;
	text-align: left;
	text-decoration: underline;
	margin-left: 30px;
	clear: right;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;
	letter-spacing: 1pt;
	text-align: left;
	clear: right;
}
h5 {
	font-size: 90%;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFAB00;
	text-align:center;
}
h6 {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFAB00;
	text-align:center;
}
hr {
	height: 1px;
	margin-left: 15px;
	margin-right:15px;
	border: 0;
	color: #FFAB00; /* orange */
}
/* td {text-align: left;}*/

.bold {font-weight:bold;}
.bold110 {font-weight:bold; font-size:110%;}
.bold110orange {color:#FFAB00; font-weight:bold; font-size:110%;}
.bold115 {font-weight:bold; font-size:115%;}
.bold115orange {color:#FFAB00; font-weight:bold; font-size:115%;}
.bold-center { font-weight:bold; text-align:center}
.bold-orange {color:#FFAB00; font-weight:bold;}
.bold-orange-center {color:#FFAB00; font-weight:bold; text-align:center}
.bold-yellow { color: #FF0; font-weight:bold;}
.center {text-align:center;}
.copyright { text-align:center; font-size: 75%; color: #D4D4D4;}
.form { margin-left:30px; margin-right:30px;}
.formheading-c { font-size: 130%; font-weight:bold; font-family: Arial, Helvetica, sans-serif; color: #FFAB00; text-align:center;}
.formheading-l { font-size: 130%; font-weight:bold; font-family: Arial, Helvetica, sans-serif; color: #FFAB00; text-align:left;}
.h1-style { font-size: 100%; color: #FFAB00; font-weight: bold; letter-spacing: 1pt;}
.img-border {border: 1px solid #000000;}
.fb-table { border:1 solid #000000; background-color:#8B897C;}

#topspace {
	height:8px;
}
#container {
	width: 770px;
	background: #8B897C;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	border:  1px solid #000000;
	/*margin-left:10px;*/
	/*background-image:url(../_graphics/banner-3064a.jpg);*/
	/*border: 1px solid #000000;*/
	/* padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 225px;
	/*width: 750px;*/
} 
#menuspace {
	margin-left: 10px;
	background: #8B897C;
	height: 35px;
	padding: 3;
	/* padding: 5px 0px 5px 0px; */
}
#maincontent {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	/* margin: 0 20px 0 10px; */
	padding: 10px 0;
} 
#footer {
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* background:#979791; */
	border-left:  1px solid #000000;
	border-bottom:  1px solid #000000;
	border-right: 1px solid #000000;
	} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	color:#FFAB00;
	}

.fb600 #container {
	background:#808080;
	width: 600px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
.fb600 #header {
	text-align:center;
	background: #8B897C;
	height:100px;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border: 1px solid #000;
	}
.fb600 #header h1 {
	text-align:center
	/* margin-left: 15px; */
	padding: 10px 0 0 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}

.fb600 #maincontent {
	background: #8B897C;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	}

.fb600 #footer { 
	background: #8B897C;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	}
.fb600 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	}

/* Miscellaneous classes for reuse */
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}