.commoninfo	{	background-image: url(../Images/NJFMbg.jpg) ;
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Comic Sans MS, Arial Unicode MS, sans-serif;
	color: #000000;
	}
a:link  	{ 	color           : #3333CC;
				text-decoration : underline;			}
a:visited 	{	color           : #666666;
				text-decoration : underline;			}
a:hover  	{ 	text-decoration: underline; 	}	

/* wraps around the entire page  */	
#wrapper  	{
	background-color: #FFFE99;
	height: auto;
	width: 800px;
	}
/* top of the page - wraps around the logobox and hdrtext  */
#header             {
	background-color:  #FFFE99;
	text-align:center;
	width: 				800px;
	float:				left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF9900;
	height: auto;
	}
.logobox             {
	background-color:  #FFFE99;
	width: 				110px;
	height: 			110px;
	float:				left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FF9900;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FF9900;
	}
.hdrtext			 {
	background-color:  #FFFE99;
	text-align:	center;
	font-size:  2.2em;
	width: 				685px;
	height: 			110px;
	float:				left;
	}
/* wraps around the center of the page - all but the header and copyright */
#container  	{
	overflow:hidden;
	width: 800px;
	float: left;
}   
.navwrap  a:link  	{ 	color           : #000000;
				text-decoration : none;			}
.navwrap  a:visited 	{	color           : #666666;
				text-decoration : none;			}
.navwrap  a:hover  	{ 	text-decoration: underline; 	}	

#navcontainer	{
	background-color: #FFFE99;
	width: 				114px;
	float:				left;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	height: auto;
	}
.navwrap	{

	width: 				110px;
	float:				left;
	background-position: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FF9900;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	}	
.navbox             {
	font-size		: 1em;
	border-top-width: thin;
	border-top-color: #FF9900;
	border-top-style: solid;
	text-align: center;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	}
/* top box in the navigation, no border */ 	
.navblankbox1       {
	width           :  auto;
	height          :  2em;
	}
/* bottom box in the navigation */	
.navblankbox2       {
	width           :  auto;
	height          :  2em;
	border-top-width: thin;
	border-top-color: #FF9900;
	border-top-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	}
/* holds the copyright information */
#copybox  	{
	background-color: #FFFE99;
	width: 				800px;
	text-align: 		center;
	font-family:  Times New Roman, Times, serif;
	font-size:			x-small;
	height: auto;
	float: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF9900;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	}
/* used for the main content in all pages except the home page */	
#pagecontent {
	background-color: #FFFE99;
	font-size: medium;
	text-align:left;
	float: left;
	width: 626px;
	margin-bottom: -800px;
	padding-top: 2em;
	padding-right: 30px;
	padding-bottom: 800px;
	padding-left: 30px;
}
/*--- EndOfFile ---*/
