
body {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:150%;
	background: #a1b9d5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: NAVY;
}

h1 {
	font-size: 16px;
	color: NAVY;
	Padding-left:0px;
	font-family: Arial;
}
h2 {
	font-size: 15px;
	color: NAVY;
	font-family: Times New Roman;
}
h3 {
	font-size: 15px;
	color: black;
}


A:link {
	text-decoration:none;
	color:NAVY;
	font-weight:bold;
}


A:visited {
	text-decoration:none;
	color:NAVY;
	font-weight:bold
}


A:hover {
	text-decoration:underline;
	color:blue;
	font-weight:bold	

}

.Menu
{
	FONT-SIZE : 14px;
	FONT-WEIGHT : bold;
	FONT-FAMILY : Verdana, Arial;
	Color: Navy;
	font-variant:small-caps;
}


.Menu A:link {
	color:WHITE;
	text-decoration:none;
	font-weight:bold;
	text-stroke-color:black;
	text-stroke-width:3px;
	
}


.Menu A:visited {
	color:WHITE;
	text-decoration:none;
	font-weight:bold;
	text-stroke-color:black;
	text-stroke-width:3px;
}


.Menu A:hover {
	text-decoration:underline;
	color:black;
	font-weight:bold	

}


.footer {
	text-decoration:none;
	color:#000066;
	font-weight:normal;
	font-size:10px;
	line-height:125%;
}

.Footer A:link {
	text-decoration:none;
	font-weight:bold;
	
}


.Footer A:visited {
	text-decoration:none;
	font-weight:bold
}


.Footer A:hover {
	text-decoration:underline;
	color:blue;
	font-weight:bold	

}


.text {
	font-size:12px;
	font-face: Verdana;
	color:NAVY;
	font-weight:normal;
	Padding-left:20px;
}

.title {
	font-size:30px;
	font-face: Trebuchet MS;
	padding-bottom: 0px;
	color:#000066;
	font-weight:bold;
	font-variant:small-caps;
}

.form {
	font-size:10px;
	font-face: Arial;
	color:#000066;
	font-weight:bold;
}

.small {
	font-size:9px;
	font-face: Arial;
	color:#000066;
	font-weight:bold;
}

.sidetext {
	font-size:10px;
	font-face: Arial;
	color:#000066;
	font-weight:bold;
}

.toptext {
	font-size:22px;
	font-face: Arial;
	color:White;
	font-weight:bold;
	font-variant:small-caps;
	padding-top:45px;
	padding-left:15px;
}

.imagetitle {
	font-size:14px;
	font-face: Arial;
	color:Navy;
	font-weight:bold;
	padding-bottom:3px;
	padding-top:15px;
}

.thumbnail {
	width: 250px;
	height: 350px;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#links a img {
  height: 0;
  width: 0;
  border-width: 0;
} 

#links a {
  display:block;
  padding-top: 0px;
} 

#links a:hover img {
  position: relative;
  top: -260px;
  left: -90px;
  width: 500px;
  border-width: 2px;
  border-color: #0ff;
} 



