@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	bgcolor:#990000;
	 background: url(../Templates/mm_bg_red.gif;
	
	margin: 20; /* 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;
}
 #container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	
	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 { 
	background: #DDDDDD; 
	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. */
} 
 #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 */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the " #sidebar1 p" rule.
*/
 #sidebar1 {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
 #sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

 #mainContent { 
	margin: 0 20px 0 13em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}.cell_A {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 175px;

text-align:center;
}.cell_A h3 {
	text-align: center;
		color: #7e7f7f;
}.cell_R {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 150px;

text-align:center;
}.cell_R h3 {
	text-align: center;
		color: #7e7f7f;
}.cell_A h4,.cell_B h4,.cell_C h4,.cell_D h4,.cell_E h4,.cell_F h4,.cell_Q h4,.cell_R h4   {

margin: 0 -4px 0 !important;
padding:0 0 0 0;
font-size:1.3em;
color:#7e7f7f;
text-align:center;
font-weight:bold;
font-style:italic;

}.cell_25 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 25px;

text-align:center;

}.cell_8 {
margin:0;
padding:3px;
float:left;
width: 8px;

text-align:center;

}.cell_35 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 35px;

text-align:center;

}.cell_45 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 45px;

text-align:center;

}.cell_60 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 60px;

text-align:center;
}.cell_75 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 75px;

text-align:center;
}.cell_100 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 100px;

text-align:center;
}.cell_125 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 125px;

text-align:center;
}.cell_155 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 155px;
text-align:center;
}.cell_175 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 175px;

text-align:center;
}.cell_210 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 210px;

text-align:center;
}.cell_225 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 225px;

text-align:center;
}.cell_250 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 250px;

text-align:center;
}.cell_275 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 275px;

text-align:center;
}.cell_325 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 325px;
text-align:center;
background-color:#999999;
}
.cell_335 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 335px;

text-align:center;
}.cell_367 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 367px;
text-align:center;
}.cell_SS {
margin:0;
padding:3px;
float:left;
width: 367px;
text-align:center;
}.cell_450 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 450px;
text-align:center;
}.cell_SS p{
text-align:center;
}.cell_155 h3,.cell_175 h3, .cell_367 h3,.cell_210 h3,.cell_450 h3,.cell_225 h3,.cell_335 h3 {
	text-align: center;
		color: #7e7f7f;
}.cell_155 h4,.cell_175 h4,.cell_367 h4,.cell_210 h4,.cell_450 h4,.cell_225 h4,.cell_335 h4{

margin:10px 0 -4px 0 !important;
padding:18px 0px 0px 0px;
font-size:1.3em;

text-align:center;
font-weight:bold;
font-style:italic;


}

.cell_325 h3 {
	text-align: center;
	color:#000000;
}
.cell_325 h4{

margin:10px 0 -4px 0 !important;
padding:18px 0px 0px 0px;
font-size:1.3em;
color:#000000;
text-align:center;
font-weight:bold;
font-style:italic;


}
.cell_155 p.desc2,.cell_175 p.desc2,.cell_325 p.desc2,.cell_367 p.desc2,.cell_210 p.desc2,.cell_225 p.desc2,.cell_335 p.desc2, {
font-size:2px;
color:#7e7f7f;
text-align:center;
font-weight:bold;
font-style:italic;


}

.cell_325 p {
font-size:12px;
color:#000000;
text-align:left;
font-weight:bold;
font-style:italic;


}

 #footer { 
	padding:  5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #bb6882;
	text-align:center;
	
} 
 #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 */	
	color: #5d6a59;
	font-size:small;
}

/* 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;
}