/* Main CSS File *//* Define font style, and weight for entire document */body.first, body.update, h2, h3, h4, h5, a.normal, a.pwsd, a.big, a.tiny, p.home, p.large, p.small, p.largeleft{	font-family: "Comic Sans MS","Eras Medium ITC",Verdana,Arial;	font-weight: normal;	font-style: normal;}/* Define font color for entire document */body.update, p.home, p.small, p.tinyleft{	color: #AD5D31;}h2, h5, h6, p.largeleft{	color: #8C5231;}h3, h4, p.large, p.medium, p.tiny{	color: #384C7F;}/* Define body background color & font size*//*body.first{	font-size: small;	text-align: left;	color: #000000;	background-image: <img src="../../Graphics/background.gif" width="70" height="51" alt="" border="0">	}*/body.update{     font-size: small;	 text-align: left;	 background-color: #E2D4C9;	 }/* Define Heading font size and alignment */h2{	 font-size: x-large;	 text-align: center;}h3{     font-size: large;	 text-align: center;}h4{     font-size: medium;	 text-align: center;}h5{    font-size: small;    text-align: center;}	 h6{	font-size: small;	text-align: center;	font-weight: 100;}/* Define links */a.normal{	font-size: medium;}a.normal:link{	color: #4E6189;	text-decoration: none;	 }a.normal:visited{	 color: #9ba9bd;	 text-decoration: none;	}a.normal:hover{	color: #841b85;	text-decoration: underline;	}a.normal:active{	 color: #aa7788;	 text-decoration: none;	}/* Define menu bar at the bottom of each page */a.pwsd {	 font-size: small;	  }a.pwsd:link{	 color: #4E6189;	 text-decoration: none;	 }a.pwsd:visited{	 color: #9ba9bd;	 text-decoration: none;}a.pwsd:hover{	color: #841b85;	text-decoration: underline;}a.pwsd:active{	 color: #aa7788;	 text-decoration: none;}/* Define tiny links */a.tiny {	 font-size: x-small;	 }a.tiny:link{	 color: #4E6189;	 text-decoration: none;	 }a.tiny:visited{	 color: #9ba9bd;	 text-decoration: none;}a.tiny:hover{	color: #841b85;	text-decoration: underline;}a.tiny:active{	 color: #aa7788;	 text-decoration: none;}	/* Define big links */a.big{	 font-size: large;	 }a.big:link{	 color: #4E6189;	 text-decoration: none;	 }a.big:visited{	 color: #9ba9bd;	 text-decoration: none;}a.big:hover{	 color: #841b85;	 text-decoration: underline;}a.big:active{	color: #aa7788;	text-decoration: none;}	/* Define paragraphs */p.home{	 font-size: small;	 text-decoration: none;	 text-align: justify;	 }p.large{	 font-size: large;	 text-decoration: none;	 text-align: center;	 }p.largeleft{	 font-size: large;	 text-decoration: none;	 text-align: left;	 }p.medium{	 font-size: medium;	 text-decoration: none;	 text-align: left;	 }p.small{	 font-size: small;	 text-decoration: none;	 text-align: center;	 }p.tiny{	font-size: x-small;	text-decoration: none;	text-align: center;	}p.tinyleft{	font-size: x-small;	text-decoration: none;	text-align: justify;	}/* Define "tables"  */div.container{width:100%;margin:5%;border:none;}div.left{float:left;width:30%;margin:2%;}div.content{margin-left:25%;margin-right:25%;border-left:none;}