/* Page Elements ********************/

body {
	font-family: "Lucida Grande","Lucida Sans Unicode", "Verdana", "Arial", "Helvetica", sans-serif;
	line-height: 1.5em;
	color: rgb(30,30,30);
	/*font-weight: normal;/* IE6 */
	font-size: 0.90em;  /* .75em = 12px */
	}

small {
	font-size:0.55em;  /* .75em = 12px */
	}

/* Classes ********************/

.whole {
	font-size: 110%;
	line-height: 150%;
	}

.half, .two-third, .third, .third-34 {
	}

 .fourth, .fifth, .sixth, .sixth-17, .copyright {
	font-size: 90%;
	line-height: 140%;
	}

/* Headings ********************/

H1, H2, H3, H4 {
    font-family: Helvetica Neue, Helvetica, Arial,"Lucida Grande","Lucida Sans Unicode", sans-serif;
    font-weight: bold;
	color: black;
    }

H1 {
	font-size: 1.625em; /* 1.625em = 19.5px */
	margin-bottom: 7px; /* remove for vertical grid */
	color: #6e02a7;
	font-family: Geaorgia, serif;
	font-weight: normal;
	font-size: 200%
	}
H2 {
	font-size: 1.425em;	/* 1.425em = 17.1px */
	margin-bottom: 5px;	/* remove for vertical grid */
	}
H3 {font-size: 1.275em;	/* 1.275em = 14.0667px */
	margin-bottom: 5px;	/* remove for vertical grid */
	}
H4 {font-size: 14px;
	font-size: 1.2em; 	/* .8125em = 12.483px; */
	margin-bottom: 3px;	/* remove for vertical grid */
	}
    
/* Links ********************/

a {
	color: #6e02a7;
	text-decoration: none;
	}
    	
a:hover {
	color: black;
	text-decoration: underline;
	}
p {
	margin:.4em 0 .8em 0;
    padding:0;
    }

em {
	font-style: italic
    }
    
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	/*color: #F47A20;*/
	text-decoration: underline;
	}

/* Misc. ********************/

.copyright{
	text-align: center;
	color: #FFFFFF;
	font-size: 50%
	}
	





