/*page layout*/
	body
	{
	padding: 0;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	background-image:url(http://www.faasdnc.org/images/bodyBackground.jpg);
	background-position:top;
	background-repeat:repeat-x; /*across the top only*/
	background-color: #FFF;
	text-align: center;
	}
	#page	
	{
	margin: 10px auto 10px auto; /*clockwise*/
	background-color: #FFF;
	border: #00f solid 2px;
	width: 800px;
	color: #fff;
	text-align: left;
	height: auto;
	}
	#topbanner 
	{
	width: 800px;
	height: 170px; /* topbanner and page margin total 80 pixels */
	background-image: url(http://www.faasdnc.org/images/BannerFAASDNC.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position:top right;
	}
	#logo /*hold the logo in place*/
	{
	width: 170px;
	height: 170px; /* place the logo so you can click on the icon */
	background-color: #FFF;
	float: left;
	}	
/*regular page layout */
	.left 
	{
	float: left;
	height: auto;
	width: 170px;
	}
	.right 
	{
	float: right;
	height: auto;
	width: 630px;
/*	background-color: #930; */
		background-color: #00F	}
	.rightContent 
	{
	padding:0px 5px 10px 5px;
	}
/*misc items you might need */
	.clearboth 
	{ 
	clear: both; 
	}
	.break 
	{
	height: 1px;
	width: 800px;
	}
/*footer*/
	#footer
	{
	background-image:url(/images/FooterComponent.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width: 800px;
	/* border-top: #999 solid 1px; */
	height: auto;
	margin: 0;
	clear: both;
	padding: 25px 0 0 0;
	font-size: 0.9em;
	color: #333;
	line-height: 120%;
	text-align: center;
	}
	/* special color for the footer */
	.fLink a:link
		{color: #333;}
	.fLink a:visited
		{color: #666;}
	.fLink a:hover
	{color: #930;}
/* typography body defines */
	h1, h2, h3, h4, h5, h6 /* define common H tag style */ 
	{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-left: 3px;
	color: #fff;
	}
	h1 /* use this tage sparingly */
	{
	font-size: 1.8em;
	font-style: italic;
	padding-top: 0;
	}
	h2 {font-size: 1.6em;}
	h3 {font-size: 1.4em;}
	h4 {font-size: 1.2em;}
	h5 {font-size: 0.8em;}
	h6 /* use this tag only with images  */ 
	{
	font-size: 1.0em;
	text-align: center;
	padding: 0 0 0 0;
	} 
	img 
	{
	border: 0;
	padding: 0 0 0 0; /* clockwise */
	}
	ol, ul, li /* general page layout */
	{
	font-size: 1.0em;
	line-height: 110%;
	}
	p 
	{
	font-size: 1.0em;
	line-height: 1.4em;
	margin-left: 3px;
	}
	.colhead /* a subset of p */
	{ 
	margin-top: 0px;
	padding-left: 1.0em;
	line-height: 1.5em;
	font-weight: bold;
	}
	pre 
	{
	font-family: monospace;
	font-size: 1.0em;
	}
	table, tr, td 
	{
	font-size: 1.0em;
	}
/* body link styles */	
	a:link
	{color: #fff;}
	a:visited
	{color: #ccc;}
	a:hover
	{color: #FC3;}