@charset "utf-8";
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif; /* Resets 1em to 10px */
	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: #000000;
	background-color: #FFFFFF;
	background-image: url(lmc_bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container li, #container table{
	font-size: 1.3em;
}

#container a{
	color: #E10000;
}

#header {
	margin: 0;
	padding: 0;
	background-image: url(lmc_logo.jpg);
	background-repeat: no-repeat;
	height: 138px;
	width: 770px;
}
#header h1 {
	margin: 0;
	padding: 0;
	height: 138px;
	width: 770px;
	display:none;
}

#main_menu {
	background-image: url(menu_bg.gif);
	background-repeat: no-repeat;
}
#mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:auto;
}
#mainContent h1{
	font-size: 3.0em;
	padding:0;
	margin:0;
}
#mainContent h2{
	font-size: 2.4em;
}
#mainContent h3{
	font-size: 2.0em;
}
#mainContent p{
	font-size: 1.3em;
}
#leftContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:auto;
	width: 490px;
	float: left;
}
#leftContent h1{
	font-size: 3.0em;
	padding:0;
	margin:0;
}
#leftContent h2{
	font-size: 2.4em;
}
#leftContent h3{
	font-size: 2.0em;
}
#leftContent p{
	font-size: 1.3em;
}
#sideContent{
	margin-top: 15px;
	display:block;
	float:left;
	width: 250px;
	height:auto;
	background-image: url(side_content.gif);
	background-repeat: no-repeat;
	border-bottom: #000000 solid 1px;
	padding-top: 0;
}
#sideContent h3{
	font-size: 1.3em;
	padding:0;
	margin:0;
}
#sideContent p{
	font-size: 1.1em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:7px;

}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(footer.gif);
	background-repeat: no-repeat;
}
#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	font-size: 10px;
	text-align: center;	
}
.floatleft{
float:left;
margin-top: 10px;
margin-right: 10px;
border:solid #000000 1px;
}
.floatright{
float:right;
margin-top: 10px;
margin-left: 10px;
border:solid #000000 1px;
}

blockquote{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.4em;
}
blockquote .cite{
color:#999999;
}

.red{
	color: #E10000;
}

.border{
border:#000000 solid 1px;
}

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*---- Header styling ---*/
