body{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(http://www.m2mzone.com/Img/PageBG.jpg);
	background-repeat: repeat-x;
	font-family: 'lucida grande', helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#container{
	text-align:center;
}

#containercontent{
	margin:0 auto;
	padding:0;
	text-align:left;
	width:942px;
}

#LeftColumn{
	border-right: 1px solid #bbbbbb;
	width: 228px;
	padding: 0px 10px 0px 0px;
	float:left;

}

#RightColumn{
	border: 0px solid #000000;
	width: 650px;
	/*float: right;*/
	padding: 0px;
	margin-left: 252px;
}


pre {
	margin-bottom:10px;
	margin-top:0px;
}

#HeaderContainer{
	background-image: url(http://www.m2mzone.com/Img/M2MHeader.jpg);
	background-repeat: no-repeat;
	height: 120px; /* was 220px when we have a leaderboard */
}

#Nav{
	padding: 12px 0px 0px 100px;
        margin: 0px;
}

#Nav li{
	color: #ffffff;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	display: inline;
	padding: 0px 30px;
}

#HeaderContainer a:link { color: #ffffff; font-weight: bold; text-decoration: none; }     /* unvisited link */
#HeaderContainer a:visited {color: #ffffff; font-weight: bold; text-decoration: none; }  /* visited link */
#HeaderContainer a:hover {color: #ffffff; font-weight: bold; text-decoration: underline;}   /* mouse over link */
#HeaderContainer a:active {color: #ffffff; font-weight: bold; text-decoration: none; }   /* selected link */

#M2MFooter{
	padding: 10px 0px 100px 0px;
	text-align: left;
}

#M2MFooter a:link { color: #0d60ab; font-weight: normal; text-decoration: none; }     /* unvisited link */
#M2MFooter a:visited {color: #0d60ab; font-weight: normal; text-decoration: none; }  /* visited link */
#M2MFooter a:hover {color: #0d60ab; font-weight: normal; text-decoration: underline;}   /* mouse over link */
#M2MFooter a:active {color: #0d60ab; font-weight: normal; text-decoration: none; }   /* selected link */

#GoogleSearch{
        float: right;
        padding: 25px 35px 0px 0px;

}

#M2MLogo{
	margin-top: 8px;
        float:left;
}


.Banner{
	margin-left: 75px;
	height:	90px;
	width:	735px;
}

#LeftNav{
	margin-left: 0px;
}


h1{
	color: #FC2241;
	font-size: 18px;
}

h2{
	color: #236AB0;
	font-size: 14px;
}

h3{
	font-size: 12px;
	color: #7D7E80;
	font-weight: bold;
	font-style: italic;
}

p{
	margin-right: 6px;
}

a {
	text-decoration: underline;
	color: #3A78B6;
}

a:link {
	text-decoration: underline;
	color: #3A78B6;
}
a:hover {
	text-decoration: none;
	color: #828385;
}
a:visited {
	text-decoration: underline;
	color: #3A78B6;
}
a:visited:hover {
	text-decoration: none;
	color: #828385;
}

a.H1Link {
	text-decoration: underline;
	color: #FC2241;
}

a.H1Link:link {
	text-decoration: none;
	color: #FC2241;
}
a.H1Link:hover {
	text-decoration: none;
	color: #FC2241;
}
a.H1Link:visited {
	text-decoration: none;
	color: #FC2241;
}
a.H1Link:visited:hover {
	text-decoration: none;
	color: #FC2241;
}
.clear{clear: both}

#Header{
	background-image: url(http://www.m2mzone.com/Img/M2M_Header_BG.gif);
	background-repeat: repeat-x;
	width: 990px;
	height: 174px;
	padding-top: 6px;
	margin: 0;
}

#Header .Logo{
	margin-top: 32px;
	margin-left: 31px;
	float: left;
	margin-right: 30px;
}

#NavMenu a {
	text-decoration: none;
	color: #000000;
}

#NavMenu a:link {
	text-decoration: none;
	color: #000000;
}
#NavMenu a:hover {
	text-decoration: none;
	color: #000000;
}
#NavMenu a:visited {
	text-decoration: none;
	color: #000000;
}

#NavMenu .buttonOff{
	border-top: 2px solid #FD2242;
	border-bottom: 2px solid #FD2242;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 27px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucinda Grande", Verdana, sans-serif;
}

#NavMenu .buttonOn{
	border-top: 2px solid #FD2242;
	border-bottom: 6px solid #FD2242;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 27px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucinda Grande", Verdana, sans-serif;
}


#NavMenu span:hover{
	border-bottom: 6px solid #0C579B;
	cursor: pointer;
}

#ContentContainer{
	background-color: #0C579B;
	width: 990px;
	margin: 0;
	padding-top: 27px;
	padding-bottom: 15px;
	min-height: 550px;
}
/*
.LeftColumn{
	float: left; width: 212px;
}

.RightColumn{
	margin-right: 8px; 
	margin-left: 240px;
	min-height:700px;
}
*/
#LeftNav{
	width: 212px;
	margin-left: 24px;
	margin-bottom: 15px;
}
#LeftNav #Content{
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#LeftNav .Logos{
	padding-left: 6px;
	text-align: center;
}

#LeftNav p{
	margin-left: 6px;
	margin-right: 22px;
}

#LeftNav .Logos img{
	padding-bottom: 12px;
}

#Footer{
	height: 113px;
	background-color: #E5E3E4;
	margin: 9px 1px 0 1px;
	padding-left: 50px;
	padding-top: 26px;
	width: 940px;
	text-align: center;
}

#Footer .Banner{
	float: left;
	padding-right: 6px;
}

#Footer #GoogleAd{
	float: left;
	width: 150px;
}

#Footer #Partner{
	float: left;
	width: 150px;
}


#CorpFooter{
	background-color: #fff;
	margin-top: 0;
	padding: 6px 0 9px 40px;
	margin-bottom: 10px;
}

.small9{
	font: verdana 9px;
	text-align: left;
}
.othersite img{
	margin-right: 4px;
	float: left;
	padding-top: 0px;
}
.othersite{
	float: left;
	font-size: 9px;
	margin-right: 4px;
	vertical-align: middle;
	text-align: left;
}

#Footer #Corp .text{
	padding-top: 10px;
}

.partnersite{
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	float: right;
	text-align: center;
	width: 200px;
}
.partnersite img{
	vertical-align: text-top;
	margin-right: 0px;
	float: none;
}

#Main{
	padding-left: 10px;
	width: 720px;
	padding-top: 10px;
	min-height:670px;
}

#Main #HomePage p{
	font-size: 14px;
}

#Copyright{ 
	font-size: 14px;
	margin: 10px 0px 0px 60px;
}
  
#Links{
	float: right;
	margin: 0 18px 6px 6px;
	border: 1px solid #f5f5f5;
	/*
	background-image: url(http://www.m2mzone.com/Img/M2M_Links_BG.gif);
	background-repeat: repeat-x;
	*/
	text-align: left;
	color: #fff;
}
#Links a{color: #fff;}
#Links h2{color: #fff;}

#BlueSection{
	background-color: #0b5498;
	padding: 6px;
}

#NewsRightColumn{
	float: right;
	margin: 0 6px 6px 6px;
}
.NewsLinks{
	background-image: url(http://www.m2mzone.com/Img/M2M_Links_BG.gif);
	background-repeat: repeat;
	color: #fff;
	width: 250px;
	padding: 6px;
}
.NewsLinks a{color: #fff;}
.NewsLinks h2{color: #fff;}

.Topic {color: #f5f5f5; font-weight: bold;}
.ArticleTools {color: #f5f5f5; font-size: 10px;}
.LinkedIn {	border: 1px solid #f5f5f5; margin: 15px 0 15px 0; padding: 6px;}

.exlogo /** exhibitor logos **/ {margin: 0 6px 6px 0; float: left;}

/*--Page Header Styling--*/
.pageHeaderDiv{
	width: 100%;
	height: 25px;
	margin-bottom: 30px;
}

.headerDotImg{
	float: left;
}

.headerTextDiv{
	border-bottom: 1px solid #ff0000;
	width: 90%;
}

.headerText{
	color: #0c579b;
	font-weight: bold;
	padding: 0px;
	margin: 2px 0px 5px 0px;
	font-size:24px;
}

.headerText h1{
	font-size:24px;
	font-style:normal;
}


.boxSection{
	margin: 30px 0px;
	padding: 4px;
	width: 500px;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	background-color: #0d589b;
	border: 2px solid #ffffff;
	text-align: center;
}

.boxTitile{
	padding: 4px;
	font-family: arial;
	font-size: 14px;
	color: #000000;
	background-color: #e2e2e2;
	border: 1px solid #000000;
	text-align: left;
}

.anchorBox{
	padding:5px;
}

.boxSection a:link { color: #ffffff; font-weight: bold; text-decoration: none; font-size: 12px;}     /* unvisited link */
.boxSection a:visited {color: #ffffff; font-weight: bold; text-decoration: none; font-size: 12px;}  /* visited link */
.boxSection a:hover {color: #ffffff; font-weight: bold; text-decoration: underline; font-size: 12px;}   /* mouse over link */
.boxSection a:active {color: #ffffff; font-weight: bold; text-decoration: none; font-size: 12px;}   /* selected link */

.mediumBold{
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
}

.fileInfo{
	color: #E2E2E2;
}

.downloadSection{
	border: 1px solid rgb(0, 0, 0); 
	background-color: rgb(153, 153, 153); 
	color: rgb(255, 255, 255); 
	font-family: arial; 
	font-weight: bold; 
	font-size: 12px; 
	text-align: center; 
	margin-right: 45px; 
	margin-bottom: 10px; 
	padding: 5px; 
	width: 100px; 
	float: right;
	/*display: inline;*/
}

.downloadSection a:link		{color: #ffffff; font-weight: bold; text-decoration: none; }  /* unvisited link */
.downloadSection a:visited 	{color: #ffffff; font-weight: bold; text-decoration: none; }  /* visited link */
.downloadSection a:hover 	{color: #ffffff; font-weight: bold; text-decoration: underline;}   /* mouse over link */
.downloadSection a:active 	{color: #ffffff; font-weight: bold; text-decoration: none; }  /* selected link */ 

.RedLink a:link		{color: #ff0000; font-weight: bold; text-decoration: underline; }  /* unvisited link */
.RedLink a:visited 	{color: #ff0000; font-weight: bold; text-decoration: underline; }  /* visited link */
.RedLink a:hover 	{color: #ff0000; font-weight: bold; text-decoration: none;}   /* mouse over link */
.RedLink a:active 	{color: #ff0000; font-weight: bold; text-decoration: underline; }  /* selected link */ 
