/*This is CSS comment*/

/*Elements*/
body{
	background-color:#6E96D5; 
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0; 
	
	}

h5{	color:#000000;
	font-style: italic;
	text-align: left;
	font-size: 16px;
}


h4{	color:#6396D5;
	font-style: italic;
	text-align: center;
	font-size: 20px;

}
h3{	color:#6396D5;
	font-style: italic;
	text-align: center;
	font-size: 30px;

}
h2{	color:#6396D5;
	font-style: italic;
	text-align: center;
	font-size: 40px;

}

p{	font-size:12px;

}

/*Selectors */

#July{	color:#000000;
	font-weight: bold;
	text-align: left;
	font-size: 13px;

	}

#August{
	color:#000000;
	font-weight: bold;
	text-align: left;
	font-size: 13px;

	}
/*Classes */


.banner{
	background-color:#6E96D5;
	color:#FFFEEA;
	font-size: 45px; 
	font-style: italic;
	font-weight: bold;
	margin:0;
	padding:0;
	

	}

.mlvrow{
	background-color:#6E96D5;
	color:#FFFEEA;
	font-size: 30px;
	font-weight: normal;
	padding:0;
	margin:0;
	
	
	}


.navcol{
	background-color:#6E96D5;
	color:#FFFEEA;
	font-size: 18px;
	height:700px;
	vertical-align:top;
	

	
	}

.content{
	vertical-align:top;
	background-color:#FFFEEA;
	color:#000000;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	text-indent: 30px;
	}
.footer{
	background-color:#FFFEEA;
	color:#000000;
	font-size: 15px;
	
	}
.navcol #projectQL {
	font-size: 12px;
	list-style-type: square;
}
