﻿/*-------------------------------------
           Reset Styles
--------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	font-family: Arial, Sans-Serif;
	vertical-align: baseline;
}

ol, ul, li {
	list-style: none;
    margin-left:100px;
    line-height:34px;
    font-size:1.4em;
}

h1 { font-size:1.25em; 
     width:65%;
     margin-left:100px;   
}

h2 {margin-left:100px;
    font-size:1.2em;  
    }
/*-------------------------------------
           End Reset Styles
--------------------------------------*/
body 
{
    max-width:900px;
    min-width:500px;
	font-family: Arial,sanserif;
	font-size:1em;
	line-height: 1em;
	color: black;
	background: white;
	/*background-image: url(images/body-bg.gif);*/
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e8e3D0;

}

.logo 
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
.centerMe 
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}

.inset 
{
    font-family:Arial;
    font-style:italic;
    font-size:1em;
    width:65%;
    text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
    }
    
.menuItem  
 {
    margin-top:5px;
    font-family:Arial, Sans-Serif;
    font-size:1.2em;
    text-align:left;                 
                  }   
.footer 
{
     background-color:Gray;
     line-height:1.2em;
     margin-top:134px;
     margin-top:44px; 
     line-height:24px;

    }
