html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #152434;
	color:#fff;
	text-rendering: optimizeLegibility; 
   font-family: "WoodfordBournePRO-Regular-Regular", Helvetica, Arial;
	position:relative;
	-webkit-font-smoothing: antialiased;
}
.clearfix:after {  content: ".";  display: block; height: 0;  clear: both; visibility: hidden;}

textarea, input {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;} 
a:link { text-decoration: none; }
.centeredContent{}
.content{max-width:1250px;margin:auto; padding:20px}
input {
	
	-webkit-appearance: none; 
	-moz-appearance: none; 
}
b{
   font-family: "WoodfordBournePRO-Bold-Regular";
}
p {margin-bottom:1em;}
h1{
	font-family: "WoodfordBournePRO-Black-Regular";
	font-size:2em;

	margin-top:40px;
	margin-bottom:20px;

}
h2{
	font-family: "WoodfordBournePRO-Black-Regular";
	font-size:2em;
	text-align: left;
	margin-top:40px;
	margin-bottom:15px;

}


.logo{
	text-align: center;
	margin-top:100px;
}
.logo img{
	width:300px;
}
.topContainer{

	
}


.introHead{

	text-align: center;
	font-size:2em;

}

.introSub{
	

	font-size: 1.3em;
}

.particulars{
padding-bottom:150px;
}
.particulars img{
max-width:100%;
margin-bottom:20px;
}
.particulars p{
	font-size:1.2em;
	
}
.particulars p.uwIntro{
	font-size:1.4em;
	line-height: 1.1em;
}
.statement{
	margin-top:30px;
	margin-bottom:10px;
	font-style:italic;
}
.contact{
	margin-bottom:50px;
}
.contact a{
	color:white;
	font-weight: bold;
	text-decoration:underline;
}
ul{
	padding-left: 20px;
}
li{
	font-size:1.2em;
list-style:disc;
margin-bottom:5px;
padding-left:15px;
}