﻿body {
	background: #464646;
	font-family: "Lucida Grande", Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
}

/* ************************************************************************************************

	TYPE

************************************************************************************************ */

h1, h2, h3, h4, p, ol, ul, dl {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 0.75em;
}

/* ********************************************************************************************* */

a { 
	color: #464646; 
	text-decoration: underline;
}

a:hover {
	color: #464646; 
	text-decoration: none;
}

/* ********************************************************************************************* */


/* ********************************************************************************************* */

span.corner {
	background: #F00;
	height: 0.3em;
	position: absolute;
	width: 0.3em;
}

span.cornerBl {
	bottom: -0.3em;
	left: 0;
}

span.cornerTr {
	right: -0.3em;
	top: 0;
}

/* ************************************************************************************************

 	LAYOUT: HEADER

************************************************************************************************ */

div#header { 
	background: #9C0;
	border-right: solid 0.3em #2E2E2E;
	color: #464646;
	margin: 1em auto 0;
	position: relative;
	width: 800px; 
}

div#header span.corner { background: #464646; }

/* ********************************************************************************************* */



/* ********************************************************************************************* */

div#header ul {
	background: #7CA600;
	font-size: 1em;
	line-height: 1.8em;
	list-style: none;
	margin: 0;
	padding: 0 2.7em;
}

div#header ul li { float: left; }

div#header ul li a {
	display: block;
	color: #FFF;
	margin: 0 1.8em 0 0;
	padding: 0.9em 0;
	text-decoration: none;
	font-size:14px;
	font-family:Verdana;
}

div#header ul li strong a,
div#header ul li a:hover { background: transparent url("bgNavA.png") 50% 100% no-repeat; color:#c0c0c0; } 

/* ************************************************************************************************

 	LAYOUT: CONTENT

************************************************************************************************ */

div#content { 
	background: #FFF;
	border: none;
	border-bottom: solid 0.3em #2E2E2E;
	border-right: solid 0.3em #2E2E2E;
	color: #464646;
	margin: 0 auto;
	padding: 2.7em;
	position: relative;
	width: 746px; 
}

/* ********************************************************************************************* */

div#content span.corner { background: #464646; }

/* ********************************************************************************************* */

div#content h1 {
	color: #7CA600;
	font-size: 1.8em;
	font-weight: lighter;
	line-height: 1em;
	margin: 0 0 1em;
}

/* ********************************************************************************************* */

div#content h2 {
	color: #7CA600;
	font-size: 1.4em;
	font-weight: lighter;
	line-height: 1.285em;
	margin: 1.928em 0 0.642em;
}

/* ********************************************************************************************* */

/*
div#content ol,
div#content ul {
	margin: 1.35em 1.8em;
}
*/


/* ************************************************************************************************

 	LAYOUT: CONTENT > SECTION DONATE

************************************************************************************************ */

div#content div#sectionDonate {
	border-top: solid 0.3em #E8E8E8;
	margin-top: 2.7em;
	padding-top: 2.7em;
}

/* ************************************************************************************************

 	LAYOUT: HEADER

************************************************************************************************ */

div#footer { 
	color: #747474;
	margin: 2.7em auto;
	width: 800px; 
}

/* ********************************************************************************************* */

div#footer ul {
	font-size: 1em;
	line-height: 0.9em;
	list-style: none;
	margin: 0;
	padding: 0 2.7em;
	text-align: center;
}

div#footer ul li {
	border-left: solid 0.1em #747474;
	display: inline;
	margin: 0 0 0 0.45em;
	padding: 0 0 0 0.45em;
}

div#footer ul li.a { border: none; }

div#footer ul li a { color: #747474; }

/* ************************************************************************************************

 	SELF CLEARING
	REPLACE 'xyz' WITH ELEMENTS CONTAINING FLOATS TO CLEAR THEM WITHOUT ADDITIONAL ELEMENTS 
	BEING ADDED TO MARKUP. SEE IE 6/7 STYLESHEETS FOR INTERNET EXPLORER FIX

************************************************************************************************ */

div#content:after,
div#header ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}