﻿body {
	background-color: black;
}

div#subordinatepageheader	{
	background-color:#DEC745;  
	font-size:1.5em; 
	font-weight:bold;  
	font-family: Arial, Helvetica, sans-serif; 
	text-align:center; 
	letter-spacing:1px; 
	margin-top: 0px;
}

div#body	{
	margin: 0 10% 0 10%;
	background-color: #DDD9C3;
	padding-top: 2px;
}


div#backbtn	{
	width: 10%; padding: 6px 0 6px 0;
}

table#backbtn {
	height:2em;
	background-color: #CCCCCC
}

tr#backbtn {
	padding-bottom: 5em;
}

td#backbtn {
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

p#text	{
	text-align:Justify;
}

p#heading	{
	font-weight:bold; 
	text-align:center;
}

.Style1	{
	font-size:2em;
	font-weight:bold;
	text-align:center;
	text-decoration: underline;
}

.Style2	{
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
}

.Style2a	{
	font-size:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}

.Style2b	{
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}


.Style3	{
	font-size:1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	text-align:justify;
}

.Style3a	{
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify
}

.Style4	{
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
}

.Style4a	{
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.Style5	{
	font-size:2em; 
	font-family: 'Times New Roman', Times, serif; 
	text-align:center; 
	padding:1em; 
	font-variant:small-caps
}

.Mission	{
	font-size:2em;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:.9em;
	text-align:center;
}

.OrgItems	{
	font-size:1.75em; 
	font-family:Arial, Helvetica, sans-serif; 
	text-align:center; 
	font-variant:small-caps; 
	font-weight:bold;
}

a:link	{
	color: blue;
	text-decoration:none;
}

a:visited	{
	color: maroon;
	text-decoration: none;
}

a:hover	{
	color: red;
	text-decoration: none;
}

a:active	{
	color:#33CCCC;
	text-decoration:none;
}

/* this is code supporting the adding of newsletter links */


#newsltr_body	{
	width: 100%;
/*	margin: 0 5% 0 5%;  */
	background-color: #DDD9C3;
	padding-top: 2px;

}

#archive		{
	padding-top: 20px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em;
	font-weight:bold
}

table#archive	{
	float: left;
	margin-left:80%;
	padding-top: 15px;
	
}

#outer		{
			width: 90%;
		/*	height: 522 px;  */
			height: 600px;
			border-width: 2 px ;
			border-top: double;
			border-right: double;
			border-bottom: double;
			border-left: double;
			border-color: black;
			}

#box		{											/*03-17-2010 added border to corral hyperlinks to categories*/
			margin:0 10px 0 10px;
			border: 4px navy inset;
			
}

#title1		{											/*03-17-2010 changed id from #title to #title1*/
			text-align: center;
			font-size: 1.2em;
			font-weight: bold;
			font-variant: small caps;
			
			}
			
#title2		{											/*03-17-2010 added new id to position the 2nd & 3rd divs*/
			width:49%;
			float:left;
			text-align: center;
			font-size: 1.2em;
			font-weight: bold;
			font-variant: small caps;
			
			}
			
#title3		{											/*03-17-2010 added new id to positioning of 4th div*/
			margin-top:65px;
			text-align: center;
			font-size: 1.2em;
			font-weight: bold;
			font-variant: small caps;
			
			}

			
#test		{
			padding-left: 2%;
			text-align:left
			
			}
			
#pdfimage	{
			padding: 0% 0% 5% 2.5%;
			}
			
#statement	{
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 1.25em;								/*03-01-2010 added .25 to font size*/
			font-weight:bold;
}



#NLimage	{
			float:left
			}





#thumbnail	{
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
			
			
