/******************************************************************************
* Defines default styles for site pages.                                      *
******************************************************************************/

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div.content {
	position: relative;
	background-color: #f5f5f5;
	width: 670px;
	left: 20px;
	z-index -1;
	}
	
div.home {
	position: relative;
	background-color: #f5f5f5;
	top:50px;
	left: 20px;
	z-index: -1;
	}

img.home {
	margin-left: 50px;
	
	}
	

body {
  font-family: Garamond,'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 12pt;
}
h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 16pt;
  color: #183753;
}

h2 {
  font-size: 14pt;
  color: #183753;

h3 {
  font-size: 12pt;
  color: #183753;
}

pre {
  font-family: Courier New, Courier, monospace;
  font-size: 80%;
}

td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

ul {
  list-style-type: square;
}