#body
{
	font-size: small;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background: #fff;
}

a:link
{
	color: maroon;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: maroon;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: maroon;
	text-decoration: underline;
	font-weight: bold;
}

#header { margin-right: 20px; }
#header img { width: 101%; }

#wrap
{
	max-width: 1100px;
	min-width: 800px;
}

#nav
{
	float: left;
	width: 100%;
	padding: 5px 0 0 10px;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 90%;
	list-style: none;
	background: #f6d636;
	margin: 0;
	border-bottom: medium solid white;
}

#nav li
{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#nav a
{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px 5px;
	color: #000;
	text-decoration: none;
	background: #f6d636;
	border-top: 1px solid #f6d636;
	border-right: 1px solid #f6d636;
	border-left: 1px solid #f6d636;
	border-bottom-style: none;
	border-bottom-width: medium;
}

#nav a:hover, body#index #t-index a
{
	color: #000;
	padding-bottom: 5px;
	border-top-color: #000;
	border-right-color: #f6d636;
	border-left-color: #f6d636;
	background: #f6d636;
}

#nav a:hover, body#about #t-about a
{
	color: #000;
	padding-bottom: 5px;
	border-top-color: #000;
	border-right-color: #f6d636;
	border-left-color: #f6d636;
	background: #f6d636;
}

#nav a:hover, body#contact #t-contact a
{
	color: #000;
	padding-bottom: 5px;
	border-top-color: #000;
	border-right-color: #f6d636;
	border-left-color: #f6d636;
	background: #f6d636;
}

#nav a:hover, body#donate #t-donate a
{
	color: #000;
	padding-bottom: 5px;
	border-top-color: #000;
	border-right-color: #f6d636;
	border-left-color: #f6d636;
	background: #f6d636;
}

#nav a:hover, body#cases #t-cases a
{
	color: #000;
	padding-bottom: 5px;
	border-top-color: #000;
	border-right-color: #f6d636;
	border-left-color: #f6d636;
	background: #f6d636;
}

#nav a:hover, body#press #t-press a
{
	color: #000;
	padding-bottom: 5px;
	border-top-color: #000;
	border-right-color: #f6d636;
	border-left-color: #f6d636;
	background: #f6d636;
}

#nav a:hover, body#press #t-press a
{
	color: #000;
	padding-bottom: 5px;
	border-top-color: #000;
	border-right-color: #f6d636;
	border-left-color: #f6d636;
	background: #f6d636;
}

#nav a:hover, body#events #t-events a
{
	color: #000;
	padding-bottom: 5px;
	border-top-color: #000;
	border-right-color: #f6d636;
	border-left-color: #f6d636;
	background: #f6d636;
}

#nav a:hover, body#publications #t-publications a
{
	color: #000;
	padding-bottom: 5px;
	border-top-color: #000;
	border-right-color: #f6d636;
	border-left-color: #f6d636;
	background: #f6d636;
}

#nav a:hover, body#archive #t-archive a
{
	color: #000;
	padding-bottom: 5px;
	border-top-color: #000;
	border-right-color: #f6d636;
	border-left-color: #f6d636;
	background: #f6d636;
}

#nav a:hover, body#links #t-links a
{
	color: #000;
	padding-bottom: 5px;
	border-top-color: #000;
	border-right-color: #f6d636;
	border-left-color: #f6d636;
	background: #f6d636;
}

#searchbar
{
	float: right;
	font-size: 75%;
	background-color: white;
	padding: 1px 0 0;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#searchbar label, input { margin: 0 2px 0 3px; }

#main-body
{
	float: left;
	width: 75%;
}

#content
{
	float: right;
	width: 66%;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 75%;
	background: #fff;
}

#content div { padding: 10px 0 0; }

#box
{
	width: 100%;
	height: 135px;
	padding-bottom: 5px;
}

#image
{
	float: left;
	width: 30%;
}

#image div { margin-bottom: 15px; }

#text
{
	float: right;
	width: 60%;
	margin-left: 2px;
}

#text div
{
	padding-right: 40px;
	padding-bottom: 20px;
}

#sidebar
{ float: left; width: 30%; font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-size: 75%; margin-right: 1%; margin-top: 10px; background: #fff; }

#sidebar div
{
	padding: 5px;
	border-top: 1px solid white;
}

#sidelinks
{
	font-size: 100%;
	background: white;
}

#sidelinks2
{
	font-size: 100%;
	background: #dda;
}

.links
{
	color: black;
	font-size: 100%;
	margin-left: 2px;
	padding: 1px;
	list-style-type: none;
}

.links li
{
	color: black;
	padding-top: 8px;
	padding-bottom: 8px;
}

.links a
{
	color: maroon;
	text-decoration: none;
}

.links a:active
{
	color: blue;
	text-decoration: none;
}

.links a:hover
{
	color: red;
	text-decoration: underline;
}

.news
{
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 100%;
	color: black;
	background: white;
	margin-left: 2px;
	padding: 1px;
	list-style-type: none;
}

.sidelist
{
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 100%;
	color: #666;
	background: white;
	margin-left: 2px;
	padding: 1px;
	list-style-type: none;
}

.sidelist a
{
	color: #666;
	text-decoration: none;
}

.sidelist a:active
{
	color: red;
	text-decoration: none;
}

.sidelist a:hover
{
	color: #666;
	text-decoration: underline;
}

.sidelist li
{
	color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
}

#mailing
{
	background: #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar-2
{
	float: right;
	width: 21%;
	margin-top: 6px;
	font-size: 70%;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: 600;
	background: #f6d636;
    margin-right: 6px;
    border: solid 5px #f6d636;
}

#sidebar-2 div { padding: 5px 15px 5px 5px; }
.news_content { margin: 60px 5px 5px 5px; }

.yellow
{
	color: #f6d636;
	font-size: 5px;
	line-height: 5px;
	background-color: #f6d636;
	border: solid 5px #f6d636;
}

#top_box_left
{
	float: left;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#top_box_right
{
	float: right;
	margin: 10px 15px 5px 20px;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 90%;
}

#box_container
{
	width: 100%;
	margin-bottom: 10px;
}

.left_list
{
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 90%;
}

.right_list
{
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 10o%;
	align: right;
}

.articles_head 
{
font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
font-size: 120%;
}

.articles
{
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 100%;
}


.info
{
	padding: 2px;
	font-size: 125%;
	background: #ccc;
	border: dashed 1px #555;
}

.info a
{
	color: blue;
	text-decoration: none;
}

.info a:hover
{
	color: red;
	text-decoration: underline;
}

h4
{
	font-size: 110%;
	color: black;
	margin: 0;
	padding: 1px 0 4px;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

h3
{
	color: black;
	font-size: 120%;
	margin: 0;
	padding: 8px 0 4px;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

h2
{
	color: black;
	font-size: 125%;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: 900;
	background-color: white;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 0;
}

h1
{
	color: black;
	font-size: 175%;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom-color: #fff;
	border-bottom-width: 3px;
}

p
{
	margin: 0;
	padding: 4px 0;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

hr { color: #ccc; }

#staff
{
	font-size: 100%;
	line-height: 1.75em;
	text-decoration: none;
	list-style-type: none;
}

#footer
{
	color: black;
	font-size: 80%;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: #fff;
	clear: both;
	float: left;
	width: 65%;
	margin-left: 5px;
}

#footer ul
{
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

#address_list1
{
	float: left;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-left: 200px;
	border-top: 1px solid #fff;
	list-style-type: none;
}

#address_list2
{
	float: right;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	border-top: 1px solid #fff;
	list-style-type: none;
}

.address
{
	list-style-type: none;
	font-size: 75%;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	list-style-image: none;
}

.new
{
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: maroon;
	font-size: 65%;
	padding-top: 1px;
	padding-bottom: 0;
}
