/* CSS Document */

/* ------------------------------- formatting ----------------------------- */
body {
	margin: 0px;
	padding: 0 5%;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	background-color: White;
	color: navy;
	font-weight: normal;
}
img {
	display: none; 
}

#footer {
	display: none;
 }
#top { 
	display: none;
}
#leftcol {
	
}
#leftcol2 { 
  
}
#content {
	
}
#content2 { 
 
}
#rightcol { 

}
#button {
	display: none;
}
h1 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: Maroon;
	text-align: center;
	border: medium;
}
h2 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: large;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: Navy;
	text-align: center;}
h3 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: Maroon;
	text-align: center;
	margin: 3% 0 0 0;
}
h4 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	color: navy;
	margin: 1% 0 1% 15px;
}

p {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	margin: 5px 1% 1% 1%;
	padding-left:5px 5px 5px 5px;
}
#header {
	display: none; 
}
#navcontainerH ul {
	display: none;
}

#navcontainer ul {
	display: none;

table {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	margin: 1em 1em 0 1em;
	background-color: white;
	border: 3px;
	border-color: Blue;
	border-style: solid;
	}
td {
	line-height: 1.5em;
	padding: 0.25em;
	vertical-align: middle;
	font-weight: bold;
}
td.background{
	background-color: Silver;
}
colgroup {
color: Black;
}
tr {
	vertical-align: middle;
	}
tr#row1 {
	background-color: #D3D3D3;
	color: Black;
}
col#col1{
	background-color: #E6E6FA;
	width: 7em;
}
col#col2{
	background-color: #AFEEEE;
	width: 40em;
}
col#col3{
	background-color: #CCC7E6;
	text-align: center;
	color: Black;
	width: 6em;
}
ul {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	text-decoration: none;	
	list-style: none;
	font-size: smaller;
 }
 ul.centre {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	text-decoration: none;	
	list-style: disc;
	color: Navy;
 }
li {
 	background-color: transparent;
 }
 li.large {
 	background-color: transparent;
	font-weight: bold;
	font-size: larger;
 }
a:link, a:visited { 
color: #4169E1; 
font-weight: bold; 
text-decoration: none;  
} 
a:hover, a:active { 
color: Red;
font-weight: bold;  
list-style: none;
text-decoration: none;  
} 
a:hover {
 background-color: White;  
}

.print {
	margin: 0px;
	padding: 0 5%;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;
	background-color: White;
	color: navy;
	font-weight: normal;
}
.noprint {
	display: none;
}


