@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1F3A22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #C7C575;
}
.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #sidebar1 #FlashID {
	margin-bottom: 20px;
}
.twoColFixLtHdr #header {
	background-image: url(images/FMC_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 170px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
.twoColFixLtHdr #navBar {
	margin-bottom: 20px;
	margin-left: 80px;
	margin-right: 80px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}
.twoColFixLtHdr #sidebar1 p, .twoColFixLtHdr #sidebar1 h3 {
	padding-left: 20px;
}
.twoColFixLtHdr a:link, .twoColFixLtHdr a:visited {
	color: #851341;
}
.twoColFixLtHdr a:hover {
	color: #FFF;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #C6C578;
} 
.twoColFixLtHdr #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;
	color: #C6C578;
}
.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;
}
.twoColFixLtHdr #top {
	height: 15px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #6B7243;
}
.twoColFixLtHdr #bottom {
	height: 20px;
	width: 100%;
	background-color: #6A7244;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	bottom: 0px;
	position: fixed;
	left: 0px;
}
.twoColFixLtHdr #bottom p {
	color: #C6C578;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.twoColFixLtHdr #bottom a:link {
	color: #C6C578;
	text-decoration: none;
}
.twoColFixLtHdr #bottom a:visited {
	color: #C6C578;
	text-decoration: none;
}
.twoColFixLtHdr #bottom a:hover {
	color: #FFF;
	text-decoration: underline;
}
.twoColFixLtHdr #specials {
	float: left;
	color: #DDD;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #flashHome {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 432px;
}
.twoColFixLtHdr #specialsList {
	background-image: url(images/blackboard_center.jpg);
	background-repeat: no-repeat;
	height: 183px;
	width: 343px;
	font-size: 13px;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 350px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #mapContent {
	border: 2px solid #6B7243;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 350px;
}
.twoColFixLtHdr #mainContent h1 {
	padding-bottom: 20px;
}
.twoColFixLtHdr #feedbackForm table {
	text-align: left;
	line-height: 30px;
	font-weight: bolder;
	font-size: 12px;
}
.twoColFixLtHdr #feedbackForm table input{
	line-height: 20px;
	border: thin solid #FFF;
	text-decoration: none;
	height: 20px;
	background-color: #F0EDAD;
}
.twoColFixLtHdr #feedbackForm #comments{
	border: thin solid #FFF;
	width: 600px;
	line-height: 20px;
	background-color: #F1EDAB;
}
.twoColFixLtHdr table input#submit,
.twoColFixLtHdr table input#reset{
	color: #F0EDAD;
	background-color: #6A7244;
	border: 1px solid #1F3A22;
	margin: 20px;
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.twoColFixLtHdr table input#submit:hover,
.twoColFixLtHdr table input#reset:hover{
	color: #FFFFFF;
	border: 1px solid #F0EDAD;
}
/*Join our mailing list box*/
form.sidebar_search {
	display:block;
	width:232px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 13px;
	padding-left: 18px;
}

input.search_input {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:#F1EDAB none repeat scroll 0 0;
border:1px solid #FFF;
font-family:"Arial",sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:18px;
line-height:100%;
margin:0 5px 0 0;
padding:1px 0 0 5px;
vertical-align:middle;
width:180px;
}

input.submit_search {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:#6A7244 none repeat scroll 0 0;
border:1px solid #6A7244;
color:#FFFFFF;
cursor:pointer;
font-family:"Trebuchet MS",Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:21px;
line-height:100%;
margin:0 0 0 0;
padding:0;
text-transform:uppercase;
width:32px;
}

