html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #97A9D7;
	font-size: 100.01%;
	color: #333333;
	}
	

h1 {
	font-size: 145%;
	font-weight: normal;
	color: #AAAAAA;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

p {
	font-size:70%;
	line-height: 140%;
	padding: 4px 0 4px 0;
	margin: 0px;
	}
	
.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
	}

.rightimage {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
	}
	
a:link {
	color: #3A5B9B;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: none;
}


/*LIST CSS FOR POPUP IMAGES*/

.pg {
width: 550px;
list-style: none none;
}

.pg:after {
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}

.pg li {
list-style: none none;
display: inline;
}

.pg li a {
margin: 0px;
border: 1px solid #CCC;
padding: 4px;
position: relative;
float: left;
display: block;
width: 170px;
height: 125px;
}

.pg li a:hover {
font-size: 100%;
z-index: 2;
}

.pg li a img {
	border: 0 none;
	position:absolute;
	width: 170px;
	height: 125px;
	left: 5px;
	top: 5px;
}

.pg li a:hover img {
width: 255px;
height: 188px;
left: -42px;
top: -31px;
z-index: 1;
}
