/* body styles */
body {
	color: #000000;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 13px;
	margin-top:1;
	margin-right:2;
	margin-left:0;
	padding-top:0;
	padding-right:0;
	padding-left:0;
}

h1 {
	font-family: verdana, geneva, arial, sans-serif;
	
      font-size: 30px;


}
h2  {
 font-size: 24px;
}

h3 {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 18px;
	
	margin-top:20px;
	color: #000000;


}

h4 {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom:6px;
	color: #000000;
  margin-top: 14px;
	margin-left: 10px;

}



A:link, A:visited, A:active, A:hover {
	color: #3300cc;
	text-decoration: underline;
	font-weight: bold;
}

.text {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom:10px;
	color: #000000;

}

.text2 {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom:10px;
	margin-left:14px;
	color: #000000;

}

.minitext {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom:10px;
	color: #000000;

}

.linktext {
	font-family: verdana;
	font-size: 14px;
	line-height: 16px;
	margin-bottom:6px;
	color: #006600;
	font-weight: bold;

}

.linktext A:link, .linktext A:visited, .linktext A:active, .linktext A:hover {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}



.nav {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom:10px;
	color: #000000;
	padding-left:4;

}

.title {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom:15px;
	margin: 0px 0px 0px 0px;
}



/* content styles */
.primary {
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 8px;
	line-height: 8px;
	color: #000000;
	margin: 2px 2px 1px 2px;
}


/* footer */

.footer {
	font-family: Verdana, Arial, Geneva;
	font-size: 8px;
	line-height: 10px;
	color: #000000;
	font-weight: ;
	margin: 5px 5px 5px 5px;
}

.footer A:link, .footer A:visited, .footer A:active, .footer A:hover {
	color: #004200;
	text-decoration: underline;
	font-weight: normal;
}

/* news page */

.dateheader, .newsheader {
	padding-left:4px; 
	border-bottom: 1px solid #007963;
	text-transform: uppercase;
	font-weight: 700;
}

.dateheader {
   width: 200px;
}

.newslinks {
	margin-left: 20px;
   margin-top: 3px;
   margin-bottom: 15px;
   line-height:15px;
}
.header_row {
background: #C92E39;
width:95%;
}
.header_inner_row {
width:75%;
background:#fff;
border: 2px dotted #333;
margin-top:30px;
margin-bottom:30px;

font-size: 13px;
}
.wrapper {
padding-left: 30px;
    padding-right: 30px;
}
.inner-content {
padding:25px;
}
.header-logo-img {
	display: table-cell;
    vertical-align: bottom;
	padding-left:25px;
}

.header-logo-text {
display: table-cell;
    vertical-align: top;
	padding-left:10px;
	width:100%;
}
div#c0 {

}
.thick_black_line {
height: 25px !important;
    color: black;
	opacity:1;
}
.link_heading {
margin-top: 15px;
   font-weight:bold;
    padding: 10px;
    padding-bottom: 10px;
    background: #F5F5F5;
    padding-left: 10px;
    border-left: 13px solid #C92E39;
}
.link_heading a {
font-weight:bold;
color:#000 !important;
text-decoration:none !important;
}
.top_heading {
padding-top:10px;
}
.desktop_view {
display:block;
}
.mobile_view {
display:none;
}
@media only screen and (max-width: 850px) {
	.header_row {
		width:100%;
	}
	.wrapper {
padding-left: 0px;
    padding-right: 0px;
}
h2 {
font-size:20px;
}


}
@media only screen and (max-width:720px) {
	.top_heading {
font-size:20px;
}
.desktop_view {
display:none;
}
.mobile_view {
display:block;
}
}