body {
	background-color: #999;
	background-image:url(_G/bg-0.gif);
	margin: 0px;
	padding:0px;
	font-family:Trebuchet, Arial, sans-serif;
	font-size:12px;
}
.main-table {
	background-color:#DEDEDE;
	background: #DEDEDE url(_G/bg-1-body.png) top left repeat-x;
}
h1 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:220%;
	color:#990000;
	margin-top:25px;
}
* html h1 {
	margin-top:35px;
}
h2 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	color:#990000;
}
h3 {
	font-size:110%;
}
a:link {
	color:#990000;
	text-decoration:none;
}
a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#FF0000;
}
a:active {
	text-decoration:none;
	color:#FF0000;
}



/* HEADER: logo / get / involved / nav / sousnav */



.blok-logo {
	width:194px;
	height:85px;
	padding-top:20px;
}
#blok-header {
	width:596px;
	padding-left:10px;
	height:105px;
	background: #fff url(_G/bg-2-header.png) top right repeat-y;
	text-align:right;
}
#blok-header .get {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:210%;
	font-weight:bold;
	color:#900;
}
#blok-header .involved {
	font-weight:bold;
	color:#333;
}
.blok-involved {
	height:55px;
	padding-top:20px;
	width:586px;
	padding-right:10px;
}
.blok-nav {
	/*height:14px;*/
	padding-top:0px;
	width:586px;
	padding-left:10px;
	background-color:#900;
	color:#fff;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	text-align:left;
}
.blok-nav a:visited {
	color: #fff;
	text-decoration: none;
}
.blok-nav a:link {
	color: #fff;
	text-decoration: none;
}
.blok-nav a:hover {
	color: #c00;
	background-color: #fff;
}
.blok-nav a:active {
	color: #fff;
}
.blok-sousnav {
	height:15px;
	width:486px;
	float:left;
	padding-left:10px;
	padding-top:1px;
	background-color:#fff;
	text-align:left;
	font-family:Arial;
	font-size:10px;
}
.blok-sousnav a:visited {
	color: #000;
	text-decoration: none;
}
.blok-sousnav a:link {
	color: #000;
	text-decoration: none;
}
.blok-sousnav a:hover {
	color: #900;
	text-decoration: none;
}
.blok-sousnav a:active {
	color: #900;
	text-decoration: none;
}
.blok-rss {
	float:right;
	height:15px;
	width:90px;
	padding-right:10px;
	padding-top:1px;
	background-color:#fff;
	text-align:right;
	font-family:Arial;
	font-size:10px;
}



/* sidebar */



#blok-leftnav {
	width:174px;
	padding-left:10px;
	padding-right:10px;
	padding-top:60px;
	text-align:left;
	font-family:arial, verdana, helvetica;
	font-size:10px;
	font-weight:bold;
	color:#000;
}
#blok-leftnav a:visited {
	color: #333;
	text-decoration: none;
}
#blok-leftnav a:link {
	color: #000;
	text-decoration: none;
}
#blok-leftnav a:hover {
	color: #900;
	text-decoration: none;
}
#blok-leftnav a:active {
	color: #900;
	text-decoration: none;
}
#blok-leftnav UL {
	list-style: none;
	margin-left: 0;
	margin-bottom:.5em;
	padding-left: 1em;
	text-indent: 0em;
}
#blok-leftnav li {
	margin: 0 0 1em 0;
}



/* main content column */



#blok-main {
	width:576px;
	padding-left:20px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:40px;
	text-align:left;
	background-color:#fff;
	float:left;
}



/* Footer */



#footer {
	float:left;
	width:576px;
	padding-left:20px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:20px;
	text-align:left;
	color:#999;
	font-size:80%;
	background:url(http://www.na-am.org/_G/bg-3-footer-line.gif) top left repeat-x;
}



/*  Blog style  */


.post {
	/*border-bottom:1px dotted;*/
	margin:0;
}
.post h3 { /* Blog post title font style */
	font-size:150%;
	color:#ccc;
	margin:0;
	padding:0;
}
.blok-main h4 { /* Blog post date */
	display:block;
	color:#999;
	font-size:100%;
	font-weight:lighter;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
.post-body {
	margin:0;
	padding:25px 0;
}
p.post-footer {
	text-align:center;
	font-size:80%;
	color:#666;
	border-top:#e6e6e6 1px solid;
	background:url(_G/bg-3-post-footer.png) bottom left repeat-x;
	margin:15px 0 30px 0;
	padding:3px;
}

/* MAIN CONTENT STYLING */
.underlined_p {
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:#ccc 1px dotted;
}
