body {
	background-color: #3a4064;
	background-image: url(/img/bgfade2.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	letter-spacing: .5pt;
	padding: 0px;
	margin: 0px;
	}

div#pgtop {
	position: absolute;
	background-color: transparent;
	top: 0px;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 22px;
	line-height: 24px;
	color: #ffffff;
	font-weight: bold;
	z-index: 10;
	}
	
div#pgtop.home {
	background-image: url(/img/pictures.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 250px;
	}
	
div#main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: 0px;
	margin-top: 50px;
	padding: 0px;
	padding-top: 50px;
	overflow: auto;
	}
	
div#main.home {
	background-image: url(/img/mainbg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 200px;
	}

div#searchinfo {
	visibility: hidden;
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
	}
	
div.info {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	margin: 0px;
	}	

div#footer {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	border: 0px;
	font-size: 8pt;
	line-height: 12pt;
	clear: both;
	color: #ffffff;
	}

a {
	color: #6600cc;
	text-decoration: none;
	}
	
a img {
	border: 0px;
	}
	
div#footer a{
	color: #b0c0cd;
	text-decoration: underline;
	}
	
.h2 {
	font-size: 16pt;
	font-weight: bold;
	color: #00ccff;
	line-height: 18pt;
	}
	
.h3 {
	font-size: 14pt;
	font-weight: bold;
	color: #00ccff;
	line-height: 14pt;
	text-align: center;
	}
	
.h4 {
	color: #00ccff;
	font-weight: bold;
	}