/* Set every element to have consistent padding and margins */* { margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; }a { color: black; text-decoration: none; }/* Generic element selectors */body { font-size: 100%; margin-top: 10px; background-color: #FFFFFF; }h1,h2,h3,h4,h5,h6 { margin-top: 0.5em; margin-bottom: 0.5em; padding-top: 2px; }h1 { font-size: 1.4em; font-family: Georgia, "Times New Roman", serif; }h2 { font-size: 1.2em; font-weight: normal; padding-top: 8px; border-top: 1px solid #000000; }h3 { font-size: 1em; color:#000000; font-weight: normal; padding-top: 8px; }h4 { font-size: 1.1em; font-weight:bolder; color:#000000; padding-top: 8px; }h5 { font-size: 1.1em; padding-top: 8px; }div.hr hr { display: none; }div.hr { margin-top: 6px; margin-bottom: 7px; border-top: 1px solid #000000; }img { border: 0px; }p { margin-bottom: 0.75em; }ol, ul { margin-left: 1.5em; padding-left: 1.5em; margin-bottom: 0.75em; }/* CSS selectors that act upon element IDs in the HTML source */#root { width: 600px; margin: 0px auto; background-color: #FFFFFF; padding: 20px; font-size: 0.7em; line-height: 1.5em; }#root2 { width: 600px; margin: 0px auto; background-color: #FFFFFF; padding: 10px; }#head { height: 90px; background-color: #FFFFFF; padding: 5px; border-bottom: 10px solid white; }	#head-logo { float: left; padding: 4px 0px 0px 10px; }#nav { display: none; }#main { width: 100%; display: block; background-color: #FFFFFF; }#nav2 { display: none; }#main-text { width: 100%; padding: 10px; }#gallery { background-color: #FFFFFF; margin: 10px; }#footer { width: 600px; margin: 8px auto; text-align: right; font-size: 0.6em; }/* CSS selectors that are defined as classes applied to elements */.nav2item { padding-bottom: 10px; border-bottom: 1px solid #cccccc; margin-bottom: 10px; }.clear { clear: both; height: 0px; font-size: 0px; line-height: 0px; }.alignright { text-align: right; }.section-pad * { font-family: "Times New Roman", Times, serif; font-size: 1.9em; font-style: italic; color:#999999; padding-top: 64px; padding-right: 10px; }/* Specific element selectors */#main-text table { border-collapse: collapse; border: 0px; margin: 0px auto 0.75em; }#main-text td, #main-text th { font-weight: normal; }/*extends the menu colours downward to the bottom of the root2 div*/#mainroot { background-image: none; background-repeat:repeat-y; }