/***********************************************/
/*            CSS Index New Horizon            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
 * { margin:0; padding:0; }

body{	
    font-family: Arial,sans-serif;
	font: medium;
    font-size: 18px;
	color: #fFFFFF;
	line-height: 1.6;	
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0px;
    background: #366f9a;
	border:0px solid #000000;

}
/*  The color setting is for the text color of the body of the html */
/*	color: #f8f8f8;*/
/*  background outside of the page */
/*	background: #67757a; */
/*  side and bottom background 366f9a is nice blue  */
/*    background: #366f9a; */

/************** veryTop styles ****************/

#veryTop{
	width: 1015px;
	height: 115px;
  	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	clear: both;
	border-top: 0px solid #cccccc;
	font-size: medium;
	color: #324465; 
	padding: 10px 10px 10px 10px;
	background: url(nh-logo/nh-logo-21b.gif) #fffbc4 top center no-repeat;
}
/*	background: url(nh-logo/nh-logo-11b.png) #fcf4bd top center no-repeat fixed; */
/*	background: url(nh-logo/nh-logo-11b.png) #80d1e4 top center no-repeat fixed; */
/*  yellow bg fcf4bd     -  light blue bg 80d1e4  */
/*	background: url(nh-logo/nh-logo-11b.png) #fcf4bd top center no-repeat fixed; */ 
/*	background: url(nh-logo/nh-logo-21b.png) #ffff98 top center no-repeat fixed; */
/*	background: url(nh-logo/nh-logo-21b.png) #fffbc4 top center no-repeat fixed; */

#veryTop img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#veryTop a{
	color: #a0cfec;
    text-decoration: none;
}

#veryTop a:hover{
	text-decoration: none;
    color: #fcf4bd;
}


/************** barNearTop styles ****************/

#barNearTop{
	width: 1015px;
  	margin-left: auto;
    margin-right: auto;
	text-align: left;
	position: relative;
	clear: both;
	text-indent: 8px;
	border-top: 0px solid #3f3f3f;
	border-bottom: 0px solid #cccccc;
	font-size: 16px;
/*  color is used for the seperators of the text of the menu */
	color: #cccccc; 
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: .5;
/*  background: #EEF6D3 url("pics/2008/bg-bottom-3c.jpg");*/
/*  calm green 5e767e   */
/*	background: #5e767e; */
/*	background: #67757a; */
	background: #3f3f3f;

}

#barNearTop img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#barNearTop a{
/*  The color setting is for the text color of the bottom of the html */
	color: #a0cfec;
    text-decoration: none;
}

#barNearTop a:hover{
	text-decoration: none;
    color: #fcf4bd;
}


/************** mainBody Info styles ****************/

#mainBody{
	width: 1015px;
	text-align: left;
	clear: both;
  	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	border-top: 0px solid #cccccc;
	font-size: 18px;
/*  color is used for the seperators of the text of the menu */
	color: #ffffff; 
	padding: 10px 10px 10px 10px;
/*    background: #EEF6D3 url("pics/2008/bg-bottom-3c.jpg");*/
/*  calm green 5e767e   */
/*	background: #5e767e; */
	background: #324465;

}

#manyBody img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

#mainBody a{
/*  The color setting is for the text color of the bottom of the html */
	color: #a0cfec;
    text-decoration: none;
}

#mainBody a:hover{
	text-decoration: none;
    color: #fcf4bd;
}

/************** nav_mainBody Info styles ****************/

#nav_mainBody{
	width: 175px;
	text-align: left;
	clear: both;
  	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 14px;
/*  color is used for the seperators of the text of the menu */
	color: #ffffff; 
	padding: 4px 4px 4px 4px;
/*    background: #EEF6D3 url("pics/2008/bg-bottom-3c.jpg");*/
/*  calm green 5e767e   */
/*	background: #5e767e; */
	background: #3f3f3f;

}

#nav_manyBody img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

#nav_mainBody a{
/*  The color setting is for the text color of the bottom of the html */
	color: #e5e5e5;
    text-decoration: none;
}

#nav_mainBody a:hover{
	text-decoration: none;
    color: ##e5e5e5;
}

/************** textInMainBody Info styles ****************/

#textInMainBody{
	width: 680px;
	text-align: left;
	clear: both;
  	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	border-top: 0px solid #cccccc;
	font-size: 18px;
/*  color is used for the seperators of the text of the menu */
	color: #ffffff; 
	padding: 10px 10px 10px 10px;
/*    background: #EEF6D3 url("pics/2008/bg-bottom-3c.jpg");*/
/*  calm green 5e767e   */
/*	background: #5e767e; */
	
	background: #324465;
}

#textInMainBody img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#textInMainBody a{
/*  The color setting is for the text color of the bottom of the html */
	color: #a0cfec;
    text-decoration: none;
}

#textInMainBody a:hover{
	text-decoration: none;
    color: #fcf4bd;
}

/************** textWide Info styles ****************/

#textWide{
	width: 640px;
	text-align: left;
	clear: both;
  	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	border-top: 0px solid #cccccc;
	font-size: 18px;
/*  color is used for the seperators of the text of the menu */
	color: #ffffff; 
	padding: 10px 10px 10px 10px;
/*    background: #EEF6D3 url("pics/2008/bg-bottom-3c.jpg");*/
/*  calm green 5e767e   */
/*	background: #5e767e; */
	background: #324465;
}

#textWide img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#textWide a{
/*  The color setting is for the text color of the bottom of the html */
	color: #a0cfec;
    text-decoration: none;
}

#textWide a:hover{
	text-decoration: none;
    color: #fcf4bd;
}


/************** textRightSide Info styles ****************/

#textRightSide{
	width: 80%;
	text-align: left;
	clear: both;
  	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	border-top: 0px solid #cccccc;
	font-size: 18px;
/*  color is used for the seperators of the text of the menu */
	color: #ffffff; 
	padding: 10px 10px 10px 10px;
/*    background: #EEF6D3 url("pics/2008/bg-bottom-3c.jpg");*/
/*  calm green 5e767e   */
/*	background: #5e767e; */
	background: #324465;
}

#textRightSide img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#textRightSide a{
/*  The color setting is for the text color of the bottom of the html */
	color: #a0cfec;
    text-decoration: none;
}

#textRightSide a:hover{
	text-decoration: none;
    color: #fcf4bd;
}


/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: relative;
    height: 8px;
    margin: 0px 0px 0px 0px;
    padding: 20px;
	color: #000000;
    background: #FFFFFF url("pics/2008/nh-br-green-4a.jpg");

}

#utility a{
	color: #a0cfec;
}

#utility a:hover{
    color: #fcf4bd;
	text-decoration: none;
}

/******* HYPERLINK and anchor tag styles *******/

a:link, a{
/*	color: #83ADCF;*/
/*	color: #c8fcdf;*/

/*  The color setting is for the link color of the body of the html */
	color: #a0cfec;

    text-decoration: underline;
}

a:hover{
	text-decoration: none;
    color: #fcf4bd;
}

/************** textBox Info styles ****************/

#textBox{
	width: 50%;
	text-align: left;
	clear: both;
  	margin-left: auto;
    margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	border-top: 15px solid #cccccc;
	border-bottom: 15px solid #cccccc;
	border-left: 15px solid #cccccc;
	border-right: 15px solid #cccccc;
	border-style: groove;
	font-size: 18px;
/*  color is used for the seperators of the text of the menu */
	color: #ffffff; 
	padding: 10px 10px 10px 10px;
/*    background: #EEF6D3 url("pics/2008/bg-bottom-3c.jpg");*/
/*  calm green 5e767e   */
/*	background: #5e767e; */
	background: #324465;

}

#textBox img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#textBox a{
/*  The color setting is for the text color of the bottom of the html */
	color: #a0cfec;
    text-decoration: none;
}

#textBox a:hover{
	text-decoration: none;
    color: #fcf4bd;
}

/************** textBoxWider styles ****************/

#textBoxWider{
	width: 75%;
	text-align: left;
	clear: both;
  	margin-left: auto;
    margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	border-top: 15px solid #cccccc;
	border-bottom: 15px solid #cccccc;
	border-left: 15px solid #cccccc;
	border-right: 15px solid #cccccc;
	border-style: groove;
	font-size: 18px;
/*  color is used for the seperators of the text of the menu */
	color: #ffffff; 
	padding: 10px 10px 10px 10px;
/*    background: #EEF6D3 url("pics/2008/bg-bottom-3c.jpg");*/
/*  calm green 5e767e   */
/*	background: #5e767e; */
	background: #324465;

}

#textBoxWider img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#textBoxWider a{
/*  The color setting is for the text color of the bottom of the html */
	color: #a0cfec;
    text-decoration: none;
}

#textBoxWider a:hover{
	text-decoration: none;
    color: #fcf4bd;
}

/************** playBox640 styles ****************/

#playBox90p{
	width: 90%;
	text-align: left;
	clear: both;
  	margin-left: auto;
    margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	border-top: 15px solid #cccccc;
	border-bottom: 15px solid #cccccc;
	border-left: 15px solid #cccccc;
	border-right: 15px solid #cccccc;
	border-style: groove;
	font-size: 18px;
/*  color is used for the seperators of the text of the menu */
	color: #ffffff; 
	padding: 10px 10px 10px 10px;
/*    background: #EEF6D3 url("pics/2008/bg-bottom-3c.jpg");*/
/*  calm green 5e767e   */
/*	background: #5e767e; */
/*	background: #53767e; */

}

#playBox90p img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#playBox90p a{
/*  The color setting is for the text color of the bottom of the html */
	color: #a0cfec;
    text-decoration: none;
}

#playBox90p a:hover{
	text-decoration: none;
    color: #fcf4bd;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



#content{
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 5px;
/*	border-left: 1px solid #ccd2d2;*/
}

/************** Points Left ****************/

#pointsLeft{
	text-align: left;
	alignment: left;
  	margin-left: auto;
    margin-right: auto;
	position: left;
	clear: both;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	font-size: medium;
	color: #ffffff; 
	padding: 20px 20px 20px 20px;
	margin-top: 15px;

	margin-bottom: 15px;
/*    background: #cccccc;*/

}

#pointsLeft img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#pointsLeft a{
	color: #a0cfec;
    text-decoration: none;
}

#pointsLeft a:hover{
	text-decoration: none;
    color: #fcf4bd#fcf4bd;
}

/************** Points Left -2 ****************/

#pointsLeft-2{
	width: 250px;
	text-align: left;
	alignment: left;
  	margin-left: auto;
    margin-right: auto;
	position: left;
	clear: both;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	font-size: medium;
	color: #ffffff; 
	padding: 20px 20px 20px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
/*    background: #cccccc;*/

}

#pointsLeft-2 img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#pointsLeft-2 a{
	color: #a0cfec;
    text-decoration: none;
}

#pointsLeft-2 a:hover{
	text-decoration: none;
    color: #fcf4bd#fcf4bd;
}

/************** artLeft alignment stylex ****************/

#artLeft{
	width: 20px;
	text-align: left;
	alignment: left;
  	margin-left: auto;
    margin-right: auto;
	position: left;
	clear: both;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	font-size: medium;
	color: #ffffff; 
	padding: 2px 2px 2px 2px;
	margin-top: 15px;

	margin-bottom: 15px;
/*    background: #cccccc;*/

}

#artLeft img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#artLeft a{
	color: #a0cfec;
    text-decoration: none;
}

#artLeft a:hover{
	text-decoration: none;
    color: #fcf4bd#fcf4bd;
}

/************** Special Info styles ****************/

#special{
	text-align: left;
  	margin-left: auto;
    margin-right: auto;
	line-height: 1.5;
	position: relative;
	clear: both;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	font-size: large;
	color: #cccccc; 
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 3px;

	margin-bottom: 25px;
	width: 650px;
    background: #333333;
}

#special img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#special a{
	color: #a0cfec;
    text-decoration: underline;
}

#special a:hover{
	text-decoration: none;
    color: #fcf4bd;
}




/************** specialBottom Info styles ****************/

#specialBottom{
	width: 650px;
	text-align: left;
  	margin-left: auto;
    margin-right: auto;
	line-height: 1.5;
	position: relative;
	clear: both;
	border-top: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	font-size: large;
	color: #cccccc; 
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
    background: #333333;
}

#specialBottom img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#specialBottom a{
	color: #a0cfec;
    text-decoration: underline;
}

#specialBottom a:hover{
	text-decoration: none;
    color: #fcf4bd;
}
/************** specialTitle styles ****************/

#specialTitle{
	text-align: left;
  	margin-left: auto;
    margin-right: auto;
	line-height: 1.5;
	position: relative;
	clear: both;
	border-top: 12px outset #cccccc;
	border-bottom: 12px outset #cccccc;
	border-left: 12px outset #cccccc;
	border-right: 12px outset #cccccc;
	font-size: large;
	color: #cccccc; 
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 650px;
/*    background: #333333; */
}

#specialTitle img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#specialTitle a{
	color: #a0cfec;
    text-decoration: underline;
}

#specialTitle a:hover{
	text-decoration: none;
    color: #fcf4bd;
}


/************** Narrow Info styles ****************/

#narrow{
	text-align: left;
	line-height: 1.5;
  	margin-left: auto;
    margin-right: auto;
	position: relative;
	clear: both;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	font-size: large;
	color: #cccccc; 
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 225px;
    background: #333333;
}

#narrow img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#narrow a{
	color: #a0cfec;
    text-decoration: underline;
}

#narrow a:hover{
	text-decoration: none;
    color: #fcf4bd;
}
/************** Narrow Info styles ****************/

#siteInfo{
	width: 1015px;
	position: relative;
  	margin-left: auto;
    margin-right: auto;
	clear: both;
	border-top: 2px solid #cccccc;
	font-size: medium;
/*  color is used for the seperators of the text of the menu */
	color: #cccccc; 
	padding: 10px 10px 10px 10px;
	margin-top: 15px;
	width: 995px;
	margin-bottom: 0px;
/*    background: #EEF6D3 url("pics/2008/bg-bottom-3c.jpg");*/
/*  calm green 5e767e   */
/*	background: #5e767e; */
	background: #67757a;

}

#siteInfo img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#siteInfo a{
/*  The color setting is for the text color of the bottom of the html */
	color: #a0cfec;
    text-decoration: none;
}

#siteInfo a:hover{
	text-decoration: none;
    color: #fcf4bd;
}


/************** bottom Info styles ****************/

#bottom{
	width: 1015px;
	clear: both;
	border-top: 2px solid #cccccc;
  	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	font-size: medium;
/*  color is used for the seperators of the text of the menu */
	color: #cccccc; 
	padding: 10px 10px 10px 10px;
	background: #3f3f3f;

}

#bottom img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#bottom a{
/*  The color setting is for the text color of the bottom of the html */
	color: #a0cfec;
    text-decoration: none;
}

#bottom a:hover{
	text-decoration: none;
    color: #fcf4bd;
}

/************** Special Info styles from Wyler ****************/

#special1b{
	text-align: left;
	line-height: 1.5;
	position: relative;
	clear: both;
	/*border-top: 2px solid #cccccc;*/
	/*border-bottom: 2px solid #cccccc;*/
	font-size: medium;
	color: #004080; 
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	width: 700px;
    background: #f8f8f8;
}

#special1b img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#special1b a{
	color: red;
    text-decoration: underline;
}

#special1b a:hover{
	text-decoration: underline;
    color: purple;
}

/************** Special2 (from NH History Eras - Dark BG - Info styles ****************/

#special2{
	text-align: left;
  	margin-left: auto;
    margin-right: auto;
	line-height: 1.5;
	position: relative;
	clear: both;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	font-size: large;
	color: #cccccc; 
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 3px;

	margin-bottom: 25px;
	width: 650px;
    background: #333333;
}

#special2 img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#special2 a{
	color: #a0cfec;
    text-decoration: underline;
}

#special2 a:hover{
	text-decoration: none;
    color: #fcf4bd;
}

/************** Special Blue Helvetica Info styles ****************/

#special2{
 	font: 112% Arial,sans-serif;
	text-align: left;
	line-height: 1.5;
	position: relative;
	clear: both;
	/*border-top: 2px solid #cccccc;*/
	/*border-bottom: 2px solid #cccccc;*/
	font-size: medium;
	/*color: #004080; */
	color: white; 
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	width: 700px;
    /*background: #f8f8f8; */
}

#special2 img{
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#special2 a{
	color: red;
    text-decoration: underline;
}

#special a:hover{
	text-decoration: underline;
    color: purple;
}

/************** narrow styles ****************/

#narrow{
	text-align: center;
	clear: both;
	line-height: 1.5;
	position: relative;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: large;
	color: #cccccc; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 400px;
    background: #e6e6e6e6;
}

#narrow img{
	text-align: center;
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#narrow a{
	text-align: center;
	color: #83ADCF;
    text-decoration: underline;
}

#narrow a:hover{
	text-align: center;
	text-decoration: underline;
    color: #FF0000;
}

/************** narrow2 styles ****************/

#narrow2{
	text-align: center;
	width: 475px;
	clear: both;
	line-height: 1.5;
	position: relative;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: large;
	color: #cccccc; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

    background: #e6e6e6e6;
}

#narrow2 img{
	text-align: center;
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#narrow2 a{
	text-align: center;
	color: #83ADCF;
    text-decoration: underline;
}

#narrow2 a:hover{
	text-align: center;
	text-decoration: underline;
    color: #FF0000;
}

/************** narrow2 styles ****************/

#narrow3{
	text-align: center;
	width: 475px;
	clear: both;
	line-height: 1.2;
	position: relative;
	/* border-top: 1px solid #cccccc; */
	/* border-bottom: 1px solid #cccccc; */
	font-size: large;
	color: #66ccff; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

    background: #e6e6e6e6;
}

#narrow3 img{
	text-align: center;
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#narrow3 a{
	text-align: center;
	color: #83ADCF;
    text-decoration: underline;
}

#narrow3 a:hover{
	text-align: center;
	text-decoration: underline;
    color: #FF0000;
}

/************** notnarrow styles ****************/

#notnarrow{
	text-align: center;
	width: 640px;
	clear: both;
	line-height: 1.5;
	position: relative;
	/*  border-top: 1px solid #cccccc;    */
	/*  border-bottom: 1px solid #cccccc; */
	font-size: large;
	color: #66ccff; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

    background: #e6e6e6e6;
}

#notnarrow img{
	text-align: center;
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
}

#notnarrow a{
	text-align: center;
	color: #83ADCF;
    text-decoration: underline;
}

#notnarrow a:hover{
	text-align: center;
	text-decoration: underline;
    color: #FF0000;
}

/********************* end **********************/

