html, body
{
	height: 98.5%;

	font: 100%; "Palatino Linotype", Palatino, "Book Antiqua", serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;

}

#wrap
{
	min-height: 98.5%;
}

#header
{
	background: #EAEAEA;
}



#footer
{
	position: relative;
	margin-top: -20px; /* negative value of footer height */
	height: 20px;
	padding-top: 2px;
	padding-bottom: 48px;
	clear:both;

	background:#EAEAEA;
} 

#movingfooter
{
	/* position: relative; */
	padding-top: 1px;
	padding-bottom: 1px;
	background:#EAEAEA;
} 

#footer p
{
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}

#movingfooter p
{
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}

table.outer 
{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

img
{
	border : 0px;
}

/* start text formatting*/
a:link
{
	font: 100%; "Palatino Linotype", Palatino, "Book Antiqua", serif;
	font-size: 11pt;
	font-weight: bold;
    color: #666666;
	text-decoration:none;
  }

a:visited 
{
	font-size: 11pt;
	font-weight: bold;
  	color: #666666;
  	text-decoration:none;
}

a:hover 
{
	font-size: 11pt;
	font-weight: bold;
  	color: #990000;
  	/*text-decoration:none;*/
}

a:active 
{
	font-size: 11pt;
	font-weight: bold;
  	color: #990000;
  	/*text-decoration:none;*/
}

h1{
	font-size: 16pt;
	/*font-weight: bold;*/
	text-align: center;
}

h1.right{
	font-size: 16pt;
	/*font-weight: bold;*/
	text-align: right;
}

h1.left{
	font-size: 16pt;
	/*font-weight: bold;*/
	text-align: left;
}

h2
{
font-size: 12.5pt;
font-style: italic;
text-align: center;
}

h3
{
font-size: 12pt;
font-weight: normal;
	text-align: center;
	line-height: 130%;
}

p
{
font-size: 12pt;
font-weight: normal;
	text-align: center;
	line-height: 135%;
}

p.about
{
font-size: 12pt;
font-weight: normal;
	text-align: left;
	line-height: 135%;
}

p.andrew
{
font-size: 12pt;
font-weight: normal;
	text-align: left;
	line-height: 135%;
	clear:both;
}/* Left align the description below each picture in the Juicebox slideshow,which inherits from the p style */
p.jb-caption-desc {	text-align: left}/* Set the size of the Juicebox caption text, as per http://juicebox.net/forum/viewtopic.php?id=1054 */.jb-caption .jb-caption-title {	font-size: 11pt !important;}.jb-caption p  {    font-size: 11pt !important;}
.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */
	z-index: 5;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}



/* end text formatting */