/* style resets */

body, p, h1, h2, h3, h4, h5, h6, div {
	margin: 0px;
	padding: 0px;
}

/* primary tags */

body {
	background-color: #5C832F;
	color: #fff;
	font-size: .88em; /* 14px */
	font-family: "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
}

a {
	color: #D8CAA8;
}

p {
	line-height: 1.29em; /* 18px */
	margin-bottom: 1.29em; /* 18px */
}

h1 {
	line-height: 1.13em; /* 18px x 3 = 54px */
	font-size: 3.43em; /* 48px */
	margin-bottom: .38em; /* 18px */
	font-family: "trebuchet ms";
}

h2 {
	font-size: 1.5em; /* 21px */
	line-height: 1.14em; /* 18px x 1.5 = 24px */
	margin-top: .57em; /* 12px */
	margin-bottom: .86em; /* 18px */
	font-family: "trebuchet ms";
}

h3, h4 { 
	font-size: 1em; 
	line-height: 1.29em;
	margin-bottom: 0px;
	font-family: "trebuchet ms";
}

ol {
	margin: 0px;	
	padding: 0px;
}

ul {
	margin: 0px;	
	padding: 0px;
	list-style-type: square;
}

li {
	
}

img {
	margin-bottom: 1.29em;
	border: 10px solid #659034;
}

pre {
	background-color: #659034;
	padding: 10px;
}

/* page structure */

#page {
	margin: 2em 4em;
}

#launcher {
	padding: 10px;
	color: #452D17;
	background-color: #659034;
}

#launcher .button {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 6px 4px 24px;	
	background: #D8CAA8 url('world_go.png') 6px 4px no-repeat;
	border-bottom: 1px solid #8C7E5F;
	border-right: 1px solid #8C7E5F;
	border-top: 1px solid #FFF5E0;
	border-left: 1px solid #FFF5E0;
	cursor: pointer;
	margin-right: 1em;
}

#faq {
	border-top: 5px solid #659034;
}

#more {
	border-top: 5px solid #659034;
}

#fineprint {
	color: #92D04A;
	margin-top: 2.57em;
}

#fineprint a {
	color: #92D04A;
}

/* misc classes */

.instruction {
	font-weight: bold;	
}
