/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
      body {
        background-color: white;
        width: 6in;
        margin-left: auto;
        margin-right: auto;
		font-family: "ronnia-condensed-1","ronnia-condensed-2";
      }
	  h1 {
		font-size: 1em;
	  }
	  
      #head {
        background-color: white;
        color: black;
        height: 200px;
      }
      #title {
        color: black;
		height: 100px;
		text-align: center;
        background-color: white;
        margin-left: auto;
        margin-right: auto;
		margin-bottom: 40px;
		padding-top: 20px;
		border: none;
      }
	  .dsphead {
	    font-family: "ronnia-condensed-1","ronnia-condensed-2";
	  }
	  #title  h2{ 
		padding: 0;
		margin: 0;
		font-family: "ronnia-condensed-1","ronnia-condensed-2";
	  }
	  p { 
		padding: 0;
		margin: 0;
		font-family: "adobe-caslon-pro-1","adobe-caslon-pro-2";
		font-size: .9em;
	  }
	  #content {
        color: black;
        background-color: white;
        padding-left: 10px;
        padding-right: 10px;
		padding-bottom: 15px;
      }
	  #content h1 {
		padding-top: 5px;
	  }
	  #content h2 {
		text-align: center;
		font-size: .9em;
		font-family: "ronnia-condensed-1","ronnia-condensed-2";
	  }
      #content h3 {
        color: black;
      }
      #content table {
        color: black;
      }
      #content td.s1 {
        color: black;
	font-weight: bold;
      }
	  .footer {
	background: white;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	font-family: "adobe-caslon-pro-1","adobe-caslon-pro-2";
	color: black;
}

a{
	color: black;
	text-decoration: none;
}
a:hover{
	color: black;
	text-decoration: underline;
}
