body {
	color:#333;
	text-align: center;
	font: 101% Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background-color: #DFE1E1;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	text-align: left;
	width: 883px;
	margin: 0 auto;
	background: #FFF;
	border: #5E2020 2px solid;
	height: 100%;
}
#header{
	height: 252px;
	background: #0B615E;
	text-align: center;
}

#header a {
text-decoration: none;
color: #EFEEDE;
}

#header a:visited { color: #EFEEDE; }
#header a:hover { 
text-decoration: underline;
font-weight: 900;
}

#content {
height: 100%;
background-image: url("images/nlchc_bg.jpg");
}

#left {
float:left;
text-align: right;
width: 180px;
padding: 10px;
background-image: url("images/nlchc_bg.jpg");
background-repeat: repeat-y;
height: 100%;
}

#right {
	float:right;
	width: 650px;
	border-left: 1px dotted #CC6666;
	color: #333333;
	padding: 10px;	
	text-align: left;
	height: 100%;
}

#footer{
	clear:both;
	height:50px;
	text-align: center;
	border-top: 1px solid #333333;
	background-color: #FFFFFF;
}
#footer p {
margin-top: 10px;
font-size: 90%;
color: #000000;
}


#footer a {
color: #0000FF;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

p {
font-size: 90%; 
color: #666666;
}
	
#left p{
font-size: 95%; 
color: #666;
line-height: 1.2em;

}

#left a{
font-size: 10pt;
font-weight: 800;
text-decoration: none;
color: #336699;
}

#left a:hover {
	text-decoration: underline;
}

#left h1{
text-align: left;
font-size: 16pt;
font-weight: 800;
text-decoration: none;
color: #336699;
border-bottom: 2px solid #0B615E;
}

#left a:hover{
text-decoration: underline;
}

#right p {
text-align: left;
font-size: 100%; 
color: #666;
line-height:1.2em;
}
h1 {
text-align: left;
color: #336699;
font-size: 150%; 
border-bottom: 1px solid #0B615E;
}
h2 {font-size: 105%; color: #0B615E;
}
h3{
font-size: 105%; 
color: #B83D3D;
}

.topMenu {
font-family: "Trebuchet MS, Helvetica, Sans-Serif";
font-size: 10pt;
text-align: center;
color: #EFEEDE;
font-weight: bold;
border: 2px solid #EFEFE8;
padding-top: 2px;
padding-bottom: 2px;
}

.selectedTop {
font-family: "Trebuchet MS, Helvetic, Sans-Serif";
background: #FFF9CB;
color: #0B615;
font-size: 10pt;
text-align: center;
font-weight: 900;
border: 2px solide #FFF9CB;
padding-top: 2px;
padding-bottom: 2px;
}

.selectedSub {
font-size: 12pt;
font-weight: 900;
padding-right: 10px;
text-decoration: none;
color: #ffffff;
background: #336699;
}

.linkTable table { border-collapse:collapse; }
.linkTable td { border-bottom:1px dotted #C0C0C0; padding-bottom: 5px;}

.button1 {color: #0000A0; text-decoration: underline; font-family: Verdana, Geneva, sans-serif; font-size: 9pt;}

a:link {color:#0000A0; text-decoration:none;}
a:visited {color:#0000FF;}
a:active {color:#FF0000;}
a:hover {color:#0000A0; font-weight: 500; text-decoration: underline}	