ol, ul, li
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 10px;
	vertical-align: baseline;
	background: transparent;
	list-style-type: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a.mm {
	position:fixed;
	bottom:10px;
	right:10px;
	background:url(MediaMilan-White.png) left top no-repeat;
	width:30px;
	height:30px;
	display:block;
}

.backTutorial a {
	width: 300px;
	float: right;
	display: block;
}


/* ---- END CSS RESET --- */

body 
{
	font-family:Verdana;
	font-size:12px;
	line-height: 23px;
	color: #FFFFFF;
}

.bodyClass 
{
	font-family:Arial,Helvetica,Trebuchet;
	font-size:12px;
	line-height: 23px;
	color: #FFFFFF;
	text-align:center
	/*background-color: #33750B*/
}

.bodyClass #topSection{
	font-size:12px;
}

.page-container
{
	width: 960px;
	overflow:hidden;
	margin:0 auto; 
	padding:20px;
	position:relative;
}

img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
		z-index:-1;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}

.ie-six {
	display:none;
}

/* START TREE MENU */
#treeMenu li {
	border-left: 1px solid #FF7300;
	padding:0 0 10px 10px;
	color:#FFFC00;
}

#treeMenu li {
	cursor: default;
}

#treeMenu li a {
	color: #FFFC00;
}

#treeMenu li.contentContainer  {
	background:url('right.png ') no-repeat -3px 6px;
	color: #FFFFFF;
	cursor: pointer;
}

#treeMenu li.contentViewing {
        background:url('down.png ') no-repeat -4px 6px;
		color: #FFFFFF;
		cursor: pointer;
}
#treeMenu li.contentContainerMain  {
	background:url('right.png ') no-repeat -3px 6px;
	color: #FFFFFF;
	cursor: pointer;
}

#treeMenu li.contentViewingMain {
        background:url('down.png ') no-repeat -4px 6px;
		color: #FFFFFF;
		cursor: pointer;
}
.contentContainer ul, .contentViewing ul, .contentContainerMain ul, .contentViewingMain ul {
    color:#FFFC00;
	margin:15px 0 0 10px;
	
}
/* END TREE MENU */