body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #105D75;
	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-image:url(images/bg.png);
	font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
	color:#352922;
}
.twoColFixLtHdr #container { 
	width: 961px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: #fcfcf6;
	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. */
	margin-top: 10px;
} 	
#tabs {
width: 961px;
padding-bottom: 0px;
margin-bottom: 0px;
background-image:url(images/bg.png);
}	

.twoColFixLtHdr #header { 
	background: #fcfcf6; 
	height: 120px;
	padding: 0 0px 0 0px;  /* 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. */
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 269px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 15px 6px;
}
.twoColFixLtHdr #mainContent { 
	background: #fcfcf6;
	margin: 0 0 0 268px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 





.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#62493B;
	
	
 border-top: 1px dashed #d1cece;

} 
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.twoColFixLtHdr #footer .footerlinks{
color: #F7ECAF;
}

.twoColFixLtHdr #footer .footerlinks a{
color: #FFFFFF;}
.twoColFixLtHdr #footer .footerlinks a:visIted{
color: #FFFFFF;}

.twoColFixLtHdr #footer .footerlinks a:hover{
color: #F7ECAF;}





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


#logo {
float: left;
    width: 449px;
    height: 69px;
    background: url(images/mp.png) no-repeat center center;
    margin-right: 10px;
	margin-bottom: 6px;
    display: block; 
	}
#logo b
{
    display: none;
}


#logo2 {
float: left;
    width: 210px;
    height: 24px;
    background: url(images/mp_sm.png) no-repeat center center;
    margin-right: 10px;
	margin-bottom: 6px;
    display: block; 
	}
#logo2 b
{
    display: none;
}
/* FOR RIGHT COL SECTIONS */
.righttop {
 background: url(images/right_top.jpg) no-repeat center center;
 width: 664px;
 height: 22px;
 padding-bottom: 0px;
 margin-bottom: 0px;
}
.rightbottom {
 background: url(images/right_bottom.jpg) no-repeat center center;
 width: 664px;
 height: 22px;
 padding-top: 0px;
padding-bottom: 4px;
}
.rightcont {
 background: url(images/right.jpg) repeat-y;
 width: 664px;
 paddint-top: 0px;
 padding-bottom: 0px;
}
.content {
padding-left: 20px;
padding-right: 15px;
}
/* END RIGHT COL SECTIONS */


/* FOR LEFT COL SECTIONS */
.lefttop {
 background: url(images/lefttop.jpg) no-repeat top;
 width: 269x;
 height: 27px;
 padding-bottom: 0px;
 margin-bottom: 0px;
}
.leftbottom {
 background: url(images/leftbottom.jpg) no-repeat bottom;
 width: 269px;
 height: 29px;
 padding-top: 0px;
 margin-bottom: 0px;
}
.leftcont {
 background: url(images/leftbg.jpg) repeat-y;
 width: 269px;
 paddint-top: 0px;
 padding-bottom: 0px;
}
.content2 {
padding-left: 12px;
padding-right: 12px;
}

/* END LEFT COL SECTIONS */

/* FOR TEXT */
	p {
	font-size:13px;
	font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
	color:#352922;
	}
	
	li {
	font-size:13px;
	}
	h1 {
	font-size:16px;
	font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
	color:#007A95;
	}
	
	h2 {
	font-size:14px;
	font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif;
	color:#352922;
	font-weight:100;
	}
.style11 {	font-size: 18px;
	color: #007B96;
	font-weight: bold;
}
.style4 {	color: #FFFFFF;
	font-weight: bold;
}
.style8 {font-size: 11px; color: #62493B; }
.style9 {	font-size: 15px
}
/* END FOR TEXT */	

/* For Links */
	a:link{
	color: #115E76;
	text-decoration:underline;
	}
	a:visited{
	color: #115E76;
	text-decoration:underline;
	}
	a:hover{
	color:#62493b;
	text-decoration:none;
	}
/* End For Links */


hr {
color: #FFFFFF;
border-bottom: 1px dashed #0089a4;
}









/**sidemenu**/


.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 230px;
border: 1px solid #62493b;
border-bottom-width: 0;
}

.glossymenu li a{
background: #115F77 url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 25px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

.topic {
background-color:#62493b;
font: bold 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFFFFF;
display: block;
width: auto;
padding: 3px 0;
padding-left: 15px;
text-decoration: none;
}
.subtopic{
padding-left: 20px;
background: white url(images/glossyback.gif) repeat-x bottom left;

}
.topic2 {
background-color:#0089A4;
font: bold 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 15px;
text-decoration: none;
}

.lefttext {
padding-left: 18px;
padding-right: 16px;
}

