@charset "UTF-8";
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: #000000;
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	background-color: #211F1F;
	background-image: url(../images/lmcpaper.jpg);
}
.lmc  #container {
	width: 960px;  /* using 40px less than a full 1000px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-top: 0px solid #666666;
	border-right: 0px solid #333333;
	border-bottom: 0px solid #333;
	border-left: 0px solid #666666;
	margin-bottom: 20px;
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
	font-size: 1em;
} 
.lmc  #header {
	padding-top: 0px;
	padding-bottom: 0;
	background-color: #FFFFFF;
} 
.lmc  #header  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.lmc #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 340px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C20000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.lmc_sidebar1-h3 {
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Trebuchet, Helvetica, sans-serif;
}
.lmc #container #sidebar1 #p7ABW1 #p7ABw1_4 #p7ABc1_4 ul {
}
.lmc #container #sidebar1 #p7ABW1 #p7ABw1_4 #p7ABc1_4 li {
	line-height: 110%;
	text-indent: 0px;
}
.lmc #container #sidebar1 #p7ABW1 #p7ABw1_4 #p7ABc1_4 ul {
	text-align: left;
}
.lmc #mainContent {
	margin-top: 0;
	margin-right: 370px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CC0000;
	font-size: 90%;
	line-height: 120%;
} 
#mainContent ul {
}
#mainContent li {
	padding-top: 5px;
}
#form_container {
	background-color: #FFFFFF;
	line-height: 150%;
	width: 920px;
	margin-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
}
.lmc #container #form_container #contact {
	padding-left: 20px;
	padding-right: 20px;
}
#contact-form #form1 {
	padding-left: 15px;
	padding-right: 15px;
}
#contactText {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}
#issue {
	padding: 0px;
	margin: 10px;
}
#thanks {
	font-size: 1em;
	color: #000000;
	text-align: center;
	padding: 50px;
}
#affiliate {
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #000;
	border-left-color: #000;
	border-top: thin solid #000;
	border-bottom: thin solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 1em;
}
.affilliate_table-250 {
	margin-left: 45px;
}
.affilliate_table-300 {
	margin-left: 20px;
}
.lmc #footer {
	background:#333333;
	padding-top: 10px;
	padding-bottom: 0;
	width: 960px;
	font-size: 85%;
	color: #999999;
	text-align: center;
	height: 45px;
} 
.lmc #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 */
	font-size: 80%;
	color: #666666;
}
.red {
	color: #CC0000;
}
h2-red {
	color: #660000;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.bold {
	font-weight: bold;
	padding-bottom: 0px;
}
.strikethru {
	text-decoration: line-through;
}
.small_text {
	font-size: 90%;
	color: #000000;
	background: #FFFFFF;
}
.smaller_text {
	font-size: 80%;
	color: #000000;
	background: #FFFFFF;
}
.linethru {
	text-decoration: line-through;
}
.list1 {
	text-indent: 15px;
	list-style: url(../images/listdot.gif);
}
.numbered-list {
	list-style: decimal outside;
}
.red-bold {
	color: #CC0000;
	font-weight: bold;
}
.centered {
	text-align: center;
}
.underlined {
	text-decoration: underline;
	font-weight: bold;
}
.small_title {
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 90%;
}
.text_indented {
	padding-left: 20px;
	font-weight: bold;
}
.text_centered {
	text-align: center;
	padding-left: 200px;
}
.text_right {
	padding-left: 200px;
	text-align: right;
}
.table {
	margin-top: 20px;
	margin-bottom: 20px;
}
.note {
	font-style: italic;
	font-size: 90%;
}
list-numerical {
	list-style-type: decimal;
}
#sidebar1 img {
	margin-right: 50px;
	margin-left: 55px;
}
.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;
}
.imageRt {
	float: right;
	margin-right: 90px;
	clear: both;
}
.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;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
#p7ABc1_2 li {
	padding-top: 5px;
}
.advert    {
	line-height: 1.5em;
	margin-left: 17px;
}

