/* CSS Document */

body
	{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}
h1
	{
	color: white;
	background-color: #364d8b;
	background-image:url(http://www.charitynewsies.com/images/h1.gif);
	background-repeat:repeat-y;
	font-size:medium;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	}
h2
	{
	font-size: medium;
	margin-top: 1.35em;
	color: #364d8b;
	}
h3
	{
	font-size: 1em;;
	margin-top: 1em;
	}
p
	{
	}
a	
	{
	color: #364d8b;
	}
a:hover
	{
	color: #cd1c15;
	}
img
	{
	border: none;
	}
div#container
	{
	width: 650px;
	}
div#header
	{
	width: 650px;
	}
div#menu
	{
	text-align: left;
	width: 140px;
	float: left;
	}
div#menu a
	{
	color: white;
	text-decoration: none;
	background-image:url(http://www.charitynewsies.com/images/button_up.gif);
	background-repeat:no-repeat;
	width: 140px;
	height: 30px;
	display: block;
	text-align: center;
	padding-top: 10px;
	}
div#menu a:hover
	{
	background-image:url(http://www.charitynewsies.com/images/button_down.gif);	
	}
div#menu ul	
	{
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
div#menu ul li
	{
	padding: 0px;
	margin: 0px;
	}
div#content
	{
	float: right;
	padding-top: 5px;
	width: 500px;
	text-align: left;
	}
div#footer
	{
	font-size:x-small;
	width: 650px;
	padding-top: 10px;
	color: gray;
	}
div#footer p
	{
	margin: 0px;
	padding: 0px;
	}
div#footer ul
	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
div#footer ul li
	{
	display: inline;
	padding-right: 1em;
	}
	
ul#nav
	{
	}
	
ul.events
	{
	list-style: none;
	}

ul.events li
	{
	margin-bottom: 1.25em;
	}
.small
	{
	font-size:x-small;
	}
img.right
	{
	float: right;
	margin-left: .5em;
	margin-bottom: .5em;
	border: solid 1px gray;
	}
table
	{
	border: solid 1px gray;
	}
	table td
		{
		padding: 1em;
		border: solid 1px gray;
		}
	table tr.header
		{
		font-weight: bold;
		}
		