@font-face {
    font-family: 'sansroman';
    src: url('../fonts/Vera-webfont.eot');
    src: url('../fonts/Vera-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Vera-webfont.woff') format('woff'),
         url('../fonts/Vera-webfont.ttf') format('truetype'),
         url('../fonts/Vera-webfont.svg#bitstream_vera_sansroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
body, html{
	font-family: "sansroman", "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	height: 100%;
	background-color: #EFEFEF;
}
.innerContent{
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 10px;
}
header{
	
}
header img{
	margin: 0 auto;
	display: block;
	max-width: 522px;
	width: 100%;
}
nav, footer{
	background-color: #23698B;
	font-size: 1.3em;
}
nav a{
	margin-right: 10px;
	display: inline-block;
}
nav a:link, nav a:visited {
	color: #ffffff;
}
.odd{
	background-color: #4DA7D2;
	color: #fff;
}
.even{
	background-color: #ffffff;
	
}
.colContainer:after{
	content: "";
    display: table;
	clear: both;
}
.colContainer{
	margin-bottom: 10px;
}
.maxSize173{
	text-align: center;
	min-width: 173px;
}
.col1, .col2, .col3, .col4, .col5, .col2n4{
	display: block;
	float: left;
	width: 100%;
}
.col1 *, .col2 *, .col3 *, .col4 *, .col5 *, .col2n4 *{
	padding: 5px;
}
.col1{
	max-width: 100%;
} 
.col2{
	max-width: 50%;
} 
.col3{
	max-width: 33.33333333333333%;
} 
.col4{
	max-width: 25%;
} 
.col5{
	max-width: 20%;
}
.col2n4{
	max-width: 75%;
}
.biggerText{
	font-size: 1.3em;
}
.width100p{
	width: 100%;
}
.noBold{
	font-weight: normal;
}
@media (max-width: 723px) {
	.col1, .col2, .col3, .col4, .col5, .col2n4{
		float: none;
		max-width: 100%;
	}
	nav a{
		display: block;
	}
}
.button{
	text-align: center;
	border: #428bca 1px solid;
	border-radius: 5px;
	padding: 10px;
}
.button:hover{
	background-color: #D9E8F4;
	text-decoration: none;
}
ul{
	margin-left: 15px;
}