body {
	margin: 0px;
	background-color: #244B73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
body a:link, body a:hover, body a:active, body a:visited {
	color: #FFF;
}
img {
	border:0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	display:inline;
	margin-top: 20px;
}
.div1 {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:100px;
	background-color:#244B73;
}	
.div2 {
	height:175px;
	background-color:#3876B4;
}	
.div2Inner {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:175px;
	background-color:#36C;
	text-align: center;
}	
.div3 {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}	
.div3Left {
	width:180px;
	float:left;
}	
.div3Left ul {
	width: 180px;
	list-style: none;
	border: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.div3Left ul li {
	width: 158px;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(images/navIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.div3Left ul li a, .div3Left ul li a:link, .div3Left ul li a:active, .div3Left ul li a:visited {
	display: block;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.div3Left ul li a:hover {
	color: #B5CEE8;
}
.div3Right {
	margin-left:190px;
}	
.projectHeader {
	font-family: Arial, Helvetica, sans-serif;
}
.quickLink1 {
	float:right;
	width:190px;
	padding-top: 20px;
}
.div4 {
	height:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #1F4265;
}



.triangle-isosceles {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#FFF;
	background:#f3961c; /* default background for browsers without gradient support */
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#2e88c4), to(#075698));
	background:-moz-linear-gradient(top, #2e88c4, #075698);
	background:-o-linear-gradient(top, #2e88c4, #075698);
	font-family: Arial, Helvetica, sans-serif;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	
}

.triangle-isosceles:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-15px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#075698 transparent;
}


	

