/* Master Communications, Inc. stylesheet */

/* RESET */
/* based on the Eric Meyer Reset*/
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
	color: black;
	font: 12px/1.25em Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
a {
	text-decoration: none;
}
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;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* end RESET */

/* from If the World Were a Village page */
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

/* the rest */
.sidebar {
	height: 743px;
	padding: 0px 14px 14px 49px;
}
.sidebar p {
	font-size: 1em;
	margin-bottom: 5px;
}
.main {
	background-color: #FFFFCC;
	padding: 0px 14px 14px;
	width: 460px;
}
.main p, h1, h2 {
	margin-bottom: 1.25em;
}
h1, h2, h3 {
	font-weight: bold;
}
h1 {
	font-size: 1.4em;
	line-height: 1.5em;
}
h2 {
	font-size: 1.1em;
	line-height: 1.25em;
}
h3 {
	text-decoration: underline;
}
abbr {
	border-bottom: 1px inherit dotted;
	cursor: help;
}
.youtube {
	height: 385px;
	margin: 10px 0 20px;
	width: 480px;
}
.downloads {
	margin: 20px;
}
.downloads th, .downloads td  {
	padding: 5px 15px;
}
.downloads  th {
	background-color: #888;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	height: 3em;
	text-align: center;
	vertical-align: bottom;
}
#alt {
	background-color: #ddd;
}
.downloads tr:hover, .downloads tr#alt:hover {
	background-color: #ffc;
}
.downloads a:hover {
	text-decoration: underline;
}
.downloads a[href$=".tif"] {
	padding-right: 1em;
}
.downloads a[href$=".jpg"] {
	padding-left: 1em;
}
.footer {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	height: 20px;
	padding: 2px;
	text-align: right;
}
.footer a {
	color: #FFF;
}
.copyright {
	font-weight: bold;
	font-size: 1.1em;
}
.about {
	font-size: .9em;
}