
body {
	background-color: #00AFEE;
}

/*DIV STYLES BY ID*/
/*Padding must be subtracted from a DIV's width or height before applied.*/
/*Define text & link styles for footer & nav bars here.*/

#mainContent { 
	width: 900px;;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
	background-color: #E9F7FE;
}

#nav {
	width: 900px;;
	height: 20px;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
	
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #C6EAFB; 
}
	
#nav a:link { color: #C6EAFB; text-decoration: none; }
#nav a:visited { color: #C6EAFB; text-decoration: none; }
#nav a:hover { color: #FFFFFF; text-decoration: none; }

#footer {
	width: 900px;
	height: 20px;
	position: relative;
	margin-left: auto;
 	margin-right: auto;
	padding-top: 4px;
	
	font-size: 10px;
	font-weight: bold;
	color: #C6EAFB; 
}

#footer a:link { color: #C6EAFB; text-decoration: none; }
#footer a:visited { color: #C6EAFB; text-decoration: none; }
#footer a:hover { color: #FFFFFF; text-decoration: none; }
	
#line { background-color:#cccccc; margin-top:5px; margin-bottom:5px; height:1px; }

.sideNav { color: #00AFEE;}
.sideNav a:link {color: #00AFEE; }
.sideNav a:visited { color: #00AFEE; }
.sideNav a:hover { color: #00AFEE; }

#navHeading { background-color:#00AFEE; }