@charset "utf-8";
body {
	margin:0;
	padding:0;
	border:0;			
	width:100%;
	background:#CCCCCC;
	min-width:600px;    
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size:11px;
	color: #666666;	
	
    }

#Container #GlobalHeader #Invisible {
	margin: 0px;
	padding: 0px;
	float: none;
	background-position: top;
	top: auto;
	}
	
#topNav {
	display: none;
	}
	
#Container {
	width: 95%;
	background: #FFFFFF;
	margin: 0;
	border: 1px solid #000000;
	text-align: left;
	display:table;
	} 
	
#NHContainer {
	width: 95%;
	background: #FFFFFF;
	margin: 0;
	border: 1px solid #000000;
	text-align: left;
	display:table;
	} 	

/* Header styles */

#GlobalHeader {
    display: none;
    }

#banner {
	display: none;
    }

#header {
	display: none;
    }
	
#Container #GlobalHeader #Invisible #HeaderItems {
	font-size: 10px;
	color: #3C266D;
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
	padding-right: 10px;
	}

#Invisible	{
	border: 0;
	}

a {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	}

h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
    }

h1 {
	font-size:14px;
	color:#000000;
	margin:10px 0 10px 0;
	font-weight:bold;
	}

		
h2 {
	font-size:12px;
	color:#000000;
	margin:10px 0 10px 0;
	font-weight:bold;
	}


h3 {
	font-size:11px;
	color:#000000;
	margin:10px 0 10px 0;
	font-weight:bold;
	}


h4 {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	}

p {
    margin:.4em 0 .8em 0;
    padding:0;
    }
	
.normalList {
	padding: 0px;
	margin-left: 15px;
	margin-top:5px;
	}
	
.normalList li { 
	list-style-image: url("/images/Bullet.gif");
	padding:2px
	}

.arrowDownList {
	padding: 0px;
	margin-left:5px;
	margin-top: 15px;
	}
	
.arrowDownList li { 
	list-style-image: url("/images/DownArrow-blue.gif");
	padding: 2px;
	}
	
.arrowList {
	margin:0;
	padding: 0 0 0 16px;
	}
	
.arrowList li {	
	list-style-image: url("/images/RightArrow_purple.gif");
	margin:0;	
	} 

table	{
	border-spacing: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	}

th 	{
	font-size:11px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

td 	{
	font-size:11px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

form { 
 	border: 0px; 
 	padding: 0px; 
 	margin:0;	
}


#layoutdims {
	clear:both;
	background:#FF0000;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
	}

#BreadCrumb {
	display: none;
	}
	
.side_menu {
	padding:10px;
	margin:0 0 0 0;		
	}

.side_menu ul {
	padding: 0px;
	margin:0 0 0 0;
	}

.side_menu li {
	padding: 2px;
	margin:0 0 0 8px;
	list-style-image: url("/images/RightArrow_purple.gif");
	}
	
.side_menu li a:link {	
	text-decoration:none;
	color:#000;
	font-weight:normal;
	} 
	

/*------level two----------*/

.side_menu ul.levelTwo li  a:link  {	
	padding:4px 0 4px 5px;
	list-style-type:none;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	} 

.side_menu ul.levelThree li  a:link  {	
	padding:4px 0 4px 5px;
	list-style-type:none;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	} 

	
#title {
	line-height:2.2em;
	margin:0;
	height:50px;
   	padding:0 0 0 5px;
	}

#title span.text {
	float:left;
	padding:10px 0 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #F27715;
	}

.iconImg {
	position:relative;
 	left:5px;
	top:5px;
	margin:0 15px 0 0;
	float:left;
}

#Container #banner #ContentLogin {
	padding-right: 0px;
	}



	/* column container */

.colmask {
	position:relative;
	clear:both;
	float:none;
	width:95%;			
	overflow:visible;	
	border-top:1px solid #C8C8C8;
	margin-left: 10px;
	margin-right: 10px;
	}


	/* common column settings */
.colright,
.colmid,
.colleft {
	float:none;
	width:100%;				/* width of page */
	position:relative;
	}

.col1,
.col2,
.col3 {
	float:none;
	position:relative;
	padding:0 0 1em 0;
	overflow:visible;
	}


.threecol {
	background:#FFFFFF;
	}

.twocolLeft {
	background:#FFFFFF;
	}

.twocolRight {
	background:#FFFFFF;
	}

.threecol .colmid {
	right:25%;	
	background:#fff;
	}

.threecol .colleft {
	right:50%;
	background:#FFFFFF;
	}

.threecol .col1 {
	width:95%;
	left:80%;
	}

.threecol .col2 {
	display: none;
	}
	
.threecol .col3 {
	display: none;	
	}
	
.twocolLeft .colmid {
	right:25%;
	background:#FFF;
	}

.twocolLeft .colleft {
	right:50%;
	background:#FFF;
	}

.twocolLeft .col1 {
	width:95%;
	left:80%;
	}

.twocolLeft .col2 {
	display: none;
	}
	
.twocolRight .colmid {
	right:25%;
	background:#fff;
	}

.twocolRight .colleft {
	right:50%;
	background:#FFFFFF;
	}

.twocolRight .col1 {
	width:95%;
	left:80%;
	}

.twocolRight  .col3 {
	display: none;
	}
	
#Container #banner #bannerLeft {
	display: none;
	}
#Container #banner #bannerRight {
	display: none;
	}

#Container #banner #LoginSection {
	display: none;
	}

#nh_content {
	display: none;
	}

#footer {
	display: none;
    }

#footer p {
	display: none;
    }

div.hr {
	margin: 5px 0 5px 0;
	padding: 0;
	height: 2px;
	font-size: 1px;
	background:url("/images/bg_brGrey.gif") repeat-x;
	}

#topPage {
	display: none;
	}
	
#topPageRight {
	display: none;
	}	
		
