/* Background */body{	background-image: url("partOne/image.jpg");	}/* Header */h1.beginning{	margin-left: 50px;	margin-right: 0px;	margin-top: -10px;	margin-bottom: 0px;}h1{	padding-top: 20px;	color: white; /*red*/	background-image: url("partOne/image1.jpg");	margin-left: 50px;	margin-right: 500px;	margin-top: 25px;	font-weight: bold;	font-family: Comic Sans MS;}h1.longHeader{	padding-top: 20px;	color: white;	margin-left: 50px;	margin-right: 430px;	margin-top: 25px;}/* logo image */img.logo{	height: 30%;	width: 30%;	padding-right: 2%;	float: left;}/* top navigation bar */ object.larger{	font-size: 20px;	color: #2F4F4F; /*dark slate gray*/	font-family: arial;	font-weight: bold;	margin-right: 5%;}div.links{	margin-left: 5%;	margin-right: 5%;	background: #AFEEEE; /*pale turquoise*/	padding: 5px 0px 8px 0px;	font-family: arial;	font-size: 12pt;	font-weight: bold;	text-align: center;}object.links{	color: #778899; /*slate grey*/	font-family: arial;	font-size: 12pt;	font-weight: bold;	margin-right: 5%;}/* sidebar */div.nav{	float: left;	width: 110pt;	margin-right: 50pt;}object.navtext{	color: black;	font-family: arial;	font-size: 8pt;	font-weight: bold;    margin-top: 5px;    margin-bottom: 5px;	padding-left: 30px;	text-decoration: none;}a.noUnderline{	text-decoration: none;}object.navtextHead{	font-style: oblique;	font-weight: bold;	color: #2F4F4F; /*dark slate gray*/	font-size: 20px;}li.nav{	background: #778899; /*slate grey*/	padding: 4px 4px 4px 15px;	width: 170px;	border-right: 12px #AFEEEE /*pale turquoise*/;	border-left: 10px #AFEEEE /*pale turquoise*/;	border-top: 4px #5F9EA0 /*pale turquoise*/;	border-bottom: 4px #5F9EA0/*pale turquoise*/;	border-style: dashed groove;	list-style: none;	margin-left: 10px;    margin-top: 10px;}/* Content */div.content{	margin-left: 250pt;	margin-right: 5%;	margin-top: 1.8%;	background: white;	padding: 5px 15px 5px 15px;	font-family: arial;	font-size: 12pt;	color: black;	background-color: #5F9EA0; /* Cadet Blue */	text-align: justify;}/* Validator Icons */img.validationIcons{	border:0;	width:88px;	height:31px;}