body {
	margin: 0px;;
	padding: 0px;
	background: white url('graphics/banner_bg.gif'); 
	background-repeat: no-repeat;}
	}

a:link, a:visited, a:active {
	color: red;
	text-decoration: none;
	}
	
a:hover {
	color: black;
	text-decoration: none;
	}

table.container {
	width:100%;
	height: 100%;
	}
	
td.banner {
	height: 200px;
	padding: 30px 0 0 194px;
	vertical-align: top;
	font-family: arial,verdana;
	font-size: 52px;
	font-weight: bold;
	color: white;
	}
	
td.sidebar {
	width: 188px; 
	vertical-align: top;
	background:#ff0000 url('graphics/sidebar_bg.gif');
	}	
	
img.sidebar_btn, img_photo {
	display: block;
	}
	
input.donate_btn {
	margin-left: 7px;
	display: block;
	}
	
td.content {
	width: 960px;
	padding: 0 20px 6px 6px;
	vertical-align: top;
	font-family: arial,verdana;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
	}	
	
span.title {
	font-family: arial,verdana;
	font-size: 24px;
	font-weight: bold;
	color: #000000;	
	line-height: 1.5em;
	}
	
td.rt_sidebar {
	width: 239px; 
	vertical-align: top;
	padding-right: 2px;
	}	
	
div.blogbox {
	width: 239px;
	margin-top: 6px;
	min-height: 130px;
	padding: 6px;
	background: black url('graphics/blogbox_bg.gif');
	border: solid 4px black;
	font-family: arial,verdana;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	}
	
a.blogbox:link, a.blogbox:visited, a blogbox:hover {
	font-family: arial,verdana;
	font-size: 12px;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
	}

td.columntitle {
	padding: 3px;
	vertical-align: top;
	font-family: arial,verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #dddddd;
	}
	
td.eventlisting {
	padding: 3px;
	vertical-align: top;
	background: #eeeeee;
	}
	
.eventlisting {
	font-family: arial,verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}

a.eventlisting:link, a.eventlisting:visited, a.eventlisting:active {
	color: red;
	text-decoration: none;
	}
	
a.eventlisting:hover {
	color: red;
	text-decoration: underline;
	}
	
td.footer {
	height: 20px;
	padding: 3px 0 3px 4px;
	vertical-align: middle;
	font-family: arial,verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background: #000000;
	}

a.footer:link, a.footer:visited, a.footer:active {
	color: #cccccc;
	text-decoration: none;
	}
	
a.footer:hover {
	color: white;
	text-decoration: underline;
	}
