
/* SET BODY
---------------------------------------------------------------
*/

* {
  margin: 0;
  padding: 0;
  border: none; 
  }
	
body  {
	font-family: arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	}
  
  /* LINK STYLE
---------------------------------------------------------------
*/


a, a:visited {
	text-decoration: none;
	color: #b30000; }	
	a:hover, a:active {
		text-decoration: underline; }
		
a.b, a.b:visited {
	text-decoration: none;
	color: #000000; }	
	a.b:hover, a.b:active {
		color:  #000000;
		text-decoration: none; }
		
a.y, a.y:visited {
	text-decoration: none;
	color: #FFB426; }	
	a.y:hover, a.y:active {
		color:  #000;
		text-decoration: none; }
a.r, a.r:visited {
	text-decoration: none;
	color: #B30000; }	
	a.r:hover, a.r:active {
	text-decoration: underline;
		color:  #B30000; }
/* MAIN STYLE 
---------------------------------------------------------------
*/


p {
	font-family: arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
  	}
span {
	font-family: arial, sans-serif;
	font-size: 10pt;
  	}
.logotitle {
	color: #B30000;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 24pt;
  	}
		
.red {
	color: #B30000;
	font-family: arial, sans-serif;
	font-size: 18pt;
  	letter-spacing: -.4pt;
	}
	.lred {
	color: #B30000;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 12pt;
	}
	
.yellow {
	color: #FFB426;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 12pt;
  	letter-spacing: -.3pt;
	}
	
.white {
	color: #FFFFFF;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 12pt;
  	}
	
.black {
	color: #000000;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 12pt;
  }
.title {
	color: #000000;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 34pt;
  letter-spacing: -2pt;
	line-height: normal;
	}
.footer {
	padding-top: 7px;
	color: #FFF;
	font-family: arial, sans-serif;
	font-size: 8pt;
  	text-align: center;
	}
.bfooter {
	padding-top: 7px;
	color: #000;
	font-family: arial, sans-serif;
	font-size: 8pt;
  	}
/* POSITION
---------------------------------------------------------------
*/

p.left {
	float: left;
	width: 220px;
	}
p.nav {
	float: right;
	width: 680px;
	text-align: right; }
	
p.box {
	color: #FFFFFF;
	font-weight: bold;
	font-family: arial, sans-serif bold;
	font-size: 12pt;
  	letter-spacing: -.3pt;
	}
/* NAV
---------------------------------------------------------------
*/
#list li {
	list-style-image: none;
	list-style-type: none;
	margin: 7px 0px 1px 0px;
	font-family: arial, sans-serif;
	font-size: 10pt;
  	}
	
	
#nav ul {
	float: left;
	margin-left: 85px;
	}
#nav ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0 0 8px;
	float: left;
	font-size: 13px;
	}

/* BODY 
---------------------------------------------------------------
*/
div#container {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	}

div#container2 {
	width: 900px;
	float: left; }
	
div#top{
	background: #000000;
	width: 900px;
	height: 5px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	margin: 0px;
	}
	
div#nav {
	padding-top: 0px;
	margin: 0 auto;
	overflow: hidden;
	}
	
div#box {
	width: 180px;
	height: 370px;
	padding: 20px 30px 20px 20px;
	margin: 70px 32px 0 0px;
	background-color: #b3b3b3;
	float: left;
	}
div#center {
	width: 600px;
	float: left;
	margin: 50px 10px 0 10px;
	}

	
div#leftbtm {
	width: 450px;
	float: left;
	margin: 50px 10px 10px 0px;
	padding-right: 10px;
	}
div#rightbtm {
	width: 430px;
	float: left;
	margin: 50px 0px 10px 0px;
	}
	
	div#bottom{
		background: #B3B3B3;
		float: left;
		width: 900px;
		height: 30px;
		margin-left:auto;
		margin-right:auto;
		padding: 0px;
		margin-top: 5px;
		}
	div#leftfoot{
		float: left;
		width: 900px;
		padding-bottom: 20px;
		margin-top: 5px;
		}
	div#rightfoot{
		float: left;
		width: 300px;
		padding-bottom: 20px;
		margin-top: 5px;
		}
		
/*.................... PRESS TABLE -- press.htm page only ..... */
table#press-table {
	width: 600px;
	vertical-align: top; }
	
	table#press-table tr td.date {
		width: 80px;
		text-align: right;
		font-weight: bold; }
		
	table#press-table tr td.title {
		width: 500px;
		text-align: left;
		font-weight: normal; }
		
/*.................... WHERE TO GIVE STATES TABLE -- where-to-give.htm page only ..... */

table#states tr td {
	width: 175px; }
	
	a.back-to-top,
	a.back-to-top:visited {
		font: 10px arial, verdana, sans-serif;
		color: #999;
		text-decoration: none; }
		a.back-to-top:hover,
		a.back-to-top:active {
			color: #b30000;
			text-decoration: underline; }
			
			
			