body {
     background-color: #ffffcc;
     color: #000000;
     font-family: 'Times New Roman', serif;
		 font-size: 1.2em;
     border-style: none; 
     border-width: 0;
		 max-width: 1280px;
		 margin-left: auto;
     margin-right: auto;
}

/* formats for all pages */
img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
} 

div#top {
     padding: 0;
     margin: 0;
     border: 0;
     font-size: 1.0em;
}
div#top #nadfaslogo {float: left;}

div#top #rosslogo {float: right;}

h1 { 
     font-family: verdana, arial, helvetica, sans-serif;
		 font-size: 40px;
     line-height: 150%;
     font-weight: bold;
     color: rgb(66,27,72);
     border: none; 
     padding: 0;
     text-align: center; 
}


/* format "navline" class to show list horizontally */
.navline {
     font-family: arial, helvetica, sans-serif;
		 margin-top: 0.5em;
     clear: both;
     font-size: 1.2em;
     line-height: 2em;
     width: 100%;
     background-color: rgb(0,151,193);
     color: #ffffcc;
     padding: 0;
     text-align: center;
}
.navline ul {
     margin: 0;
     padding: 0;
     list-style-type: none;
}
.navline li {
     display: inline;
     padding-left: 1.0em;
     padding-right: 1.0em;
}
.navline li a {text-decoration: none;}

.navline li a:link {color: #ffffcc;}
.navline li a:visited {color: #ffffcc;}
.navline li a:hover {color: rgb(0,151,193); background-color: #ffffcc;}   

#whereami {
     font-family: arial, helvetica, sans-serif;
		 font-size: 0.8em;
     color: black;
     font-weight: normal;
     margin-top: 1.0em;
     padding: 0.5em;
}
#whereami a {text-decoration: none;}
#whereami a:link {color: #000000;}
#whereami a:visited {color: #000000;}
#whereami a:hover {color: #ffffcc; background-color: #000000;} 

.nobreak {white-space: nowrap;}
.emphasise {font-weight: bold;}

h2 {font-size: 1.5em; 
    font-weight: bold; 
		line-height: 120%;
    text-align: center;
    margin-left: 0; 
    margin-top: 0.5em;
    margin-bottom: 0.5em;}
	

/* div main is a common container on all pages to provide the page structure */
div#main {
     border-top: thin solid rgb(0,151,193);
     margin-left: 10px;
     margin-right: 10px;
     margin-top: 1.0em;
     padding: 0;
     font-size: 1.2em;
     line-height: 120%;
}

#main a {text-decoration: none;}
#main a:link {color: rgb(230,0,100); font-weight: bold;}
#main a:visited {color: rgb(230,0,100); font-weight: bold;}
#main a:hover {color: #ffffcc; background-color: rgb(230,0,100)}

/* Classes for small images interspersed with text */

.leftimage {
     float: left;
     border-style: none;
     border-width: 0;
     margin-left: 0px;
     margin-right: 15px;	
     margin-top: 0px;
     margin-bottom: 15px; 
}

.rightimage {
     float: right;
     border-style: none;
     border-width: 0;
     margin-left: 15px;
     margin-right: 0px;	
     margin-top: 0px;
     margin-bottom: 15px; 
}

.centre {text-align: center;}

.imagecentretext {
     clear: both;
}

/* div bottom is on all pages */

div#bottom {
     border-top: thin solid rgb(0,151,193); 
     margin-top: 1em;
     margin-left: 0;
     padding: 0.5em;
     clear: both;
} 

/* formating for copyright */
h6 {color: rgb(66,27,72); font-size: 0.8em; text-align: center; border: none; padding: 0;}

/* end of common formatting */
/**************************************************/

/* Formatting for Program Details page */
		
/* classes eventhead is for subtitles om Program Details page */
.eventhead1 {
    font-size: 1.2em; 
    font-weight: normal; 
    text-align: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.eventhead2 {
    font-size: 1.2em; 
    font-weight: bold; 
    text-align: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
		

/* Formatting for tables ( Contacts and Links pages) */


#main table.contactstable {
    margin-top: 1.5em; 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    border-collapse: collapse;
}
#main table.contactstable td {
    padding-left: 1.0em; 
		padding-right: 1.0em;
		padding-top: 0;
		padding-bottom: 0;
		border: none;
}

#main table.linkstable {
    margin-top: 1.5em; 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    border-collapse: collapse;
}
#main table.linkstable td {
    padding-left: 1.0em; 
		padding-right: 1.0em;
		padding-top: 0;
		padding-bottom: 0;
		border: none;
		font-size: 1.3em;
    font-weight: normal;
}

#hideParagraph {visibility: hidden;}  /* For when JavaScript is disabled. If enabled, the visibility is changed to visible */

/* h5 is note at bottom of Contacts page */
h5 {
    font-size: 1.2em;
    font-weight: normal; 
    margin-left: 0; 
    margin-top: 2.0em;
    margin-bottom: 2.0em;
}




/* Formatting for logViewer */

#logViewer {
    padding-left: 2.0em;
    padding-right: 2.0em;
    padding-top: 0;
    padding-bottom: 1.0em;
}

#logViewer h1 {
    font-size: 1.5em;
    color: rgb(0,151,193); 
    font-weight: bold; 
    text-align: center;
    text-decoration: underline;
    margin-left: 0; 
    margin-top: 0.5em;
    margin-bottom: 1.0em;
}

#logViewer h2 {
    font-size: 1.3em; 
    font-weight: bold; 
		color: black;
		text-decoration: none;
    margin-left: 0; 
    margin-top: 0.5em;
    margin-bottom: 1.0em;
}

#logViewer h3 {
    font-size: 1.2em; 
    font-weight: bold; 
		color: black;
		text-decoration: none;
    margin-left: 0; 
    margin-top: 0.5em;
    margin-bottom: 1.0em;
}

#logViewer table.criteria {
    padding: 0;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
}

#logViewer table.results {
    padding: 0;
		margin-top: 1.0em;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
}

#logViewer td, #logViewer th {
   border: 1px solid #000000;
	 font-size: 1.0em;
	 color: black;
}
/* Formatting for Membership Database Attendance Recording print */
.pagebreak {page-break-before: always;}
.colwidth50 {width: 50%;}
.colwidth15 {width: 15%;}
.colwidth10 {width: 10%;}
.bgwhite {background-color: #ffffff;}
.bgcream {background-color: #ffffcc;}





/* Formatting for HV Project pages */
#HVproject {
    padding-left: 1.0em;
    padding-right: 1.0em;
    padding-top: 0;
    padding-bottom: 1.0em;
}

#HVproject table {
    width: 100%;
		text-align: center;
}

#HVproject h1 {
    font-size: 1.5em;
    color: rgb(0,151,193); 
    font-weight: bold; 
    text-align: center;
    text-decoration: none;
    margin-left: 0; 
    margin-top: 0.5em;
    margin-bottom: 1.0em;
}

#HVproject p {
   font-size: 1.3em;
	 font-family: verdana, arial, helvetica, sans-serif;
	 text-decoration: none;
	 line-height: 120%;
	 margin: 0;
	 padding: 0.5em;
}

#HVproject td {
   font-size: 1.3em;
	 font-family: verdana, arial, helvetica, sans-serif;
	 text-decoration: none;
	 line-height: 120%;
	 margin: 0;
	 padding: 1.0em;
}

