DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

HTML{
	height: auto;
	overflow-y: scroll;
	}

body {
	background-color: #D4D4D4;
	text-align: center;
	height: 100%;
	overflow: hidden;
	}
	
h1 {
	font-family: Arial, sans serif;
	font-size: 23px;
	font-weight: normal;
	}

h2{
	font-family: Arial, sans serif;
	font-size: 20px;
	font-weight: normal;
	color: #2D5A4D;
	margin-top: 20px;
	margin-bottom: 0px;
	}

h3{
	font-family: Arial, sans serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	}

h4{
	font-family: Arial, sans serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	}

h5 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #2D5A4D;
	margin-top: 15px;
}
	
#info P{
	font-size: 16px;
	font-weight: normal;
	}
	
P{
	font-family: Arial, sans serif;
	font-weight: normal;
	font-size: 14px;
	}

.indent {
	margin-left: 35px;
}

IMG{
	border: 0px;
	}
	
#wrapper {
	width: 950px;
	height: 100%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	z-index: 0;
	}
	
#header {
	position: relative;
	width: 100%;
	height: 125px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
        z-index: 1;
	}
	
#noland_logo{
	position: relative;
	width: auto;
	height: auto;
	float: bottom;
	z-index: 2;
	}
	
#links {
	border-top: 0px;
	position: relative;
	float: right;
	padding: 0px;
	margin-top: -20px;
	margin-right: 5px;
        z-index: 3;
        font-size: 18px;
	}

#links a{
	font-family: Arial, sans serif;
	color: #000000;
	text-decoration: none;
        
	}
	
#links a:hover{
	color: #2D5A4D;
        text-decoration: underline;
	}
		
#links li {
	display: inline;
	list-style-type: none;
        padding: 4px;
	}
	
#top_bar{
	width: 100%;
	height: 10px;
	background-color: #2D5A4D;
	z-index: 1;
	}

#content{
	position: relative;
	width: 100%;
	height: 100%;
	border-bottom: 1px;
	text-align: left;
	padding: 5px;
	overflow: hidden;
	z-index: 1;
	}
	
#copy{
	width: 701px;
	height: 100%;
	float: left;
	padding: 5px;
	border-width: 0px;
	border-style: solid;
	z-index: 3;
	}
	
#copy h3{
	margin-top: 5px;
	}
#copy h3 a{text-decoration: none;
     color: #2D5A4D;
	 font-weight: bold;
    }

a{
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #2D5A4D;
}

a:hover {
	text-decoration: underline;
}
	
.copy_a{
	font-family: Arial, sans serif;
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
	color: #000000;
	text-decoration: none;
	}

.copy_a:hover{
	text-decoration: underline;
	}
	
#floatimgleft {
	float:left;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:10px;
}

#floatimgright {
	float:right;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:10px;
}

	
#copy li{
	font-family: Arial, sans serif;
	font-size: 14px;
	}

#info{
	width: 220px;
	height: 100%;
	margin-left: 716px;
	float: top;	
	background-color: #D4D4d4;
	border-style: solid;
	border-width: 2px;
	border-color: #2D5A4D;
	padding: 20px;
	z-index: 4;
	text-align: center;
	}

#info h3{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: -15px;
	margin-top: 5px;
}
	
#hospital_heading{
	font-family: Times, serif;
	font-style: oblique;
	font-size: 30px;
	color: #2D5A4D;
	}

#spacer{
	margin-top: 50px;
	margin-bottom: 10px;
	}
	
#bottom_bar{
	width: 100%;
	height: 7px;
	background-color: #2D5A4D;
	}

