/* Global Styles */

.newsletter_body {
    background-color: #000000;
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
}


.contact_body {
    background-color: #000000;
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    margin-left: 0px;
}

.contact_body table td{
    padding: 5px;
    }

.career_text {
font-family: arial, helvetica, sans-serif;
text-align: justify;
color: #ffffff;
font-size: 14px;
padding: 10px;
}


	.jobTitle{
          font-family: arial, helvetica, sans-serif;
		  font-size: 14px;
		  font-weight: 600;
		  }
	.jobDesc{
          font-family: arial, helvetica, sans-serif;
          font-size: 12px;
		  text-decoration: none;
          align: justify;
		  }
.news {
font-size:11px;
}


/* Styles for the Resource index page */
.resource_description {
font-family: arial, helvetica, sans-serif;
text-align: justify;
color: #ffffff;
font-size: 14px;
}

.resource_title {
font-family: arial, helvetica, sans-serif;
color: #ffffff;
}

.resource_body {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
padding: 5px 10px;
background-color: #000000;
color: #ffffff;
}

.resource_body table {
    padding 0px;
}



table td.contact_desc {
    padding: 20px;
}


.back{
    font-size: 12px;
    padding-right: 10px;
}

a, a:link, a:active {
text-decoration: none;
color: lightyellow;
}

a.small {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
a.small:hover {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

th {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

/* this is in resorces */
table table a, table table a:visited, table table a:link, table table a:active {
text-decoration: none;
color: lightyellow;
}



/* This is special for the links inside the survey list table*/
#id1 a{
    padding-left: 3px;
    font-size: 14px;
}

.newsletters td {
    padding: 5px;
    font-size: 14px;
    text-align: justify;
}




.nl_title {
    padding: 2px;
    font-weight: 600;
    font-size: 16px;
	color: #ffffff;
}


.tdlist{
    padding: 5px;
    align: left;
    
}



.newsletters .nl_title {
    padding: 3px;
    font-weight: 600;
    font-size: 16px;
}

.resource_body img {
 width: 70;
 height: 70;
 border: 0;
}

.newsletters img {
    border: 0;
}

/* individual newsletter pages */

	.row{
        font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		color: white;
		vertical-align: top;
        align: left;
        padding: 5px;
		}
  
    table tr.row{
        font-size: 12px;
        padding: 5px;
        }

 /* for the links table in links.php */
    td.linklist table tr.row a{
        padding: 0px;
        }
        
    td.resource_body table{
        margin-left: 0px;
    }

    .linklist{
        padding: 0;
        
        }
	.archivelist{
        font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		color: white;
		text-decoration: none;
        padding-left: 3px;
		}

	.heading1{
        font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		color: white;
		text-decoration: bold;
        padding-left: 3px;
		}
	.eventHeader{
        font-family: arial, helvetica, sans-serif;
		font-size: 16px;
		color: white;
		text-decoration: bold;
		background-color: gray;
        padding: 20px;
		}
	table.report{
		width: 400;
        margin-left: 20px;
		}
    table.report td{
        font-family: arial, helvetica, sans-serif;
		font-size: 14px;
        padding: 10px 5px;
        color: white;
        }
     .fromInput{
        width: 300px;
        font-family: arial, helvetica, sans-serif;
        font-size: 14px;
     }


