@charset "UTF-8";
/*** 
Print Style Sheet for National Service AEU
Created by: Louis Yungling
http://www.yunglingpianostudio.com

ToC
	1. defaults
	2. structure	
	3. table styles
	
	
Notes

***/

/* ----- 1. DEFAULTS -------*/

* {
	padding: 0px;
	margin: 0px;
}


body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}

/* ----- 2. STRUCTURE -------*/

#header, #mainNav, #leftCol,
#leftColMain, #rightCol, #rightColItem,
.leftColSnippet, .rightColSnippet,
#introTop, .noprint, a, #footer {
	display: none;
}




/* CENTER */
#center {
	background-color: #FFFFFF;
	width: 570px;
	margin: 20px 0px 0px 50px;
}
	
#center h1,
#center h2,
#center p {
	padding: 0px 25px;
	
}

#center h1 {
	margin: 10px 0px;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	border-bottom: dotted 1px #990099;
	text-transform: uppercase;
	color: #660066;
}

#center h2 {	
	font-size: 0.9em;
	line-height: 1.6em;
	letter-spacing: 0.2em;
	color: #660066;
}


#center p {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #222222;
}



/* FEATURE2 - NO floated Images */
.feature2 {	
	margin-bottom: 50px;
}

.feature2 p {
	color: #202020;	
	margin-bottom: 10px;
}


/* ----- 3. TABLE STYLES -------*/


table#contact {
	color: #000000;	
	width: 510px;
	border: 1px solid #333333;	
	margin: 0px 0px 0px 25px;
	font-size: 0.8em;
}

table#contact td {	
	padding: 8px;
	border: 1px solid #333333;	
}

td, td.head {
	background-color: #FFFFFF;
}

td.head1 {
	background-color: #FFFFFF;
	color: #000000;
	letter-spacing: 0.1em;
	font-weight: bold;
} 

td.head {	
	width: 200px;
}
