@charset "utf-8";

body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 30px; /* 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: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #030;
	clear: both;
	padding-top: 30px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

h2
{
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	padding-top: 30px;
	margin-bottom: 10px;
}

h2.first
{
	padding-top: 0;
}

h3
{
	position: relative;
	top: -20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	margin-bottom: 0;
}

img
{
	border: 0;
}

img.icon
{
	position: relative;
	top: -5px;
	margin: 0;
	display: inline;
}

img.small
{
	position: relative;
	top: 5px;
    padding-left: 5px;
	margin: 0;
	display: inline;
}

table
{
	border-collapse: collapse;
}

table thead 
{
	text-align: left;
}

table thead th
{
  font: bold medium Arial, sans-serif;
  padding: 2px 16px 2px 4px; 
  border: 4px solid #cccccc;
}

table.shorts tbody td
{
  font-family: Arial, sans-serif;
  padding: 2px 16px 2px 4px; 
  border: 4px solid #cccccc;
}

#header 
{
	position: relative;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 760px;
	margin-top: 30px;
	margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
	line-height: 130%;
}

#header a
{
	border: 0;
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#header a:hover
{
	background-color: #FF0;
	text-decoration: none;
}

#header span
{
	padding-top: 2px;
}

#header span:hover
{
	background-color: #FF0;
	cursor: pointer;
}


#header #home 
{
	position:absolute;
	left:380px;
	top:260px;
	width:90px;
	height:20px;
	z-index:1;
}

#header #biblio 
{
	position:absolute;
	left:470px;
	top:260px;
	width:90px;
	height:20px;
	z-index:1;
}

#header #about 
{
	position:absolute;
	left:560px;
	top:260px;
	width:90px;
	height:20px;
	z-index:1;
}

#header #photos 
{
	position:absolute;
	left:650px;
	top:260px;
	width:90px;
	height:20px;
	z-index:1;
}

#container 
{
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

#mainContent  
{
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

.article
{
	clear: both;
	padding-top: 0;
	padding-bottom: 20px;
}

.article h2
{
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.article img  
{
	float: left;
	margin-bottom: 30px;
}

.article p  
{
	margin-top: 0px;
	margin-left: 130px;
}

.article table   
{
	margin-left: 140px;
	text-align: left;
}

.article table tr th 
{
	width: 150px;
	padding-top: 10px;
	vertical-align: top;
	text-align: left;
}

.article table td
{
	padding: 10px;
}

.article ul
{
	margin-left: 110px;
}

.article ul li
{
	padding-bottom: 10px;
}

.clear
{
	clear: both;
}

#footer 
{
	background-color: #ffffcc;
	height: 20px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#footer ul
{
	margin: 0;
	padding: 0;
}

#footer ul li
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	text-align: center;
	margin: 0px 65px 0 65px;
	line-height: 20px;
}

#footer ul li:first-child
{
	text-align: left;
	margin-left: 0;
}

#footer ul li.last /* no last-child in stoopid IE */
{
	text-align: right;
	margin-right: 0px;
}

#gregsite
{
	height: 20px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
}

#gregsite a
{
	float: right;
    padding: 0;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

#gregsite a:hover
{
	color: #0F0;
}
