/* HTML Elements---------------------------------------------------------------------------------------------*/

html { 
	font-size: 100%; /* IE hack - to make IE 5 show fonts consistently see comment below on font-size */
	height:100%; 
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#D1D3D4;
	background-color:#1f1f1f;
	background-position:top left;
	margin:0;
}

a, a:link, a:active, a:visited {
	color:#FACA40;
	font-weight:normal;
	text-decoration:underline;
}
	
a:hover { 
	color:#FFF0C4;
	font-weight:normal;
}
	
a img {
	border:none; 
}

ul {
	margin-top:0;
	margin-bottom:15px;
	list-style-type:square;
}

li {
	color:#D1D3D4;
	font-size:9pt;
	line-height:17px;
}

h1, h2, h4, h5 {
	color:#D1D3D4;
	font-family:Arial, Helvetica, sans-serif;	
	font-weight:bold;
}

h1 {
	margin:0;
	color:#D1D3D4;
	text-transform:uppercase;
	font-size:15pt;
}

h2 {
	margin:0;
	font-size:12pt;
	font-weight:normal;
	text-transform:uppercase;
}

h3 {
	color:#FACA40;
	font-size:13pt;	
	margin-bottom:6px;
	margin-top:0;
}

h4 {
	font-size:10pt;	
	margin-top:0px;
	margin-bottom:6px;
	margin-top:0;
}
	
h5 {
	font-size:10pt;
	margin-top:0px;
	margin-bottom:6px;
}

.clear { clear:both; }

p {
	margin-top:5px;
	margin-bottom:15px;
	line-height:17px;
	color:#D1D3D4;
	font-size:10pt;
}

/* Layout Styles---------------------------------------------------------------------------------------------*/
#InnerWrapper {
	width:932px;	
	margin:0 auto;
}

#HeaderWrapper {
	height:70px;
}

#HeaderLeft {
	float:left;
	width:790px;
}

#ContentWrapper {
	padding-bottom:20px;
	background:url('/Templates/Images/Common/content-bg.png') repeat-y;
	min-height:500px;
}

#ContentLeftWrapper {
	float:left;
	background:url('/Templates/Images/Common/contentLeft-bg.jpg') no-repeat;
	width:341px;
}

#PartnerLogos {
	padding-top:17px;
	padding-left:74px;
	width:267px;
}

#MembershipWrapper {
	margin-left:70px;
	padding:15px 0;
	width:252px;
	border-top:1px solid #D1D3D4;
	border-bottom:1px solid #D1D3D4;
}

#ContentRightWrapper {
	float:right;
	width:591px;
}

#HeaderTitle {
	padding:13px 0 14px 38px;
	border-bottom:1px solid #c7c7c7;
	height:44px;
}

#ContentStandard {
	padding:10px 20px 0 38px;
}

/* FOOTER Styles---------------------------------------------------------------------------------------------*/
#FooterWrapper {
	background:url('/Templates/Images/Common/footerWrapper-bg.png') repeat-x;
	height:179px;
}

#FooterContent {	
	margin:0 auto;
	padding-top:10px;
	background:url('/Templates/Images/Common/footerBar.png') no-repeat;
	min-height:170px;
	width:932px;
}
	
#FooterCopyright {
	float:left;
	width:500px;
}
	
#FooterCopyright p {
	padding-left:68px;
	color:#000000;
	font-size:8pt;
}

#MNMlogo {
	float:right;
	margin-right:22px;
}