body {
    margin: 0;
    padding: 0;
    font: 3px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #8A7660;
    background: white;
}

p {
    margin: 0;
    padding: 10px 0;
    text-align:;

}
#main {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    text-align: left;
    background: white;

}

#header {
    height: 120px;
    background: black; 
} 
#logo {
	height:121px;
	color:#FFF;
}
#logo h1 {
	float:left;
	font: 22px Arial black;
	font-weight: 700;
	color:#FFF;
        padding:25px 0px 0px 320px;
}
#logo h2 {
	float:left;
	font-size:17px;
	color:black;
        padding:20px 0px 0px 225px;
}
#logo img {
	float:right;
	border:0;
        padding:10px 320px 10px 0px;
}
#logo1 img {
	float:left;
	border:0;
        padding:0 0 0 0;
        margin-right:15px;
}

#menu {
	width:1200px;
	height:65px;
        background: white;

}
#navcontainer {
	background:white;
	width:1200px;
	height:30px;
        padding:15px 0 0 0;
	float:center;
	text-align:center;

}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	padding-top:0px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	background-color: white;
	padding: 14px 0px;
}
#navlist a { 
	padding: 16px 15px;
	font: 18px Calibri;

}
#navlist a:link, #navlist a:visited {
	color: black;
	text-decoration: none;
}
#navlist a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
}
#navlist #active a {
	color: Red;
	background-color: White;
	text-decoration: none;

}
#cent {
    	float: left;
    	padding: 0px 0px 0px 0px;
    	width: 1200px;

}
#table {
	margin:0px 50px 40px 1px;
	background:white;
	width:1196px;
	height:auto;
	border:1px solid #e9e9e9;
	float:left;
	text-align:center;

}
#table h1 {
	font: 28px Calibri;
	font-weight: 700;
	color: #BBBBBB;
	margin: 10px 0px 0px 0px;

}
#table h2 {
	margin: 0px 0px 5px 0px;
	font: 14px Calibri;
	font-weight: 700;
	color:#d7d7d7;
	text-align: center;

}
#table h3 {
	margin: 50px 0px 10px 0px;
	font: 12px Calibri;
	font-weight: 700;
	color:#d7d7d7;
	text-align: center;

}
#table h4 {
	margin: 20px 0px 10px 0px;
	font: 12px Calibri;
	font-weight: 700;
	color:#d7d7d7;
	text-align: center;

}
#table h5 {
	margin: 40px 0px 0px 0px;
	font: 12px Calibri;
	font-weight: 700;
	color:#d7d7d7;
	text-align: center;

}
#table h6 {
	margin: 0px 0px 0px 0px;
	font: 12px Calibri;
	font-weight: 700;
	color:#d7d7d7;
	text-align: center;

}
#table h7 {
	font: 22px Calibri;
	font-weight: 700;
	color: #BBBBBB;
	margin: 20px 0px 0px 0px;

}
#table p {
	font: 16px Calibri;
	margin: 0;
	padding: 10px 0px 0px 0px;
	text-align:justify;

}
#footer {
    	padding: center;
    	clear: both;
    	height: 50px;
    	line-height: 50px;
    	width: 1200px;
    	line-with: 1100px;
    	text-align: center;
    	background: black;
}

