

  // red
 // light red
  // blue
 // light blue
 // dark blue
 // light orange
 // very light orange
 // light yellow
 // light green
 // light purple
 // very light purple
 // purple
  // grey
  // light grey
  // yellow
  // light yellow
  // very light yellow
  // dark yellow


/***********************************************************
adapted from Eric Meyer's recommended reset styles
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
***********************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, small, strike, strong, ol, ul, li, form, table, tr, td {
	border: 0;
	font-family: inherit;
	font-size: 101%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

/*  remember to define focus styles!  */

:focus {
	outline: 0;
	}

body {
	background: white;
	color: black;
	line-height: 1;
	}

ol, ul {
	list-style: none;
	list-style-position: outside;
	}

/*  tables still need 'cellspacing="0"' in the markup  */

table {
	border-collapse: separate;
	border-spacing: 0;
	}

td {
	font-weight: normal;
	text-align: left;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote {
	quotes: "" "";
	}


/*  general  */

body {
	background: #c5d7ed;
	font-family: verdana,arial;
	font-size: 0.8em;
	line-height: 140%;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	}
	
#stupid {
	margin: 0 auto;
	width: 840px;
	}

#container {
	background: white url('../images/backgrounds/background.gif') repeat-y;
	padding: 10px 30px;
	text-align: left;
	}	

#bottom {
	background: #c5d7ed url('../images/backgrounds/bottom.gif') no-repeat;
	height: 30px;
	margin: 0 auto;
	text-align: left;
	width: 840px;
	}
	
.seals img {
	border: 0;
	height: 70px;
	padding-right: 10px;
	}
	
.backtotop {
	display: block;
	font-size: 80%;
	padding: 0 0 15px 0;
	}

	
	
/*  head  */

#head {
	height: 100px;
	}
	
	#head a, #head img {
		border: 0;
		}
		
	#head .logo {
		float: left;
		padding-right: 45px;
		}
			
		#head .search {
			float: left;
			font-size: 90%;
			font-weight: bold;
			margin: 42px 0 0 66px;
			padding: 0;
			}
			
			#head .search h1 {
				font-size: 90%;
				margin: 0;
				padding: 0;
				}
				
			#head .search form {
				margin: 0;
				padding: 0;
				}
		
	
	
/*  main menu  */

#menumain {
	background: white url('../images/backgrounds/menumainbkgrd.gif') no-repeat top center;
	height: 15px;
	margin-bottom: 5px;
	padding: 10px;
	}
		
		
	
	
/*  breadcrumbs  */

#breadcrumbs {
	background-color: #f5eff5;
	display: block;
	font-size: 80%;
	margin: 0 0 10px 0;
	padding: 2px 2px 2px 10px;
	width: 765px;
	}
		
		
	
	
/*  business  */

#business .head {
	padding: 10px;
	}

#business .menu {
	background-color: #f5ebcc;
	display: block;
	font-size: 95%;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	width: 765px;
	}
	
	#business .menu a {
		padding-right: 15px;
		}
	
		#business .menu a .nopad {
			padding-right: 0;
			}
			
#business #content {
	padding: 0 10px 10px 10px;
	}
	
#business #menuside h2 {
	padding-top: 0;
	}
	
#business #menuside a {
	display: block;
	font-size: 90%;
	}
	
	
/*  newslink  */

#newslink .toc {
	background: white url('../images/backgrounds/bkgrdstripe.gif') repeat top left;
	margin-bottom: 30px;
	padding: 10px;
	}
	
	#newslink .toc h1 {
		font-size: 110%;
		font-weight: bold;
		}
	
	#newslink .toc h2 {
		color: black;
		font-size: 100%;
		font-weight: bold;
		}
		
#newslink .article {
	margin-top: 10px;
	padding: 7px 0;
	}
	
	#newslink .article h1 {
		background-color: #fffbed;
		border: 1px solid #fc6;
		line-height: 130%;
		margin-bottom: 15px;
		padding: 10px;
		}
		
.rnipoll p, .rnipoll td {
	font-size: 90%;
	}
		
		
	
	
/*  content  */

#content {
	float: left;
	margin: 5px 0 0 0;
	padding: 0 0 20px 0;
	width: 480px;
	}
	
	
	/*  interior  */
	
	#content .interior {
		padding-left: 10px;
		}
	
	
	/*  news  */
	
	#content .module, #content .modulenews {
		margin-bottom: 20px;
		}
	
	#content .module img, #content .modulenews img {
		border: 0;
		float: left;
		padding: 0 15px 5px 0;
		}
	
	#content .module h1, #content .modulenews h1 {
		font-size: 130%;
		}
	
	#content .module h2 {
		color: black;
		font-size: 100%;
		padding: 0 0 10px 0;
		}
		
	#content .modulenews h2 {
		color: #039;
		font-size: 110%;
		padding: 0 0 10px 0;
		}
	
	#content .module h3 {
		font-size: 100%;
		font-style: italic;
		font-weight: normal;
		margin: 0;
		padding: 0;
		}
	
	#content .modulenews h3 {
		font-size: 100%;
		font-weight: bold;
		margin: 0;
		padding: 0 0 10px 0;
		}
	
	
	/*  news hilight  */
	
	#content .newshilight {
		margin-bottom: 15px;
		}
	
	#content .newshilightheadtop {
		background: white url('../images/backgrounds/newshilightheadtop.gif') no-repeat bottom center;
		height: 6px;
		padding: 0;
		}
		
	#content .newshilightheadbkgrd {
		background: white url('../images/backgrounds/newshilightheadbkgrd.gif') repeat-y top center;
		color: white;
		font-size: 120%;
		font-weight: bold;
		padding: 2px 15px 6px 15px;
		}
		
	#content .newshilightbkgrd {
		background: white url('../images/backgrounds/newshilightbkgrd.gif') repeat-y top center;
		padding: 10px 15px 10px 15px;
		}
			
		#content .newshilightbkgrd p {
			padding: 0 0 10px 0;
			}
		
		#content .newshilightbkgrd img {
			border: 0;
			float: left;
			padding: 0 15px 5px 0;
			}
		
	#content .newshilightbottom {
		background: white url('../images/backgrounds/newshilightbottom.gif') no-repeat top center;
		clear: both;
		height: 5px;
		padding: 0;
		}
		
	
	/*  news list  */
	
	#content .newslist {
		margin: 25px 0;
		}
		
	#content .newslist img {
		border: 0;
		float: left;
		padding: 5px 15px 5px 0;
		}
	
	#content .newslisthead {
		background: white url('../images/backgrounds/newslisthead.gif') no-repeat bottom center;
		height: 32px;
		padding: 0;
		}
		
		#content .newslisthead h1 {
			font-size: 90%;
			font-weight: bold;
			padding: 10px 15px;
			}
		
	#content .newslistbkgrd {
		background: url('../images/backgrounds/newslistbkgrd.gif') repeat-y top center;
		padding: 5px 15px 16px 15px;
		vertical-align: top;
		}
	
		#content .newslistbkgrd p, #content .newslistbkgrd a.news {
			clear: both;
			color: black;
			display: block;
			font-size: 90%;
			padding: 0 0 20px 0;
			}				
		
			#content .newslistbkgrd a.news:hover {
				text-decoration: none;
				}
			
			#content .newslistbkgrd a.news .link {
				color: #c00;
				font-weight: bold;
				}
			
				#content .newslistbkgrd a.news:hover .link {
					text-decoration: underline;
					}
		
	#content .newslistbottom {
		background: white url('../images/backgrounds/newslistbottom.gif') no-repeat top center;
		clear: both;
		height: 8px;
		padding: 0;
		}
		
		
		
	/*  seals  */
		
	#content .seals {
		clear: both;
		padding-top: 20px;
		}
		
		
		
	/*  this section  */
		
	#content .thissection, #content .announcement {
		background-color: #faf5e5;
		margin: 0 0 20px 0;
		padding: 10px;
		}
		
		#content .thissection h1, #content .announcement h1 {
			font-size: 110%;
			margin: 0;
			padding: 0 0 10px 0;
			}
			
			
			
	/* tables  */
	
	table.donate td {
		border: 3px solid white;
		padding: 5px;
		vertical-align: middle;
		}
	
	table.donate td.right {
		background-color: #f5eff5;
		text-align: right;
		}
		
	table.donate td.top {
		vertical-align: top;
		}
		
	table.norm {
		margin: 0;
		padding: 0;
		}
		
	table.norm td {
		border: 0;
		padding: 0 5px 5px 0;
		vertical-align: top;
		}
		
	table.photos {
		width: 100%;
		}
		
	table.photos td {
		padding: 5px 10px 5px 0;
		text-align: center;
		}
		
		table.photos td img {
			border: 0;
			height: 60px;
			}
			
		table.photos td a {
			border: 0;
			}
		
		
		
	/* sitemap  */
	
	#content .sitemap {
		line-height: 170%;
		}
		
	#content .sitemap ul {
		margin: 0 0 5px 25px;
		padding: 0;
		}
		
		#content .sitemap ul ul {
			margin: 0 0 5px 25px;
			padding: 0;
			}
		
		#content .sitemap ul li {
			font-size: 90%;
			line-height: 130%;
			margin: 0;
			padding: 0;
			}
		
		#content .sitemap ul ul li {
			font-size: 100%;
			line-height: 130%;
			margin: 0;
			padding: 0;
			}


		
	
	
/*  side menu  */

#menuside {
	float: right;
	margin: 5px 0 0 0;
	padding: 0 auto 20px 0;
	width: 250px;
	}
	
	#menuside img, #menuside a {
		border: 0;
		}
		
	#menuside .module {
		margin: 0 0 15px 0;
		}
		
		#menuside .module h1 {
			font-size: 110%;
			}
		
	#menuside .menusidetop {
		background: white url('../images/backgrounds/menusidetop.gif') no-repeat bottom left;
		height: 5px;
		padding: 0;
		}
		
	#menuside .menusidebkgrd {
		background: white url('../images/backgrounds/menusidebkgrd.gif') repeat-y top left;
		padding: 5px 15px;
		}
		
	#menuside .menusidebottom {
		background: white url('../images/backgrounds/menusidebottom.gif') no-repeat top left;
		clear: both;
		height: 5px;
		padding: 0;
		}
		
		
	/*  links  */
		
	#menuside .menusidebkgrdlink {
		background: white url('../images/backgrounds/menusidebkgrd.gif') repeat-y top center;
		padding: 5px 10px 0 15px;
		}
		
		#menuside a .menusidebkgrdlink .link {
			background: white url('../images/buttons/link.gif') no-repeat bottom right;
			padding: 0 5px 5px 0;
			}
		
		#menuside a:hover .menusidebkgrdlink .link {
			background: white url('../images/buttons/linkover.gif') no-repeat bottom right;
			}
	
	
	/*  search  */
	
	#menuside .search {
		line-height: 90%;
		padding: 0 0 0 4px;
		}
	
	#menuside .search h1 {
		font-size: 90%;
		font-weight: bold;
		line-height: 100%;
		padding: 0;
		}
	
	
	/*  logos  */
	
	#menuside .logos a {
		display: block;
		padding: 5px 0;
		text-decoration: none;
		}
		
		
	/*  donate  */
		
	#menuside .donate a {
		border: 0;
		color: black;
		text-decoration: none;
		}
		
	#menuside .donateheadtop {
		background: white url('../images/backgrounds/donateheadtop.gif') no-repeat bottom center;
		height: 5px;
		padding: 0;
		}
		
	#menuside .donateheadbkgrd {
		background: white url('../images/backgrounds/donateheadbkgrd.gif') repeat-y top center;
		color: white;
		font-weight: bold;
		padding: 4px 15px 6px 15px;
		}
		
	
	/*  feature  */
	
	#menuside .feature {
		font-size: 90%;
		}
		
	#menuside .feature h1 {
		font-size: 100%;
		}
	
	#menuside .feature img {
		border: 0;
		float: left;
		padding: 0 10px 5px 0;
		}
		
	
	/*  icons  */
		
	#menuside .icons {
		margin: 20px 0 40px 0;
		}
		
		#menuside .icons a {
			display: block;
			padding-bottom: 0px;
			}
	
	
	
/*  foot  */

#foot { 
	border-top: 10px solid #c00;
	clear: both;
	font-size: 90%;
	height: 180px;
	}
			
	#foot .footlinks {
		clear: both;
		padding: 15px 10px 5px 10px;
		}
	
	#foot .contact {
		float: left;
		padding: 10px;
		width: 450px;
		}
		
	#foot .seals {
		float: right;
		padding: 20px 10px;
		width: 285px;
		}
		
		#foot .seals a {
			border: 0;
			padding-left: 10px;
			padding-right: 10px;
			}
		
		#foot .seals img {
			border: 0;
			height: 70px;
			}
	



/***********************************************************
adapted from Dynamic Drive's drop-down menus
http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm
***********************************************************/



/*  MAIN MENU  */

.dd {
	width: 100%;
	}
	
/*  IE hack  */
* html .dd {
	width: 100%;
	}
	
/*  Firefox hack  */
.dd:after { 
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
	}

.dd ul {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	}
	
/*  IE hack  */
* html .dd ul {
	width: 100%;
	}

	.dd ul li {
		display: inline;
		}
	
		.dd ul li a {
			padding: 0 20px 0 0;
			font-size: 95%;
			text-decoration: none;
			}
			
			.dd ul li a:hover {
				text-decoration: none;
				}

.ddmenu {
	border: 1px solid #bbb;
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 250px;
	z-index: 100;
	}
	
.color1 {
	background-color: #f8e5de;
	}
	
.color2 {
	background-color: #f5ebcc;
	}

.color3 {
	background-color: #ffffd6;
	}
	
.color4 {
	background-color: #d6ebcc;
	}
	
.color5 {
	background-color: #e7eff8;
	}
	
.color6 {
	background-color: #ebe0eb;
	}

.ddmenu a {
	border-bottom: 1px solid #bbb;
	color: black;
	display: block;
	font-size: 85%;
	padding: 3px;
	text-decoration: none;
	width: auto;
	}
	
	.ddmenu a:hover {
		background-color: #c5d7ed;
		text-decoration: none;
		}
		
	.ddmenu a.head {
		border-bottom: 1px solid #c5d7ed;
		color: black;
		display: block;
		font-weight: bold;
		padding: 20px 5px 3px 5px;
		text-decoration: none;
		width: auto;
		}
	
		.ddmenu a.head:hover {
			background-color: white;
			text-decoration: none;
			}
	
/*  IE hack  */
* html .ddmenu a {
	width: 100%;
	}
	
	
	
	

/*  BUSINESS  */

.ddbus {
	width: 100%;
	}
	
/*  IE hack  */
* html .ddbus {
	width: 100%;
	}
	
/*  Firefox hack  */
.ddbus:after { 
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
	}

.ddbus ul {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	}
	
/*  IE hack  */
* html .ddbus ul {
	width: 100%;
	}

	.ddbus ul li {
		display: inline;
		}
	
		.ddbus ul li a {
			padding: 0 20px 0 0;
			font-size: 90%;
			text-decoration: none;
			}
			
			.ddbus ul li a:hover {
				text-decoration: none;
				}

.ddmenubus {
	background-color: white;
	border: 1px solid #bbb;
	font-weight: normal;
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 250px;
	z-index: 100;
	}

.ddmenubus a {
	border-bottom: 1px solid #eee;
	color: black;
	display: block;
	font-size: 85%;
	padding: 3px;
	text-decoration: none;
	width: auto;
	}
	
	.ddmenubus a:hover {
		background-color: #c5d7ed;
		text-decoration: none;
		}
		
	.ddmenubus a.head {
		border-bottom: 1px solid #c5d7ed;
		color: black;
		display: block;
		font-weight: bold;
		padding: 20px 5px 3px 5px;
		text-decoration: none;
		width: auto;
		}
	
		.ddmenubus a.head:hover {
			background-color: white;
			text-decoration: none;
			}
	
/*  IE hack  */
* html .ddmenubus a {
	width: 100%;
	}
	



	
/*  text  */

p {
	margin: 0;
	padding: 0 0 10px 0;
	}

strong, b, .bold, .required {
	font-weight: bold;
	}

em, i, .ital {
	font-style: italic;
	}

.small {
	font-size: 80%;
	}
	
.under {
	text-decoration: underline;
	}

.bottom {
	vertical-align: bottom;
	}

.center {
	text-align: center;
	}
	
blockquote, .indent {
	padding-left: 20px;
	}
	
.quote {
	background-color: #e7eff8;
	margin: 10px 0 20px 0;
	padding: 20px;
	}



/*  headers  */

h1 {
	font-size: 150%;
	font-weight: bold;
	line-height: 120%;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
h2 {
	color: #039;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 15px 0;
	}
	
	h2.notoppad {
		padding: 0 0 15px 0;
		}
	
h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
h1.nopad, h2.nopad, h3.nopad, h4.nopad {
	padding: 0;
	}
	
	
		
/*  links  */

a { 
	color: #c00;
	text-decoration: none; 
	border: 0;
	}
	
/* a:visited {
	color: #90c;
	} */

a:active, a:hover {
	text-decoration: underline;
	}
	
a.selected {
	color: black;
	font-weight: bold;
	}
	
	
/*  images  */

img {
	border: 0;
	}

img.floatleft {
	float: left;
	margin: 0 15px 10px 0;
	}



/*  lists  */

ul, ol {
	margin: 10px 10px 10px 15px;
	padding: 0;
	}
	
ul {
	list-style-type: disc;
	}
	
ol {
	list-style-type: decimal;
	}

ul.space, ol.space {
	margin: 10px 10px 0 15px;
	padding: 0;
	}

ul.space li, ol.space li {
	padding: 0 0 10px 0;
	}

ul ul, ol ul {
	list-style-type: circle;
	}

ol ol, ul ol, ol.letters {
	list-style-type: lower-alpha;
	}



/*  tables  */

table {
	font-size: 100%;
	margin-bottom: 10px;
	}

table td {
	padding: 5px 20px 5px 0;
	text-align: left;
	vertical-align: top;
	}
	
table.border {
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	}

table.border td {
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 3px;
	}

td.head { 
	font-size: 90%;
	font-style: italic;
	}

td.rowhead { 
	background-color: #f5eff5;
	font-weight: bold;
	}

td.required, td.rowhead { 
	font-weight: bold;
	}
	
td.right {
	text-align: right;
	}
	
	
	
/*  forms  */

.go {
	background-color: #c00;
	border: 1px solid #c00;
	color: white;
	font-size: 80%;
	font-weight: bold;
	padding: 2px;
	margin: 0;
	text-align: center;
	}

input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #c00;
	padding: 2px;
	}
	
