
<style>


img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.logo 
   {
	float: center;
	width: 55%;
	padding: 20px 20px 40px 20px;
	margin: 0;
	display: inline;
        background: #DCDCDC;
        color:#FFFFFF;
     
}

#navigation_full {
	width:100%;
	height:40px;
	background-image:url(../test_new.jpg);
	background-position:center;
	background-repeat:repeat-x;
	z-index:999;
	position:relative;
}

#contentwrapper
{
	float: left;
	width: 100%;
	background: #fff;
  }      
* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 0px;
}
html {
    font-family: "Lucida Sans", sans-serif;
}
.header {
    background: #000066;
    color: #ffffff;
    padding: 15px;
}

#left {
    background: #FFFFFF;
    padding: 50px;
    color: #000000;
    text-align: left;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#middle {
    background: #ffffff;
    padding: 20px;
    color: #000000;
    text-align: left;
    font-size: 16px;
    
}


#right {
    background: #ffffff;
    padding: 5px;
    color: #111111;
    text-align: center;
    font-size: 14px;
   /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}
.footer {
    background: #0c2d7a;
    
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 750px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
.column_img {
	
	float:left;
	position:relative;
	padding:5px;
}

.button{
	position:relative;
	width:80%;
	color:#FFF;
	display:block;
	text-decoration:none;
	margin:0 auto;
	border-radius:5px;
	border:none;
	background:#369de1;
	text-align:center;
	padding:0px 0px;
}


.social {
	font-family: Courier;
	color: yellow;
	font-size:14px;
}  

.column_left{
        width:100%;
        min-height:2000px;
        float:center;
        position:relative;
        padding:0px;
}

.column_left_header {
	width:100%;
	height:33px;
	background-image:url(news.jpg);
	background-position:center;
	background-repeat:repeat-x;
}

.column_left_header h4 {
	font-family:"Trebuchet", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:17px;
	margin:0px;
	line-height:30px;
	text-align:center;
}
.home_column_left_events {
	width:75%;
	height:200px;
	margin:auto;
	background-color:#d2d7db;
	margin-top:0px;
}

.home_column_left_events_inner h5  {
	font-family:"Trebuchet", Arial, Helvetica, sans-serif;
	color:#3c6e91;
	font-size:12px;
	margin:0px;
	padding-top:15px;
	line-height:18px;
	text-transform:uppercase;
}

.column_left_news {
	width:100%;
	height:100%;
	margin:auto;
	background-color:#d2d7db;
}

.column_left_news_inner {
	width:80%;
	height:100%;
	margin:auto;
	padding-bottom:7px;
}
p.a {
    font-family: "Times New Roman", Times, serif;
}
p.b {
    font-family: Arial, Helvetica, sans-serif;
}
.clearfix {
  overflow: auto;
}  
.img2 {
  float: right;
 
}
h1 { 
    display: block;
    font-size: 5em;
    margin-top: 0.67em; 
    margin-bottom: 0em;
    padding-left:15px;
    margin-right: 0;
    font-weight: bold;
}
p.who{
      display: block;
    font-size: 18px;
    margin-top: 0.67em;
    margin-bottom: 0em;
    padding-left:15px;
    margin-right: 15px;
    
}
p.goal{
      display: block;
    font-size: 24px;
    margin-top: 0.67em;
    text-align: center;
    font-weight: bold;
}
h2 { 
    display: block;
    font-size: 40px;
    margin-top: 0.67em; 
    margin-bottom: 0em;
    padding-left:15px;
    margin-right: 0;
   
}
h3 { 
    display: block;
    font-size: 20px;
    margin-top: 0.67em; 
    margin-bottom: 0em;
    padding-left:15px;
    margin-right: 0;
    font-weight: normal;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

c1 { 
    display: block;
    font-size: 40px;
    margin-top: 0.67em; 
    margin-bottom: 0em;
    padding-left:25px;
    margin-right: 0;
    font-weight: bold;
}

c2 { 
    display: block;
    font-size: 12px;
    margin-top: 0.67em; 
    margin-bottom: 0em;
    padding-left:25px;
    margin-right: 0;
    font-weight: normal;
}

a.advocacy:link, a.advocacy:visited  {
    color:#0000FF;
    text-decoration: none;
    font-size:24px;
    padding-left:15px;
}
    a.advocacy:hover, a.advocacy:active{
     color:#FF0000;
text-decoration: underline;
}
</style>
</head>