*{
	font-family: "Open Sans";
}
body {
	text-align: center;
	background-image: url(images/background.jpg);
	/*background-color:#CCCCCC;*/
	font-family: "Open Sans";
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


/*LAYOUT CLASSES*/
html {
  box-sizing: border-box;
		margin: 0;
	padding: 0;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.cf{
    clear: both;
}
.cf:after{
    content: "";
    display: table;
    clear: both;
}
.contain{
    width: 90vw;/*Container width here*/
    margin-right: auto;
    margin-left: auto;
}
.contain:after{
    content: "";
    display: table;
    clear: both;
}

ul.navList{
     padding: 0;
     margin: 0;
     list-style: none;
}
     ul.navList li a{
             text-decoration:  none;
        }
.inside{
    padding: 1em;   
}


img{
	max-width: 100%;
}
h1+p,h2+p,h3+p{
	margin-bottom: 0;
}
.flex{
	display: flex;
}
.flex_col{
	display: flex;
	flex-direction: column;
}
.flex_even > *{
	flex-grow: 1;
}
.vh{  
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.alert{
	background-color: #BC2B33;
	padding: 0.5em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	
}
h1, table {
	margin: 0px;
	padding: 0px;
	}
blockquote {
	margin-top: 10px;
	}
h1 {
	font-size: 24px;
	}
h2 {
	font-size: 18px;
	color: #004770;
	line-height:30px;
	border-bottom: solid #004770 5px;
	}
h3 {
	font-size: 14px;
	margin: 0;
	color: #004770;
	padding-left: 8px;
	}
h4 {
	font-size: 14px;
	margin: 0;
	color: #FFFFFF;
	line-height:20px;
	}

hr {
	color: #52666F;
	background:  #52666F;
	border: hidden;
	}
table {
	font-family: "Open Sans";
	font-size: 12px;
	border-collapse: collapse;
	}
#wrapper {
	min-width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: solid 20px #666666;
	overflow: hidden;
	max-width: 1200px;
	width: 100%;
	}

#bannerImage {
	border-top: solid 10px #666666;
	}
#logInArea {
	width: 250px;
	/*height: 400px;*/
	padding-top: 0px;
	/*background-image: url(images/leftCol_backgrd2.jpg);
	background-repeat: repeat-x;*/
	background-color: #FFFFFF;
	text-align:center;
	vertical-align:top;
	padding-bottom:4px;
	color:#000000;
	/*border-top: solid 10px #666666;	*/
	}
#logInArea a {
	font-size: 11px;
	color:#000000;
	text-decoration:underline;
	}
#logInArea a:hover {
	text-decoration: underline;
	color: #FF0000;
	}
#leftCol {
	float: left;
	width: 250px;
	/*height: 400px;*/
	padding-top: 0px;
	background-image: url(images/leftColumn.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	/*border-top: solid 10px #666666;*/
	color: #0F5076;
	color: #000000;
	color: #0000FF;
	color: #CC0000;
	}
#leftCol li {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-image: url(images/bullet.jpg);
	line-height: 16px;
	}
#leftCol li a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
#leftCol li a:hover {
	text-decoration: underline;
	color: #FFFF66;
	}
#online {
	font-weight: bold;
	margin: 0 0 30px 0px;
	text-align: center;
	}
.onlineAccess {
	width: 140px;
	color: #4A656B;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 3px 6px 3px;
	background: #FFFFFF;
	border: #7D6854 solid 1px;
	}
.onlineAccess:hover {
	background: #DBD2CA;
	}
#content {
	float: left;
	width: calc(100% - 250px);
	}
.contentPadding {
	border-top: solid 10px #666666;
	padding: 5px 5px 5px 5px;
	}
#footer {
	clear: both;
	}
#bottom {
	text-align: left;
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	}
#buttons {
	}
#buttons a {
	background: #7D6854;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
#buttons a:hover {
	color: #978471;
	}
.contentLeft {
	float:left;
	width: calc(100% - 212px);
	/*height: 303px;*/
	padding: 0px 5px 0px 0px;
	background-color: #ffffff;
	}
.contentRight {
	float:right;
	width: 212px;
	/*height: 303px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ECEEE9;
	}
.contentBottm {
	width: 575px;
	/*height: 303px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #CCCCCC;
	color: #000000;
	}

.indented {
	margin-left: 10px;
	}