/* typography.css */

body {
	font : 72%/1.5 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif;
	color : #333;
}

h2, h3, h4, p, ul,  { 
margin : 0 20px .75em; }

blockquote {
	position: relative;
	margin : 0px 20px 10px 20px;
	color:#F00;
}

blockquote p {
	font-size: 100%;
	font-weight:normal;
}

h2  { 
margin-bottom :.15em;
font : 200% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
font-weight : bold; 
letter-spacing : -1px;
color: #333366;}


ul h2  { 
margin-bottom :.15em;
font : 150% "Papyrus";
font-weight : bold; 
letter-spacing : -1px;
color: #333366;}

h3  {
	margin-bottom :.15em;
	font : 150% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
	font-weight : bold;
	padding-top:10px;
	padding-right:20px;
	letter-spacing : -1px;
	color:#333366; }

	
h4	{
	margin-bottom :.15em;
	font : 150% "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
	font-weight : bold;
	padding-top:10px;
	letter-spacing : -1px;
	color: #333366;}
	
p { 
font-size : 120%; 
font-weight:bold;
padding-right: 10px;}


h2+p { 
font-size : 110%; }

li > h4 { margin-left : 0; }

div#nav_main p { 
font-size : 60px;
color : #88a308; }

div#site_info p { 
color : #333366;
font-size:100%;
font-weight:normal; }

li > p { margin-left : 0; }

a:link, a:visited, a:active { 
text-decoration : none; }

a:link, a:visited, a:active {
	color: #F00;
}
