/* CSS for getting rid of default valuse and replacing some of the basic one */
/*
Israel Jernigan
Date-created:2007-04-10
*/
/*Basic font setup in em*/
body,html,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,th,td,tbody,thead,tfoot,a { 
    margin: 0; 
    padding: 0;
  }
  body {
     background:#fff url(images/pattern.png) top left repeat-y;
    font-family: Verdana, 'Lucida Grande',Arial,sans-serif;
    font-size: 75%;
	height:100%;
	width: 100%;
			margin: 0 -50%;
			left:50%;
			top:0px;
			position:absolute;
  }

html>body {
/*--ignored by I.E.---*/
font-size: 12px;
}
blockquote{
color:#6D6D6D;
}

blockquote:before{
content:open-quote;
font-size:25px;
line-height:0;
font-family:"Times New Roman", Times, serif;
color:#BDBDBD;
}

p {
	line-height: 1.3em;
}
 
  p,
  ul,
  ol { 
	font-size:1.1em;
	padding: 0 1.5em 1.5em 1.5em;
  }
  ul {
    list-style-type: square;
    margin-left: 2em;
  }
    ul.notype,ol.notype{
  list-style-type:none;
  }
  ol li{
  padding-bottom:1em;
  }
  img{
  padding:0;
  border:0;
  }
  hr{
  border:1px solid #ededed;
  }
  h1 { 
    color:#000;
	font-size:3em;
	font-family: "Aldo Semibold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em; 
  }
  h2.first{
  padding-top: 0;
  margin-top:0;
  }
  h2 { 
    color: #333;
	font-size:2em;
	line-height: 1.286em;
	padding-top: 1.929em;
	margin-bottom: 0.643em;
	font-family:"Bookman Old Style", "Goudy Old Style", Georgia, serif;
	font-weight:normal;
  }
  h3 { 
	font-size:1em;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 1em;
  }
  .left { 
    float: left; 
    margin:0; 
  }
  .right { 
    float: right; 
    margin:0; 
  }
.clear{
clear:both;
}
a{
text-decoration:none;
color:#860001;
}
a:link{/*unvisited*/
border-bottom:1px dotted #860001;
}
a:visited{
color:#000;
border-bottom:1px solid #860001;
}
a:hover{
color:#000;
border-bottom:1px solid #860001;
background-color:#f1f1f1;
}
a:active{
border-bottom:1px solid #860001;
background-color:#EAEAEA;
}
a.big-button{
border:none;
background:url(images/download.png) top left no-repeat;
height:47px;
width:190px;
text-align:left;
display:block;
font-size:1.5em;
padding:10px 0 0 10px;
font-family:"Gill Sans";
color:#575757;
}

