@charset "UTF-8";
body {
	background-color: #FFF;
	margin: 0px 0px 15px;
}
.container {	
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Source Sans Pro";
	color: #000;
}
.primary_header {
	width: 100%;
	border-bottom: 2px solid #2C9AB7;
	clear: left;
}
.primary_header_1 {
	width: 100%;
	border-top: 2px solid #2C9AB7;
	border-bottom: 2px solid #2C9AB7;
	clear: left;
	text-align: center;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none; color: #00f;}
a:hover {text-decoration: none; color: #f00;}
a:active {text-decoration: none;}
.blockDisplay {	
display: block;	
}
.column_half {
	width: 50%;
	float: left;	
	margin-top: 5px;
	text-align: center;
}
.button {
	width: 160px;
	margin-top: 20px;
    margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 10px;
	background-color: #DDEFFF;
	text-align: center;
	letter-spacing: 1px;
	border: 1px solid #2C9AB7;
}
.button:hover {
	background-color: #C0DFFD;
	border: 1px solid #000080;	
}
.button_1 {
	width: 160px;
	margin-top: 20px;
    margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 10px;
	background-color: #C0DFFD;
	text-align: center;
	letter-spacing: 1px;
	border: 1px solid #000080;
}
.secondary_header {
	width: 100%;
	padding: 10px 0px;
	border-top: 2px solid #2C9AB7;
	border-bottom: 2px solid #2C9AB7;
	clear: left;
}	
.container .secondary_header ul {
    margin-top: 0%;
	margin-right: auto;
    margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 0px 15px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	margin-left: auto;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	width: 25%;	
}
.left_article {
	width: 75%;
	float: left;
	margin: 15px 0px;
}
.container .left_article h1 {
	padding-left: 5%;
	padding-right: 5%;
	text-align: left;
	font-size: 20px;
	letter-spacing: 2px;
}
.container .left_article h2 {
	padding-left: 5%;
	padding-right: 5%;
	text-align: left;
	font-size: 18px;
	letter-spacing: 1px;
}
.container .left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: left;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.table.bottomBorder {
	border-collapse: collapse;
	}
table.bottomBorder td,
table.bottomBorder th {
    border-bottom: 1px solid #2C9AB7; 
    padding: 5px; 
}
.right_article {
	width: 25%;
	float: left;
	background-color: #F5F5F5;
	color: #343434;
	margin: 15px 0px;
}
.container .right_article p {
 	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.er{
	color: #f00;
}
@media (max-width: 320px) {
	.container {
	width: 90%;
}
.secondary_header ul li {
	float: none;
	margin-top: 15px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 15px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}	
}
@media (min-width: 321px) and (max-width: 768px) {
	.container {
	width: 80%;
}
.secondary_header ul li {
	float: none;
	margin-top: 15px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 15px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
}
@media (min-width: 769px) and (max-width: 1280px) {
	.container {
	width: 70%;
}
.secondary_header {
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.secondary_header ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 27px;
}
}