html {
	margin: 0; 
	padding: 0; 
	border: 0; 
}
	
body {
	min-width: 800px;
	width:100%;
	margin: 0;
    padding: 0;
	border: 0;
	background-color:#66CCFF;	
}

body, p, div, table, th, td, blockquote, ul, ol {
    color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
}

th {
	font-weight:bold;
	}
	
h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	margin: .5em 0 .5em 0; padding: 0;	 
}
h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;	
	margin: .35em 0 .25em 0; padding: 0;	 
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;	
	margin: .35em 0 0 0; padding: 0;
}	

/* Ids */

/** Delete the following */
#pageTitle {
	width:90%;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	}	
	
#noScript {
	position: absolute;
	top: 30px;
	left: 200px;
	}

#mainContent {
	margin:0;
	padding: 0 25px 10px 0;
	line-height: 1.5em;	
	}


/* Classes */
.pageTitle {
	width:90%;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	}	
	
.mainBG {	
	background-color:#66CCFF;	
	}

.dogBG {
	background-color: #BDE6F9;
	}

.elinkhidden{
  display:none;
}
.elinkshown{
  display:inline;	
}
	
.smalltext {
    color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
}	
	
.formStyle th {
	text-align: right;
	font-weight: bold;
}

.border1 {
	background-color:#FFFFFF;
	border:#FFFFFF 10px solid;
	}
	
.photocaption {
	font-weight:bold;
	margin-top:8px;
	}	

.footer {
	padding:5px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-align: center;
	}
.footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
    color: #000000;	
	}
.footer a:link, .footer a:visited {
    color: #000000;
	}
.footer a:hover {
    color:#ffffff;
	}
.footer a:active {
    color:#ffffff;
	}
	
.keywords {
	color:#66CCFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;	
}	

		
a {
    text-decoration: underline;	
}
a:link, a:visited {
    color: #000000;
}
a:hover {
    color:#666666;
	}
a:active {
    color: #ffffff;
}

ul.plainlink {
	list-style:none;
	line-height:1.6em;
	}
ul.plainlink a:link, ul.plainlink a:visited {
    color: #000000;
    text-decoration: none;
}
ul.plainlink a:hover {
    color: #666666;
    text-decoration: underline;
}
ul.plainlink a:active {
    color: #ffffff;
    text-decoration: none;
}

div.validators, div.validators a {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	text-align:center;
	padding:5px 0 5px 0;
	}
div.validators a:link, div.validators a:visited {
    color:#000000;	
    text-decoration: none;
	}
div.validators a:hover, div.validators a:active {
    color:#006699;
    text-decoration: none;
	}

.bold {font-weight:bold;}
.italic {font-style:italic;}

.bigblack {
    color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;	
    font-size: 15px;
}

.smallblack {
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.smallwhite {
    color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.red {
	color:#FF0000;
}

