body {
	font-family:Trebuchet MS,Arial, Helvetica, sans-serif;
	font-size:.9em;
	}
	
a {
	color:#000000; 
	}

p {
	margin-bottom:10px;
	}
	
blockquote {
	margin-left:30px;
	}	
	
	
	
	

	
/* RED BOX PAGE TITLES */	
h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
	line-height:2em;
	margin-bottom:1em;
	}

h2:before {
	content:"NAfME / ";
	}


h2:after {
	content:" / WWW.NAfME.ORG";
	}


/* SECONDARY PAGE TITLE / DOTTED GREEN LINE / PLACE DIRECTLY UNDER RED BOX */
h3 {
	font-size:1.3em;
	margin-bottom:.2em;
	border-bottom:.06em solid #000000;
	font-weight:bold;
	line-height:1.5em;
	}


/* SUBTITLES WITHIN BODY COPY / LOWER ON A PAGE */
h4 {
	font-size:1.1em;
	padding:10px 0px 5px 0px;
	font-weight:bold;
	color:#000000; 
	}

	




/* UNIVERSAL PAGE COMPONENTS */
#layout {
	}
	
#header {
	display:none;
	}

#content {
	}


#left {
	display:none;
	}

#right {
	width:100%;
	}


.sidebar {
	float:right;
	width:230px;
	border-left:10px solid #ffffff;
	border-bottom:10px solid #ffffff;
	}

.sidebar h3, .sidebar h4, .sidebar ul, .sidebar_item, .sidebar li, p.sidebar_list {
	display:none;
	}

.sidebar_award {
	border-bottom:5px solid #ffffff;
	}
	
	
	

/* BODY TEXT AND PHOTOS */
.text {
	line-height:1.4em;
	}

.text li {
	list-style:outside;
	margin-left:20px;
	}
	
.text .no_bullets li {
	list-style:none;
	}

#back_link {
	display:none;
	}
	


/* FOOTER */
#footer {
	border-top:10px solid #000000; 
	text-align:center;
	color:#000000; 
	text-transform:uppercase;
	line-height:16px;
	padding:10px 0px 10px 0px;
	margin-top:0px;
	font-size:11px;
	}

#footer a {
	text-decoration:none;
	color:#000000;
	}

