/***********************************************/
/* base.css                              */
/* Use with template ML2004.html           */
/***********************************************/

/* TO BE DELETED                               */

.highlight{
	background-color:#FFFF66;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 1.166;	
	margin:0px;
	padding-left: 4px;
	border-style: none;
}

a:link{
	color: #407968;
}

a:visited{
	color: #407968;
}

a:hover{
	color: #3c46bb;
	text-decoration: underline;
}

h1{
 font-size: 19px;
 font-weight: normal;
 color: #000000;
 text-align: center;
 margin: 0px 0px .5em;
}

h2{
 font-size: 14px;
 font-weight: bold;
 color: #000000;
 text-align: center;
 margin: 10px 0px;
}

h3{
 font-size: 12px;
 font-weight: bold;
 text-transform: uppercase;
 color: #990033;
 text-align: center;
 margin-bottom: .5em;
}

h4{
 font-size: 22px;
 color: #407968;
 text-align: center;
 font-weight: normal;
 margin: 0px;
}

h5{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: normal;
 color: #000000;
 text-align: center;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #407968;
 text-align: left;
 margin: 1.5em 0px 0px;
 padding: 0px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin: 9px 0px 6px 0px;
	line-height: 18px;
}

ul{
	list-style-image: url(../images/greenbullet.gif);
	line-height: 1.5em;
	margin: 7px 0px 0px 25px;
}
hr {
	border: 2px inset #407968;
	margin-bottom: 0px;
}
.moneyletter {
	font-style: italic;
	font-variant: small-caps;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	width: 100%;
	margin:0px;
	border-style: none;
}

#navBar{
  float: left;
	width: 205px;
	margin: 0px 5px;
	padding: 1em 0em 0em 0em;
}
	
#contentheader {
	background:#fff;
	border-style: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	
#contentleft{
	float:left;
	width: 148px;
	margin: 0px;
	padding: 1em 0em 0em 0em;
}


#contentcenter{
	float: left;
	width: 583px;
	margin-top: -3px;
	border-style: none;
	margin-right: 3px;
	padding: 1em .5em 1em 1.5em;
	background: url(/images/bgmainctr.jpg) repeat-y;
/*	background-color: #dde7e4;*/
}
#contentcenteronecolumn {
	float:left;
	width: 520px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
	padding-top: 1em;
	border-style: none;
	background: url(/images/bgonecolctr.jpg) repeat-y;
	z-index=0;
}

#contentcenteronecolumnPopUps {
	width: 520px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 1em 2px 2px;
	border-style: none;
	background: url(/images/bgonecolctr.jpg) repeat-y;
	z-index=0;
}
#contentright {
	width:198px;
	padding:15px 0px 0px 4px;
	float:left;
	border:none;
	background:#fff;
	}
#contentright h3 {
	color: #000099;
}	
#contentfooter {
	background:#FFF;
	border-top: 4px solid #407968;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 100%;
	}
		
#frame{
	width: 982px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	border-style:none;
	text-align:left;
}

#siteInfo{
	padding: 10px 10px 10px 10px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

/************* #logo styles **************/
#logo{
	height: 112px;
	padding: 0px;
	margin:0px 0px 0px 14px;
	border-style: none;	
	z-index:3;
}
#logo6 {
	background-image: url(../images/MLlogo_06.jpg);
	width: 190px;
	height: 112px;
	padding: 0px;
	margin: 0px;
	border: 0px;}

#logo a {
	color: #FF0000;
}

/************* #globalNav styles **************/
#globalNav{
	position:relative;
	margin:0px 0px 0px 16px;
	height:38px;
	border-style: none;
	padding: 0px;
	z-index:3;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
}

#navlist {
	float: left;
}
ul#navlist
{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 3px;
	white-space: nowrap;
}
#navlist li {
	font-size: 14px;
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 18px 0px 18px;
}

#navlist a {
	font-weight: bold;
	color: #077863;
}

#navlist a:hover {
	color: #990033;
	text-decoration: none;
}

body.section1 #navlist a.one,
body.section2 #navlist a.two,
body.section3 #navlist a.three,
body.section4 #navlist a.four,
body.section5 #navlist a.five,
body.section6 #navlist a.six,
body.section7 #navlist a.seven,
body.section8 #navlist a.eight
{color: #023512; text-decoration: none;}

#memberlogin {
	text-align: center;
	margin: 0px 0px 10px;
	padding: 0px;
}
/************* #rightHeader styles **************/
#rightHeader{
	position:absolute;
	left:546px;
	top:8px;
	width:205px;
	height:10px;
}

#rightHeader h3{
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#rightHeader p, form{
	font-size:10px;
	margin: 0px;
	text-align:center;
}

#rightHeader b{
	font-size:11px;
}

/************* #freeIssue styles **************/
#freeIssue h3 {
	font-size: 15px;
	color: #990033;
	padding: 15px 0px 0px 6px;
}
#freeIssuePopUp {
	width: 198px;
	margin: 0px 0px 0px 150px;
}

/************* #currentIssueBlurb styles **************/
#currentIssueBlurb {
	margin: 0px;
	padding: 8px;
	border: 1px solid #dde7e4;
}

#currentIssueBlurb h2{
	font-weight: bold;
	text-transform: uppercase;
	color: #407968;
	text-align: center;
	margin-bottom: 0px;
}

#currentIssueBlurb h3 {
	margin-top: 3px;
}

#currentIssueBlurb h4 {
	margin-bottom: 6px;
}

#currentIssueBlurb p{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #407968;
	text-transform: none;
	text-align: left;
	line-height: 1.2em;
	margin: 0em;
}
#leftColumnBlurb p{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #407968;
	text-transform: none;
	text-align: right;
	line-height: 1.2em;
	margin: 0em;
}
#currentIssueBlurb a:link, 
#currentIssueBlurb a:visited,
#currentIssueBlurb h4 {
	font-family: "Trebuchet MS", Optima, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	margin-top: .8em;
	line-height: 13px;
}

/************* #testimonies styles **************/
#testimonies{
	margin-top: 1em;
	margin-bottom: 2em;
}
#testimonies p{
	margin: 2em 0em 0em;
}
#testimonies h5{
	margin-top: 0px;
	text-align:right;
}

/************* #award styles **************/
#award{
	margin: 8em 0px 0px;
}
#award p{
	font-size: 10px;
	margin: 1em 0px 0px;
	text-align:center;
}
#award b{
	font-size:11px;
}

/************* #ad styles **************/
#ad{
	background-image: url(../images/offer.jpg);
}

/************* #intro styles **************/

#intro{
	padding-top: 10px;
}
/************* #sampleArchive styles **************/

div#sampleArchive{
	text-align:center;
	font-size:11px;
	
}

div#sampleArchive a:link,
div#sampleArchive a:visited{
	color:#3c46bb;
}

/************* .prilink styles **************/

.prilink a:link,
.prilink a:visited{
	color: #000099;
}

/************* #story styles **************/

#story td{
	vertical-align: top;
}
#story p {
	padding: 10px 55px 10px 40px;
}

/************* #bonusGifts styles **************/

#bonusGifts h3{
	text-transform: none;
	margin-right: 15px;
}

#bonusGifts h5{
	font-size: 12px;
	text-align: left;
	margin:0px 15px;
}

#bonusGifts p{
	margin:0px 15px 15px;
}

/************* #offer,#prioffer styles **************/

#prioffer{
	background-image:url(../images/offer-pri.jpg);
	margin-left:8px;
	height: 252px; width: 186px;
	background-repeat: no-repeat;
	background-position: center top;
}

#offer{
	background-image:url(../images/offer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#offer h2,
#prioffer h2{
	color:#407968;
	padding:18px 0px 0px 0px;
	margin:0px;
	font-size:18px;
}

#offer p,
#prioffer p{
	text-align:center;
	margin:6px 0px 0px 0px;
	line-height:1.25em;
}

#offer a:link,
#offer a:visited,
#prioffer a:link,
#prioffer a:visited{
	text-align:center;
	color:#000099;
	font-weight:bold;
}

#offer h5{
	margin:20px 0px 0px 0px;
}
#prioffer h5{
	margin:15px 0px 0px 0px;
}

#offer h4,
#prioffer h4{
	color:#000000;
	padding:0px 0px 12px 0px;
}

/************* #pitch styles **************/

#pitch p{
	text-align:justify;
	font-size:14px;
}

#pitch h1{
	vertical-align: top;
	text-align:left;
	font-size:14px;
}

/************* #priAd styles **************/
#priAd{
	background-image: url(../images/priexperience.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#priAd p{
	font-size: 10px;
	color: #21467b;
	padding: 4.75em 4px 4px 4px;
	margin: 0px 6px 3.3em 6px;
}

#priHead{
	display:none;
}
	

/************* #bottomNav styles **************/


#bottomNav a:link,
#bottomNav a:visited{
	font-size: 10px;
	color: #999999;
}

#bottomNav span{
	color:#000000
}

#bottomNav{
	width:750px;
	text-align: center;
}

/************* #privacy styles **************/
#privacy{
	background-color:#dde7e4;
	border-style:none;
	padding: .3em 1em 1em 1em;
	margin: 0px;
}

#privacy h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: .25em;
	text-align:left;
}
#privacy p{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: .75em;
}
#privacy ol{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: .75em;
}

/************* #faqs styles **************/

#faqs{
	padding-right: .75em;
	padding-left: .75em;
	padding-top: 10px;
}

#faqs ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0em;
	font-size:10px;
}

#faqs li{
	margin:0.5em 0em 0em;
}

#faqanswer ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	list-style-type: circle;
	list-style-image: url(../images/greenbullet.gif);
	line-height: 1.166em;
	margin-left: 1em;
	padding-left: 1em; 
}

#faqs a:link{
	color:#000000;
}

#faqs a:visited{
	color:#000000;
}

/************* .center styles **************/
.centertext{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/************* .top styles **************/

.top{
	text-align:right;
	font-size:10px;
	margin-left: .5em ;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #407968;
}

/************* #previousIssues styles **************/
#previousIssues p{
	text-align:center;
	margin-top: 1em;
	margin-bottom:0em;
}
#previousIssuesDatesRight {
	margin: 0 0 0 70px;
	text-align: left;
}
#previousIssuesDatesLeft {
	margin: 0 0 0 30px;
	text-align: left;
}

/************* .plus styles **************/
.plus {
	font-family: cursive;
}

/************* #leftNav styles **************/
#leftNav a:link{
	font-size: 11px;
	font-weight: bold;
	margin: 1.5em 0px 0px;
}

/************* .color styles **************/
.red{
	color:#ff0000;
}
.blue {
	color: #0000FF;
}
.green{
	color: #407968;
}

/************* .sizes styles **************/
.font11 {font-size: 11px;}
.font12 {font-size: 12px;}
.font13 {font-size: 13px;}
.font14 {font-size: 14px;}

/************* #subscribe styles **************/
#subscribe p{
	text-align:right;
}

#subscribeoffer {
	background-image:url(../images/offer.subscribe.gif);
	padding:1.75em 2em 2em 2em;
	margin-bottom: 2em;
	background-repeat: no-repeat;
}

#subscribeoffer p{
	font-size:16px;
}

/************* #member styles **************/
#memberissue {
	background-color: #FFFFFF;
	border: 1px solid #407968;
	padding: 4px;
}
#memberissue h1 {
	text-align: left;
	padding: 8px 0 0 0;
	margin: 0;
	font-size: 17px;
}
#byline p {
	margin: 0;
	padding: 0;
	font-style: italic;
}

/************* #miscellaneous styles **************/
#middleContentBox {
	float: left;
	width: 499px;
	margin: 0px 3px;
	background-color: #dde7e4;
	padding: 1em;
	border: none;
}

#middleContent {
	margin-left: 1em;
	margin-right: 1em;
	padding-top: 10px;
}

#googleStats {
	text-align:center;
}
#middleLogo {

	width:560px;
}
.MiddlePageHeading {
	text-align: center;
	color: #407968;
	font-weight: bolder;
	font-size: large;
}
.left {
	text-align: left;
}
/* For landing pages */
.testimonial {
	background-color: #dde7e4;
	padding: 1em 3em;
	margin: 0em 14em;
}

.maintext {
	font-size: 12px; 
	padding: 1em;
	text-align: center;
	}
.style10 {
	font-size: 18px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style11 {font-family: Verdana, Arial, Helvetica, sans-serif; border:1px solid black;}
.small {
	font-size: 10px;
}
.maroon {
	color: #980031;
}
