/* css to take out browser defaults */
h1,h2,h3,h4,h5,h6,p,pre,form,body,html,
{margin:0; padding:0; }
a img,:link img,:visited img { border:0px solid white;  }

/* these are styles for important layout divs */
body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EDEDED;	
	text-align:center;
}
#wrapper {
	margin: 10px auto;
	padding: 3px;
	text-align:center;
}
/* commenting these 3 out for a bit  
 #wrapper {display: inline-block;}
#wrapper {display: inline;}
#wrapper {display: table;}   */

#content-wrap {
	background-color:#FFFFFF; 
	float:left; 
	border: solid #AAA 1px;
	padding:3px;}

#header {
	text-align: center;
	background-color: #FFFFFF;
	border: solid #AAA 1px;
	padding: 10px;
}
#content {
	background-color: #FFFFFF;
	border: solid #AAA 1px;
	padding: 10px;
	margin-top:3px;
	margin-bottom:3px;
}

#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	background-color: #FFFFFF;
	border: solid #AAA 1px;
	padding: 10px;
}

.clearer {clear: both; height: 0em; }

	
	
/* these are basic styles */

td { text-align:left;
}
a, a:link, a:visited {
	color: #CC9900;
	font-weight: bold;
}  
a:hover, a:active{
	color: #A67C00;
	 }

.logotext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:30px;
	color: #333333;
	letter-spacing: 5px;
	line-height:50px;
	  }	
	  
#content p, td p {
 	margin: 0; 
}	

  
	  
/********** These are Lori's original styles *************/
 .heading
{
    font-family: Arial;
    font-size: 16pt;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    left: auto;
    width: auto;
}
.return
{
    color: #FF0000;
    font-family: Arial;
    font-size: 8pt;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
}

.update
{
    font-family: Arial;
    font-size: 8pt;
    color: #000000;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
}

.bodystyle
{
    font-family: Arial;
    font-size: 10pt;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    color: #000000;
    left: auto;
}
.subhead
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

/********** These are some new styles to use *************/
.header1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; 
	font-size:24px; 
	color: #333333;}

.header2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold; 
		font-size:20px; 
		color: #333333;}

.header3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.header4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}




