						/* Global */
*  { 
	margin: 0; padding: 0;
	}

body {
	background: #fff url(images/m2d-bg_01.gif) repeat-x scroll top left; 
	color: #000;
	font: normal 70%/150% Arial, Helvetica, sans-serif;
	text-align: center;
	}

.clearfloats {
	clear: both;
	}

						/* Aslett clearing method  */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */

						/* end of Aslett clearing method */

									/* containers */
div#container {
	width: 830px;
	margin: 0 auto;
	text-align: left;
	background-color: fff;
	}
div#header {
	height: 50px;
	width: 100%;
	}
div#bodywrap {
	float: left;
	background-color: #fff;
	width: 748px;
	border-left: 1px solid #d1d3d4;
	border-right: 1px solid #d1d3d4;
	border-bottom: 4px solid #d1d3d4;
	background-image: url(images/bodywrap-bg.gif);
	background-repeat: repeat-y;
	}
div#left-nav {
	float: left;
	width: 225px;

	border-right: 1px none #d1d3d4;
	padding: 20px 35px 0px 39px;
	}
div#content {
	float: left;
	width: 375px;
	margin: 0 0px 0 0px;
	padding: 40px 38px 10px 35px;
	}
div#right-nav {
	float: left;
	width:80px;
	background: url(images/nav-2_bg.gif) repeat-x;
	}	
div#footer {
		clear:left;
		width:100%;
		height: 10px;
	}
	
						/* elements */
p {
	margin: 10px 0px 10px 0px;
	font-size: 1em;
	}
h1 {
	margin: 0px 20px 20px 0px;
	font-size: 2.0em;
	letter-spacing: 3px;
	color: #999;
	}
h2 {
	margin: 0px 0px 3px 0px;
	font-size: 1.4em;
	line-height: 120%;
	color: #999;
	}
h3 {
	margin: 0px 0px 3px 35px;
	line-height: 120%;
	font-size: 1em;
	color: #000;
	}
h4 {
	margin: 5px 0px 5px 0px;
	font-size: .9em;
	font-weight: normal;
	color: #000;
	text-align: left;
	}	
h5 {
	margin: 2px 30px 0px 35px;
	font-size: 1em;
	color: #fff;
	background-color: #b2b2b2;
	padding: 1px 10px 1px 5px;
	text-align: right;
	}	
h6 {
	margin: 0px 0px 3px 35px;
	font-size: 1.2em;
	line-height: 100%;
	letter-spacing: 3px;
	color: #a6ce39;
}	
a {
	text-decoration: none;
	color: #000;
	border: 0;
	}
a:hover {
	text-decoration: none;
	color: #a6ce39;
	}

						/* upper content */		
.finis{
	margin-top: 10px;
	text-align: center;
	}	
div#content img {
	margin: 0 0 15px 0;
	}
div#content h2 {
	color: #999;
	font: bold 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .3em;
	}
div#content h3 {
	font: italic normal 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 -5px 25px;
	}
div#content h4 {
	margin: -5px 0px 10px 0px;
	font-size: 1em;
	font-weight: bold;
}	
div#content ul {
	margin: 3px 0 0px 45px;
}
div#content ul li {
	list-style: none outside url(images/bullet01.GIF);
	padding: 0px 0 0 0px;
}						
						
						/* content 2 */	
.content-2 {
	width: 750px;
	}	
#content-2 p {
	margin: 3px 40px 10px 35px;
	}
#content-2 h2 {
	margin: 0px 40px 3px 35px;
	}
#content-2 h3 {
	margin: 5px 0px 0px 35px;
}	
#content-2 h4 {
	margin: 0px 40px 5px 0px;
	text-align: right;
	color: #fff;
	}
#content-2 h4 a{
	color: #6495ed;
	}
#content-2 ul{
	list-style: none;
   margin: -3px 0px 0px 50px;
	}
#content-2 li{
	background: url(images/bullet01.gif) left top no-repeat;
	padding-left: 12px;
   margin: 0px 0px 5px 0px;
	}	
#content-2 img{
margin: 5px 0px 10px 35px;
	}
#content-2 p img{
margin: 5px 0px 10px 35px;
	}	
#content-2 td {
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
	}
							/* left navigation */		
							
div#left-nav p {
	font-size: .85em;
	color: #666;
	}	
div#left-nav ul {
	margin: 15px 0 15px 0;
	border-top: 1px solid #d1d3d4;
	}
div#left-nav ul li {
	border-bottom: 1px solid #d1d3d4;
	padding: 0 0 5px 0px;
	list-style: none;
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0 0px 0;
	}
div#left-nav img {
	border: 0px none fuchsia;
	margin: 0 0 0 0px;
	}	
div#left-nav img a:hover {
	border: 0px none;
	text-decoration: none;
	}	
div#left-nav img a:visited {
	border: 0px none;
	text-decoration: none;
	}	
div#left-nav li a {
	color: #858585;
	text-decoration: none;
	}	
div#left-nav li a:hover {
	color: #a6ce39;
	}	
	
							/* right navigation */		
								
div#right-nav ul li {
	margin-left: 5px;
	color: #858585;
	list-style: none;
	font: normal 10px/25px verdana,ariel,san-serif;
	}	
div#right-nav ul li a {
	text-decoration: none;
	color: #858585;
	}
div#right-nav li a:hover {
	color: #a6ce39;
	}

						/* rules */					
hr {
	height: 1px;
	color: #ccc;
	}
.rulebelow {
 	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	}
.rule-above-dots {
 	margin: 5px 0px 0px 0px;
	padding-top: 3px;
	border-top: 1px solid #ccc;
	}
.border-box {
	border: 1px solid #d1d3d4;
}
