/* Rev Mar 24, 2004  Apr 29, 2004 Dec 21, 2004*/
body, td {
	background-color: #CCCCCC;
	color: Black;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	color: #006699;
	font-family: "Bauhaus 93",  Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 {
	font-size: 200%;
}
h2{
	font-size: 175%;	
}
h3, h4 {
	font-size: 125%;
}

img {
	float: left;
}
hr {
	color: #006699;
	width: 75%;
	text-align: center;
}
p {
	font-size: 1em;
  margin:2em 2em;
}
ul {
	list-style-image: url(bluedot.gif);
}

dl {
	margin: 2em;
}


table {
	margin-left: 2em;
	padding: 1px;
	text-align: center;
	border: 1px; border-color: #006699; border-style: solid;
}

th {
	font-size: 120%;
	font-weight: bolder;
	padding: 3px;
	border: 1px solid #006699;
}
td {
	text-align: left;
	padding: 3px;
	border: 1px solid #006699;
	}
/* ============CLASSES============== */
	
.centre {
 text-align: center;
}
.entryform {
	background-color: White;
}
.footer {
 margin-left: auto;
 margin-right: auto;	
	text-align: left;
	font-size: .8em;
	width: 80%;
}
.left {
	float: left;
}
.nodisc {
	margin: 0px;
	padding:0px;
	list-style-type: none;
	list-style-image: none;
	/*list-style: outside;*/
	}
.right {
	float: right;
}

table.centre {
	width: 800px;
	margin: auto;
}
.title {
	font-weight: bold;
}

.wncfhg {
	color: Black;
	font-family: "Times New Roman", Times, serif;
}

/* =============PSEUDO-CLASSES================ */
a:link {
	color: blue;
	text-decoration : underline;
}

a:visited {
	color: Purple;
	text-decoration : underline;
}
a:hover {
	color: Teal;
	text-decoration : underline;
}
a:active {
	color:red;
	text-decoration: underline;
}

/* ========ID'S==================== */

/* for horizontal list of links */
#nav {
 	margin:0;
	padding:0;
	list-style-type: none;
	
 }
#nav li {
	display:inline;
   padding:0;
   margin:0;
    }
	 
#nav a:link {
 	 color:blue;/* same as ordinary link color */
    background:#ddd;/* slightly lighter than body color */
	 padding: 2px 5px 2px 5px;	
 }
 
#nav a:visited {
 	 color: purple;/* same as ordinary link color */
    background:#ddd;
	 padding: 2px 5px 2px 5px;
    }
#nav a:hover {
	color: Teal;/* same as ordinary link color */
	background: #ddd;
	text-decoration : underline;
	 padding: 2px 5px 2px 5px;
}
