body{
   padding: 0;
   font-size: 17px;
   color: #000000;
   background-color: #000000;
   }
   p {
   width: 80%;
}
 


#navDoc {
   position: absolute;
   width: 900px;
   height: 700px;
   background-color:#6d82a2;
   margin-top: 190px;
   margin-left: 220px;
   text-align: center;
   
  } 
 
h2 {
   position: absolute;
   margin-top: -10px;
   margin-left: 220px;
   width: 900px;
   height:150px;   
   border-right: 4px;
   color: #000000;
   font-weight: normal;
   font-size: 72px;
   color: #ffffff;
}
 h3{
	@import url(http://www.homestead.com/~media/elements/Text/font_styles.css);
	position: absolute;
	margin-top: 300px;
	margin-left: 160px;
	width: 200px;
	height: 550px;
	font-size: 14px;
	color: #000000;
	background-color: #617290;
	

	}
h4{
	@import url(http://www.homestead.com/~media/elements/Text/font_styles.css);
	position: absolute;
	margin-top: 300px;
	margin-left: 940px;
	width: 200px;
	height: 550px;
	font-size: 14px;
	color: #000000;
	background-color: #617290;
	}
 
   
 

 
/************************* ID's *************************/
 
#menu{
		margin-left: 160px;
		padding:0;
		}
		#menu ul{
		padding:0;
		margin:0;
		}
		#menu li{
		position: relative;
		float: left;
		list-style: none;
		margin: 0;
		padding:0;
		}
		#menu li a{
		width:120px;
		height: 30px;
		display: block;
		text-decoration:none;
		text-align: center;
		line-height: 30px;
		font-weight: bold;
		font-size: 14px;
		background:#000033;
		color:#eee;
		border-left:1px solid #6d82a2;
		}
		#menu li a:hover{
		background:#a2b3a1;
		color:#000;
		}
		#menu ul ul{
		position: absolute;
		top: 30px;
		width: 120px;
		visibility: hidden;
		}
		#menu ul li:hover ul{
		visibility:visible;
		}
		a.green{
		background: url(img/green.jpg) no-repeat top center;
		color: #006600;
		}
		a.orange{
		background: url(img/orange.jpg) no-repeat top center;
		color: #CC3300;
		}
		a.blu{
		background: url(img/blu.jpg) no-repeat top center;
		color: #006699;
		}
		a.yellow{
		background: url(img/yellow.jpg) no-repeat top center;
		color: #FF9900;
		}
		a.purple{
		background: url(img/purple.jpg) no-repeat top center;
		color: #990066;
		}
body#home a#homenav,
body#courses a#coursesnav,
body#ahacourses a#ahacoursesnav,
body#coursegallery a#coursegallerynav,
body#contact a#contactnav,
body#faq a#faqnav
 {
	color: #fff;
	background: #000;
}
a:link {color: #ffffff; text-decoration: underline; }
a:hover {color: #ffffff; text-decoration: none; }
a:visited {color: #ffffff; text-decoration: none; }
h3 a:link {color: #000000; text-decoration: none;}
 
#centerDoc {
   position: absolute;
   width: 500px;
   height: 550px;
   margin-top: 300px;
   margin-left: 400px;  
   font-size: 20px;
  
}
#nextDoc {
   position: absolute;
   width: 900px;
   padding: 50 350 20px 50; /*top right bottom left*/
   margin-top: 200px;
   margin-left: 275px;
   margin-right: 200px;
   font-size: 24px;
}
  ul {text-indent: 5px;
list-style-position: outside;
list-style-image: );
list-style-type: bullet;
padding: 6px;
margin-left: 100px;
}
#bottomDoc{
position: absolute;
   width: 900px;
   margin-top: 850px;
   height: 40px;
   background-image: url(footer2.bmp);
   margin-left: 220px;
   color: #617290;
   font-size: 12px;
}
#footerDoc {
position: absolute;
   width: 900px;
   margin-top: 900px;
   margin-left: 600px;
   font-size: 12px;
   height: 50px;
 
}