body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	background-color: #FFFFFF;
	background-image: url(images/bg-gradient.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}



.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/* Body structure STARTS  */
#masthead-wrapper {
	background-image: url(images/masthead-bg.gif);
	background-repeat: repeat-x;
	height: 94px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
#masthead {
	width: 100%;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
}
.masthead-h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
.masthead-h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

#topnav-wrapper {
	width: 930px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 5px;
}
#footernav-wrapper {
	width: 930px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 5px;
}


#footer-wrapper {
	background-image: url(images/footernav-bg.jpg);
	background-repeat: repeat-y;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}

#bodypanel-wrapper {
	width: 955px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #FFFFFF;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: "Times New Roman", Times, serif;
}
#bodypanel a:link {color: #3366cc; text-decoration: none;}
#bodypanel a:visited {color: #3366cc; text-decoration: none;}
#bodypanel a:hover, {color: #3366cc; text-decoration: underline;}

#nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	width: 930px;
	text-align: left;
}

#nav a:link {color: #3366cc; text-decoration: none;}
#nav a:visited {color: #3366cc; text-decoration: none;}
#nav a:hover, {color: #3366cc; text-decoration: underline;}

#examples-h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	padding-bottom: 5px;
	font-weight: bold;
}
#examples-h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}

#examples-nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-bottom: 5px;
}

#examples-nav a:link {color: #3366cc; text-decoration: none;}
#examples-nav a:visited {color: #3366cc; text-decoration: none;}
#examples-nav a:hover, {color: #3366cc; text-decoration: underline;}

#nav-spacer {
	background-image: url(images/nav-spacer.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#bodypanel-footer {
	background-image: url(images/bodypanel-footercap.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#copyright-wrapper {
	height: 30px;
	width: 930px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 15px;
}
#copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;

}
