@charset "UTF-8";
/* CSS Document - Jen Appel*/

html{
	position:absolute;
	overflow:auto;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	border:none;
   }
   

   
body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:Baskerville, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:16px;
	color:#ffffff;
	}

html>body {
	   overflow:auto;
}

#backdrop1 {
		position:absolute;
		top:0px;
		z-index:5;
		left:0px;
		width:100%;
		height:100%;
		padding:0px; 
		margin:0px;
		overflow:hidden;
}

/* for moz/opera and others*/
html>body #backdrop1{position:fixed}

#backdrop1-inner {
		height: 100%;
}

.heading{
	font-size:22px;
	font-weight:bold;

}

.highlight{
	font-size:16px;
	font-weight:bold;

}


	


#NAV {
	margin-top:20px;
	margin-bottom:0px;
	z-index:101;
}

#home_pics {
	margin:0px;
	padding:0px;
	vertical-align:top;
}

#backdrop2 {
	position:absolute;
	z-index:6;
	top:0px;
	left:0px;
	overflow:hidden;
}
#bgImage {
	position:relative;
	overflow:hidden;
}

a{
	outline:none;
	border:none;
	text-decoration:none;
	color:#ffffff;
}

a:hover{
border-bottom:thin dotted #ffffff;
}

img{ border:none;
	outline:none;

}

a.NAV {
	text-decoration:none;
	border:none;
	outline:none;
}

a.NAV:hover{
	text-decoration:none;
	border:none;
	outline:none;
}

a.dark{
color:#00284f;
}

a.dark:hover{
border-bottom:thin dotted #00284f;
}



p,div,td,ul,ol {
	font-family:Baskerville, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:16px;
}

ul,ol { text-align:left; }



.zTop {
	position:relative;
	z-index:200;
}
