body {
	font-family: Times New Roman, sans-serif;
	font-size:10pt;
	color:#1C1C1E;
	_text-align:center;
	max-width: 1600px;
	max-height: 900px;
	border: 0px solid black;
	background: fafafa;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}

#header {
	background: url(../images/DME-Accreditation-Header-Background.jpg) repeat-x;
	overflow: hidden;
	height: 124px;
	text-align: center;
}

p div{ 
	text-align:justify;
	margin:0;
	padding:0.5em 1em;
	width: 70%;
}

h1 {
	padding: 20px 0px 10px 14%;
	font-family: Tahoma, Arial;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 2px;
	text-shadow: red 5px 5px 5px 5px;
	}
	
h2 {
	padding: 15px 0px 10px 0px;
	font-size: 17px;
    margin-left: auto;
    margin-right: auto;	
	}

#main {
	background: url(../images/DME-Accreditation-page-background.jpg) 50% 40%  no-repeat;
	min-height: 500px;
	}

#text {
	font-family: Times New Roman, Trebuchet MS, sans-serif;
	font-size: 17.5px;
	width: 750px;
	text-align: justify;
    margin-left: auto;
    margin-right: auto;
	}
	
/*------ NAVIGATION ------*/
#menu {
	background: url(../images/Separator.jpg) repeat;
	height: 30px;
	width: 100%;
	/* color: #d9ebef; */
	overflow: hidden;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	}

	
ul#nav {
	margin: 0px 0px 0px 11%;
	padding: 0px 0px 0px 0px;
	list-style: circle;
	float: left;
	display: inline;
	font-size: 13px;
	/* list-style-image: url(../images/nav-divider.jpg); */
}

ul#nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	color: #d9ebef;
	height: 30px;
	line-height: 30px;
	list-style: circle;
	list-style-type: none; /* list-style-image: url(../images/nav-divider.jpg); */
}

#nav li .double-line {
  line-height: 15px;
}

/* #nav ul {
	list-style: disc url(../images/nav-divider.jpg) inside;
	} */

ul#nav li a {
	display: block;
	font-family: Arial;
	font-size:15px;
	height: 30px; /* makes the whole height a link and not the text */
	width: 135px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #d9ebef;
	font-weight: bold;
	background: url(../images/nav-bg.png) top left no-repeat;
	text-decoration: none;
	list-style: circle;
	/* list-style-image: url(../images/nav-divider.jpg); */
}

#nav li a:hover {
	color: #FFFFFF;
	background: url(../images/nav-bghover.png) top left no-repeat;
}

ul #nav li a:visited {
	color: RED;
}

/*
#menu ul #nav li:first {
	list-style: none;
}

#menu ul #nav li a:first {
	list-style: none;
}

#menu ul #nav li:last {
	list-style: none;
}

#menu ul #nav li a:last {
	list-style: none;
}


/*#nav #divider {
	background: url(../images/nav-divider.jpg) top left no-repeat;
	float: left;
	width: 3px;
	height: 52px;
} */

#footer {
	font-family: Arial;
	font-size: 14px;
	height: 52px;
	line-height: 52px;
	width: 100%;
	border-bottom: 1px solid black;
	text-align: center;
	vertical-align: middle;
	background: url(../images/DME-Accreditation-Navigation.jpg) top center no-repeat;
}

#footer a:hover  {
	color: white;
	}

#footer a:hover a: visited {
	color: red;
}