html, body {
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 14pt;
	color: #000033;
}

body {
	background: #F5FAFF;
}

#page {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

#headerimg {
	background: #ffffff url(images/header.jpg) no-repeat left top;
	width: 780px;
	height: 141px;
}

#headerImgLink {
	cursor: pointer;
	display: block;
	width: 780px;
	height: 141px;
	text-decoration: none;
}

/* Left column of main table */
#content {
	width: 539px;
	background: #ffffff;
	padding: 0 5px;
}

#content h2 {
	margin: 0 0 10px 0;
	clear: both;
}

.post {
	margin: 0 0 15px 0;
	clear: both;
}

#donateCallout {
	padding-bottom: 1px;
	/* display: none;	 hide callout until it has been positioned via javascript */
}

/* Right column of main table */
#sidebar {
	width: 221px;
	background: #DCE6EF;
	padding: 0 5px;
}

#sidebar ul, #sidebar li {
	list-style: none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#sidebar ul li ul li {
	padding-bottom: 2px;
}

#sidebar h2 {
	margin: 0;
}

#sidebar ul {
	margin: 3px 0 15px 0;
}

#nsalHeader {
	background: #ffffff url(http://www.nsalamerica.org/assets/wrapper_banner774.jpg) no-repeat left top;
	width: 780px;
	height: 100px;
}
#nsalHeaderLink {
	width: 780px;
	height: 100px;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

#footer {
	text-align: center;
	padding: 10px;
	background: #ffffff;
	font-size: 8pt;
}


a:hover {
	text-decoration: none;
}

.postmetadata {
	display: none;
}

cite {
	font-style: normal;
}

.alignleft {
	float: left;
	padding: 0 8px 8px 0;
}

.alignright {
	float: right;
	padding: 0 0 8px 8px;
}

.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto;
}

h3 {
	clear: both;
}

/*** 
Comment stuff
***/
ol.commentlist {
	list-style: none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ol.commentlist .avatar  {
	display: none;
}

#comments {
	font-size: 8pt;
	margin-top: 20px;
}
.commentlist .even, .commentlist .odd {
	padding: 4px;
	font-size: 9pt;
}
.commentlist .even {
	background: #F5FAFF;
}

.comment-author, .comment-meta {
	display: inline;
}


.customImageDiv {
	float: left;
	padding: 0 8px 8px 0;
}

.customImageDiv p {
	text-align: center;
}

.customImageDiv a {
	font-family: 'Comic Sans',comic sans ms,cursive; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 14pt;
	clear: left;
	margin-left: 12px;
}
