﻿

body  {
background-color: rgb(229,222,189);
color: navy;
font: 10pt Verdana, Arial, sans-serif;
margin: 10px;
scrollbar-base-color: rgb(229,222,189);
}

html  {
background-color: rgb(229,222,189);
color: navy;
font: 10pt Verdana, Arial, sans-serif;
margin: 10px;
scrollbar-base-color: rgb(229,222,189);
}

header {
background-color: white;
color: navy;
border: 1px solid navy;
font-weight: bold;
}

.sidetable {
font-family: verdana;
font-size:10pt;
background-color: rgb(229,222,189);
color: navy;
}

.topbottomcell {
font-family: verdana;
font-size:10pt;
background-color: rgb(229,222,189);
color: navy;
}
.main {
font-family: verdana;
font-size:10pt;
background-color: white;
background-image: url('images/ndhealogobkgd.jpg');
background-repeat: no-repeat;
background-position: 440px 340px;
background-attachment: fixed;
color: navy;
text-align: justify;
line-height: 20px;
vertical-align: top;
padding: 20px;
width: 100%;
border: 1px solid navy;
}


table {
	color: navy;
	font-size: 10pt;
}


.textboxright {
padding: 10px;
font-size:10pt;
color: navy;
font-weight: bold;
line-height: 1.5;
float: right;
width: 175px;
margin-left: 10px;
margin-top: 5px;
margin-bottom: 10px;
border: 1px dotted navy;
background-color: rgb(229,222,189);
}


.textboxleft {
padding: 10px;
font-size:10pt;
color: navy;
font-weight: bold;
line-height: 1.5;
float: left;
width: 175px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 10px;
border: 1px dotted navy;
background-color: rgb(229,222,189);
}

ol {
	color: navy;
	line-height: 150%;
	font-size: 10pt;
	text-align: left;
}

ul {
	color: navy;
	line-height: 150%;
	font-size: 10pt;
	text-align: left;
}

ol {
	list-style-image: url('none');
	list-style-type: decimal;
}

li {
	color: navy;
	list-style-image: url('images/bullet.gif');
	font-size: 10pt;
	text-align: left;
	margin-right: 10px;
}

ul {
	color: navy;
	list-style-image: url('images/bullet.gif');
	font-size: 10pt;
	text-align: left;
	margin-right: 10px;
}

h1 {
	font-size: 16pt;
	color: navy;
	text-align: center;
	background-image: url('images/h1.gif');
	padding: 2px;
	border: 1px solid navy;
	width: 92%
}

h2 {
	font-size: 14pt;
	color: navy;
	text-align: left;
	background-image: url('images/h2.gif');
	padding: 2px;
	border: 1px solid navy;
	width: 92%
}

h3 {
	font-size: 12pt;
	color: navy;
	text-align: left;
	background-image: url('images/h3.gif');
	padding: 2px;
	border: 1px solid navy;
	width: 92%
}

a:link {
	text-decoration: underline;
	color: navy;
	background-color: transparent;
}
a:visited {
	text-decoration: underline;
	color: navy;
	background-color: transparent;
} 

a:hover {
	text-decoration: none;
	color: red;
	background-color: transparent;
}
a:active {
	text-decoration: none;
	color: navy;
	background-color: transparent;
}


#LeftNav {
	color: navy;
	font: bold 10pt Verdana, Arial, sans-serif;
	text-align: right;
	vertical-align: top;
	margin-left: 3px;
	
}

#LeftNav p{
	color: navy;
	font: bold 10pt Verdana, Arial, sans-serif;
	margin-left: 3px;
	
}

#LeftNav a:link {
	color: navy; 
	display: block;
	background-color: transparent; 
	text-decoration: none;
	text-align: center;
	background-image: url('images/but1.gif');
	width: 145px;
	height: 24px;
	margin-left: 3px;
	padding-top: 3px;
	
}
 
#LeftNav a:visited {
	color: navy; 
	display: block;
	background-color: transparent; 
	text-decoration: none;
	text-align: center;
	background-image: url('images/but3.gif');
	width: 145px;
	height: 24px;
	margin-left: 3px;
	padding-top: 3px;
	
}

#LeftNav a:hover {
	color: navy; 
	display: block;
	text-decoration: none; 
	text-align: center;
	background-image: url('images/but2.gif');
	width: 145px;
	height: 24px;
	margin-left: 3px;
	padding-top: 3px;
	
}

#LeftNav a:active {
	color: navy; 
	display: block;
	text-decoration: none;
	text-align: center; 
	background-image: url('images/buthov.gif');
	width: 145px;
	height: 24px;
	margin-left: 3px;
	padding-top: 3px;
	
}


.Copyright {
	text-decoration: none;
	color: navy;
	background-color: rgb(229,222,189);
}

/*This sets the code for the lightbox */

}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}