body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	position:relative;
	margin:0 auto;
	background-color:#FFFFFF;
	width:580px;
}

#quote {
	quotes:inherit;
	padding: 10 10 10 10px;
	font-size:16px;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-style:italic;
}

.quotename {
	quotes:inherit;
	text-align:right;
	font-style:normal;
	padding-right: 10px;
}

#main {
	padding-left:10px;
	padding-right:10px;
}

#main h1 {
	color:#FF0000;
}

#main h2 {
	color:#174bfa;
}

#mandms {
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	text-align:justify;
	margin-top:10px;
}

#mandms b {
	color:#174bfa;
}

#footer {
	padding: 5px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 10px 0 0 0;
	background:url(Images/footer3.gif);
	background-position:center;
	text-align: center;
	color:#FFFFFF;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 10px;
	text-align: center;
}
#footer p b {
	font-size: 12px;
	color:#174bfa;
}
#permission {
	font-size:10px;
	text-align:center;
	line-height:15px;
}











