/* TYPOGRAPHY *****************************************************/

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
body          { font-size: 75%; }   /* IE */
html > body		{font-size:12px; }  /* All other browsers */


/* HEADINGS *******************************************************/

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

h1 {
	FONT-WEIGHT: bold;
	COLOR: #74a353;
	LINE-HEIGHT: 30px;
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	FONT-WEIGHT: bold;
	COLOR: #74a353;
	LINE-HEIGHT: 20px;
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #02124d;
	margin-bottom: 10px;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #02124d;
	margin-bottom: 10px;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h5 { font-size: 1em; font-weight: bold;  }
h6 { font-size: 1em; }

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { display: none; }

/* TEXT ELEMENTS **************************************************/

P {
	FONT-SIZE: 12px;
	COLOR: #000000;
	LINE-HEIGHT: 18px;
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.fact {
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	LINE-HEIGHT: 18px;
	FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a {
	color: #74a353;
}
a:hover {
	color: #02124d;
}
ul, ol      	{ margin: 0; list-style-type: none; }

#content ul     {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ol          	{ list-style-type: decimal; padding-left: 30px; }
dl          	{ margin: 1.5em 0; }
dl dt       	{ font-weight: bold; }		
img				{ margin: 0; padding: 0; border: none;}
blockquote  	{ margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      	{ font-weight: bold; }
em          	{ font-style: italic; }
pre         	{ margin-bottom: 15px; background: #f9f9d4; padding: 0 10px; overflow: auto; }
code        	{ font: 11px Monaco, monospace; margin: 0; padding: 1px 3px; background: #f9f9d4; }
abbr			{ border-bottom: 1px dotted #999; cursor: help;}

/* content typography styles */

#content li {
	line-height: 1.7em;
	margin-bottom: 5px;
	color: #321a0b;
	font-size: 12px;
}

#content-right p {
	color: #7d301b;
}

/* footer typography styles */

.white {
	color:#FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
