/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("images/bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 167px;
	left: 19px;
	right: 2%;
	width: 750px;
	background-color: #ffffff;
	height: auto;
	visibility: visible;
}
#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
#masthead{
	position: absolute;
	top: 0px;
	left: 19px;
	right: 2%;
	width: 750px;
	visibility: visible;
}
#pageNav{
	position:absolute;
	top: 240px;
	left: 0px;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}
#pageNav2{
	position:absolute;
	top: 241px;
	left: 0px;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin: 0px;
	visibility: visible;
	height: 0;
	z-index: 1;
}
#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 0px solid #ccd2d2;
}
#footer{
	float: left;
	width: 740px;
	padding: 5px;
	border-top: 1px solid #cccccc;
	font: 10px, Verdana, sans-serif;
}
#tableSpace{
	float: left;
	width: 740px;
	padding: 5px;
	font: 10px, Verdana, sans-serif;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}
/************** utility styles *****************/
#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
	left: 332px;
	width: 408px;
	text-align: right;
	visibility: visible;
}
#utility a{
	color: #ffffff;
	text-align: right;
}
#utility a:hover{
	text-decoration: underline;
}
/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}
#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}
#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:   url("images/glbnav_background.gif");
	left: 0px;
}
#globalNav img{
	margin-bottom: -4px;
}
#gnl {
	position: absolute;
	top: 0px;
	left:20px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
	left: 750px;
	width: 63px;
}
#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}
a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}
a.glink:hover{
  	background-image:   url("images/glblnav_selected.gif");
	text-decoration: none;
}
.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: -21px;
	left: 21px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: visible;
	color: #ffffff;
}
.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}
.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 7px;
	right: 10px;
	z-index: 101;
	left: 555px;
	width: 191px;
}
#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
}
#search a:hover{
	margin: 0px;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}
#breadCrumb a{
	color: #AAAAAA;
}
#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}
.story p {
	padding: 0px 0px 10px 0px;
}
.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}
.story a.capsule:hover{
	text-decoration: underline;
}
td.storyLeft{
	padding-right: 12px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 0px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url("images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}
#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************* subLinks styles ******************/

#subLinks{
	border-right: 1px solid #cccccc;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#subLinks h2{
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #cccccc;
}
#subLinks a:link, #subLinks a:visited {
	display: block;
	padding: 3px 0px 3px 0px;
	color:#333333;
}

#subLinks a:hover{
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
	
/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}
.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
.relatedLinks a{
	display: block; 
}

/**************** advert styles *****************/

#advert{
	padding: 10px;
}
#advert img{
	display: block;

/********************* end **********************/

}
.programs {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #99ccff;
	height: 200px;
	width: 178px;
	position: absolute;
	left: 0px;
	top: 600px;
	line-height: normal;
	text-indent: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
.regdir {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;
	height: 50px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-right: 10px;
	padding-bottom: 10px;
}
#pageNavReg {
	position:absolute;
	top: 40px;
	left: 0px;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	height: 20px;
}
#pageNavReg2 {
	position:absolute;
	top: 275px;
	left: 0px;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	height: 20px;
}
#pageNav3 {
	position:absolute;
	top: 395px;
	left: 0;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 11px Verdana, sans-serif;
	height: 0;
	z-index: 5;
}
#pageNav4 {
	position:absolute;
	top: 384px;
	left: 0px;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 11px Verdana, sans-serif;
	height: 100px;
}
#pageNav5 {
	position:absolute;
	top: 389px;
	left: 0px;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 11px Verdana, sans-serif;
	height: 20px;
}
#pageNav6 {
	position:absolute;
	top: 498px;
	left: 0px;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 11px Verdana, sans-serif;
	height: 20px;
}
#pageNav7 {
	position:absolute;
	top: 600px;
	left: 0px;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 11px Verdana, sans-serif;
	height: 20px;
}
#pageNav8 {
	position:absolute;
	top: 390px;
	left: 0;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 11px Verdana, sans-serif;
	height: 20px;
}
#pageNav9 {
	position:absolute;
	top: 418px;
	left: 1px;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 11px Verdana, sans-serif;
	height: 20px;
}
#pageNav10 {
	position:absolute;
	top: 475px;
	left: 0;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	height: 20px;
	z-index: 3;
}
#pageNav11 {
	position:absolute;
	top: 503px;
	left: 0px;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 11px Verdana, sans-serif;
	height: 20px;
	background-image: url(news.htm);
	visibility: visible;
	z-index: 3;
}
#pageNav12 {
	position:absolute;
	top: 545px;
	left: 0px;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 11px Verdana, sans-serif;
	height: 20px;
}
#pageNav13 {
	position:absolute;
	top: 581px;
	left: 0px;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 11px Verdana, sans-serif;
	height: 20px;
}
#pageNav14 {
	position:absolute;
	top: 635px;
	left: 0px;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 11px Verdana, sans-serif;
	height: 0;
}
#pageNav15 {
	position:absolute;
	top: 539px;
	left: 1px;
	width:177px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 11px Verdana, sans-serif;
	height: 0;
	top: 537px;
	visibility: visible;
}
.subNavReg {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: 160px;
	width: 168px;
	position: absolute;
	left: 0px;
	top: 113px;
	line-height: 5pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding: 8px 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.subNav1 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: 127px;
	width: 167px;
	position: absolute;
	left: 0px;
	top: 262px;
	line-height: 5pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	z-index: 4;
}
.subNav2 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: -8px;
	width: 167px;
	position: absolute;
	left: 0px;
	top: 422px;
	line-height: 5pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	z-index: 2;
}
.subNav3 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: 106px;
	width: 167px;
	position: absolute;
	left: 1px;
	top: 283px;
	line-height: 5pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.subNav4 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: 200px;
	width: 168px;
	position: absolute;
	left: 0px;
	top: 311px;
	line-height: 5pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding: 8px 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.subNav5 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: 307px;
	width: 167px;
	position: absolute;
	left: 0px;
	top: 313px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 5px;
}
.subNav6 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: 242px;
	width: 168px;
	position: absolute;
	left: 0px;
	top: 338px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 5px;
}
.subNav7 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: 77px;
	width: 168px;
	position: absolute;
	left: 0px;
	top: 358px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 5px;
}
.subNav8 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: 140px;
	width: 168px;
	position: absolute;
	left: 0px;
	top: 358px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 5px;
}
.subNav9 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: 166px;
	width: 168px;
	position: absolute;
	left: 0px;
	top: 381px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 5px;
	visibility: visible;
}
.subNav10 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: 235px;
	width: 168px;
	position: absolute;
	left: 1px;
	top: 360px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 5px;
}
.subNav11 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	width: 168px;
	position: absolute;
	left: 0px;
	top: 365px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 5px;
	height: 250px;
}
.subNav12 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	width: 168px;
	position: absolute;
	left: 0px;
	top: 379px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 5px;
	height: -8px;
}
.subNav13 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	width: 168px;
	position: absolute;
	left: 0px;
	top: 400px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 5px;
	height: 200px;
}
.subNav14 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	width: 168px;
	position: absolute;
	left: 0px;
	top: 428px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 5px;
	height: 55px;
}
.subNav15 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	width: 168px;
	position: absolute;
	left: -1px;
	top: 472px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 5px;
	height: 220px;
}
.subNav16 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	width: 168px;
	position: absolute;
	left: 0px;
	top: 465px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 5px;
	height: 90px;
}
.subNav17 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	width: 167px;
	position: absolute;
	left: 0px;
	top: 470px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 5px;
	height: 100px;
	}
.subNav18 {
	width: 167px;
	position: absolute;
	left: 0px;
	top: 470px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 5px;
	height: 100px;
}
.subNavBox {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	width: 110px;
	position: absolute;
	left: 629px;
	top: 250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
