html, body {
	height: 100%;
	margin-left:40px;
	margin-right:40px;
}
body {
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.wrapper {	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* the bottom margin is the negative value of the footer's height */
	}
td, table, tr, p {
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.top  {
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
}

p, h1, h2, h3, h3, h4, h5 {padding-left:20px;
}

.nav {padding-right:15px;
}
  h1{
	font-size: 16pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
  h2{
	font-size: 14pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 14pt;
}

  h4{
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


a {
	font-weight: bold;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top:10pt;
}

li{
	list-style-image: url(assets/daimondbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	text-align:left;
	text-transform: none;
}
.left ul li a{
	list-style-image: url(assets/daimondbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	text-align:left;
	text-transform: none;
}
.footer {
padding:10px;
}
.footer, .push {
	height: 75px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/