body
{
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #818282;
	background-image: url(images/bkg.png);
}

#container
{
	width:792px;
	margin: 0 auto;
	background-color: #70a0c9;
	/*background-image: url(images/tiletest.jpg);*/
}

#header
{
	width: 792px;
	height: 428px;
	background-image: url(./images/header.jpg);
}

#navbar
{
	width: 792px;
	height: 61px;
	background-image: url(./images/navbarbkg.png);
}


#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 61px;
	display: inline;
	overflow: hidden;
	width: 792px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 61px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:61px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -61px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -122px;
	}
	
#thome a  {
	width: 113px;
	background: url(images/homeicon.png) top left no-repeat;
	}

#tissues a  {
	width: 136px;
	background: url(images/issuesicon.png) top left no-repeat;
	}

#tevents a  {
	width: 121px;
	background: url(images/eventsicon.png) top left no-repeat;
	}

#taction a  {
	width: 130px;
	background: url(images/actionicon.png) top left no-repeat;
	}

#tnews a {
	width: 142px;
	background: url(images/newsicon.png) top left no-repeat;
}

#tcontact a {
	width: 150px;
	background: url(images/contacticon.png) top left no-repeat;
}

#leftsidebar 
{
	width: 236px;
	float: left;
	border-right: 1px dotted #d9d9d9;
	border-bottom: 1px dotted #d9d9d9;
}

#leftsidebar-content
{
	padding: 20px 0px 0px 10px;
}

#mainbody
{	
	width: 495px;
 	float: right;
 	padding: 0px 30px 30px 30px;
}

#mainbody a img {
border:none;
text-decoration:none;
}

p.white
{
	font-family: Georgia, serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

p.black
{
	font-family: Georgia, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

p.maroon
{
	font-family: Georgia, serif;
	font-size: 16px;
	color: #794949;
	font-weight: bold;
}

div.eventBox
{
	font-family: Georgia, Serif;
	text-align: center;
	width: 188px;
	padding: 5px 0px 5px 0px;
	margin: 0px 10px 0px 10px;
	color: #4b4b4b;
	text-decoration: none;
	background-image: url(images/postitBackred.gif);
}

#eventTop
{
	width: 188px;
	height: 74px;
 	background: url(images/postit-top.gif) no-repeat;
	margin: 0px 10px 0px 10px;
}

#eventBottom
{
	width: 188px;
	height: 74px;
 	background: url(images/postit-bottomred.gif) no-repeat;
	margin: 0px 10px 20px 10px;
}

.eventBox a {font-family: Georgia, Serif; font-style: italic; text-decoration: none; color: #4b4b4b;}
#leftsidebar img.border {margin: 0px 0px 10px 0px; border: solid 2px #ffffff;}

#footer
{
	width: 792px;
	height: 30px;
	clear: both;
	background-image: url(images/footer.png);
	color: White;
	text-align: center;
	font-size: small;
	line-height: 2em;
}

h2 {font-family:arial;letter-spacing:-.05em;border-bottom: solid 2px #e9e9e9; color: #e9e9e9;}
h3 {font-family:arial;letter-spacing:-.05em; color:#ffffff;;}

ol li {padding: 15px 0px 5px 0px; border-bottom: solid 1px #794949;}
ol ul {font-style: italic;}
ul li {border-bottom: none;}

.singleEvent
{
padding: 0px 0px 15px 0px;
border-bottom: solid 1px #e9e9e9;
}

.singleEvent h3 {font-style: italic;}

.eventDetails {border: 2px solid #ffffff; padding: 0px 4px; margin: 0px 4px; background-color: #c6c6c6;}

#newsletterForm {
	border: none;
	margin: 2px 0px 10px 8px;
}

#donateSideBox {
	margin: 20px 0px;
}
#donateButton {
	margin: 10px 0px 5px 42px;
}