﻿html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	color: #000;
	background: #ccc;
    height: 853px;
}

/* Hidden display property */
.hidden {
	display: none;
}

/* background container */
#background-container
{
    width: 1000px;
    margin: auto;
    background: url(../Images/MSMbg8.png) no-repeat;
    height: 850px;
    
    
}

/*Page*/
#Page
{
    width: 917px;
    height: 800;
    padding-left: 22px;
    padding-top: 25px;
}
    

/* Banner formatting */
#banner{
	height: 120px;
	background: url(../Images/msmbanner4.png) no-repeat;
    width: 900px;
}
/* Nav Bar formatting */
#navbar {
	height: 35px;
	background: none;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 20px;
	color: #fff;
	background: Green;
	width: 896px;
	padding-top: 8px;
    text-align: left;
    padding-left 5px;
}

#navbar a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	Color: #ff8400;

	font-weight: bold;
}

#navbar #nav{
	padding-left: 5px;
   text-align: center;
}

#contentlarge {
padding-top: 10px;
	margin-right: 1px;
	padding-right: 30px;
	padding-left: 5px;
	background-color: White;
	height: 619px;
    width: 859px;
    text-align: center;
}
    
    #contentlargeParents {
padding-top: 10px;
	margin-right: 1px;
	padding-right: 30px;
	padding-left:20px;
	background-color: White;
	height: 555px;
    width: 859px;
    text-align: center;

        #contentlargeConduct {
padding-top: 2px;
	margin-right: 1px;
	padding-left:2px;
	background-color: White;
	height: 555px;
    width: 889px;
    text-align: center;
}