/* Eric Meyer's Reset.css */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
  
/* Basic typography */
 
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
p {
	margin-bottom: 0.8em;
}

/* Site wide links */

a {
	color: #0018ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

br.clear {
	clear: both;
}

/* Basic form behavior */

button:hover {
	cursor: pointer;
}


/* Body */


div.wrap {
	margin: 0 auto;
}

body.entrance div.wrap {
	width: 425px;
}

/* Wrapper */

div#wrapper {
}
body.inside div#wrapper {
	margin: 50px auto 0 auto;
	padding-bottom: 20px;
	width: 700px;
}

/* Header */

body.inside div#header {
	float: left;
	width: 185px;
}
div#header h1 a {
	background: url('images/logo.png') left top no-repeat;
	display: block;
	height: 117px;
	margin: 0 0 25px 0;
	text-indent: -999em;
	width: 185px;
}


/* Nav */

div#nav {
	background: #74b9d1 url('images/gradient.png') bottom repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 150px;
	text-transform: uppercase;
	width: 185px;
}
div#nav a {
	background: url('images/nav.png') top repeat-x;
	color: #fff200;
	display: block;
	height: 27px;
	line-height: 2.1em;
	padding: 0 0 0 5px;
	text-decoration: none;
}


/* Container */

body.inside div#container {
	background: url('images/container.png') repeat;
	float: right;
	margin: 45px 0 0 0;
	position: relative;
	width: 480px;
}


/* Content */

body.entrance div#content {
	padding-bottom: 140px;
}
div#content img {
	margin-bottom: 20px;
}
body.entrance div#content p a {
	display: block;
	height: 20px;
	margin-left: 165px;
	margin-top: -21px;
	text-indent: -999em;
	width: 90px;
}

body.inside div#content {
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 30px 0 15px 15px;
	width: 285px;
}
body.no-sidebar div#content {
	width: 440px;
}
div#content p {
	margin: 0 0 20px 0;
}
div#content h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
div#content h3 {
	font-size: 1.1em;
	font-weight: bold;
}

div#content ul li {
	list-style-type: disc;
}
div#content ol li {
	list-style-type: decimal;
}
div#content ul, div#content ol {
	margin: 0 0 30px 20px;
}
div#content ul ul {
	margin-bottom: 0;
}

table {
	margin-bottom: 20px;
}
table td {
	border: 1px solid #ccc;
	padding: 4px;
}

#donate table td {
	border: 0px solid #ccc;
	padding: 4px;
}

#donatesmall table td {
	border: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	font-size: 10px;
	font-family: Arial;
}

/* Sidebar */

div#sidebar {
	float: right;
	margin: 70px 0 0 0;
	width: 175px;
}
div#sidebar img {
	margin-bottom: 15px;
}


/* Highlighted link */

div#highlight {
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: -30px;
}
div#highlight a {
	background: url('images/nav.png') top repeat-x;
	color: #fff200;
	display: block;
	height: 27px;
	line-height: 1.8em;
	padding: 0 10px 0 10px;
	text-decoration: none;
}


