@charset "UTF-8";
/* CSS Document */

#top-box {
	width:645px;
	margin:auto;
	padding: 3px;
	clear:both;
}

#title {
	float:left;
	white-space:nowrap;
}

#donate {
	float:right;
}

#title p {
	font-size:44px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 6px;
	margin: 0px;
}

/* --------MENU________---------  8--> <---8 -*/

#menu {
	margin:auto;
	width:820px;
	clear:both;
	font-size:17px;
	position:relative;
	left:20px;
}


a {
	text-decoration: none;
}


.divlink a {
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-top: 6px;

}

.divlink a:hover {
	background-color:red;
	}

ul {
	list-style: none;
	padding: 0;
}

#nav a {
	color: black;
}

#nav a {
	text-decoration: none;
		margin:auto;

}

#nav li li a {
	display: block;
	font-weight: normal;
	color: black;
	padding: 0.2em 10px;
	background-color: #393;

/*this keeps the sublinks' red fitting box*/	
}

#nav li li a:hover {
	background-color:red;
	}

 li { /*changed this from simple li to ulnavli 
	float: left;*/
	width: auto;
	/*text-align: left;*/
	cursor: default;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	border-left: solid 1px black;
		position: relative;



	
	/*border: 1px solid black;*/
}

ul#nav li {
		float: left;
	position: relative;
	/*text-align: left;*/
	cursor: default;
	background-color: #393;
}
	

li ul {
	display: none;
	position: absolute;
	top: 100%;	
	font-weight: normal;
	background-color: #393;
	border-right: solid 1px black;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
	border-top: solid 1px black;

}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	/*float: none;*/
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

.first {
	border-left: solid 1px black;
}
.last {
	border-right:solid 1px black;
}

.about {
	width: 200px;
	right:3%;
	}

.funding {
	width: 140px;
	right:-94%;
}

.news {
	width: 190px;
	right:-262%;
}

/* ------------------------ no more menu */

#content {
	margin:auto;
	width: 700px;
	white-space: normal;
	padding: 0px;
	background-color:none;
	border:none;
	clear:both;
}

#content p {
	padding-bottom: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
}

#content h1 {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	padding: 4px;
	margin: 0px;
	padding-top: 7px;
}

img.picture {
	border: solid;
	border-color:#000;
	margin: 7px;
	background:none;
}

img.picturepage {
	width:550px;
	height:415px;
	border: solid;
	border-color:#000;
	margin: 7px;
	background:none;
}

.divlinkbottom a {
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-top: 6px;

}

.divlinkbottom a:hover {
	background-color:red;
	}



#flag {
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	text-align:left;
	font-size:10px;
	color: #333;
	white-space:pre;
	padding-top:6px;
}

#bottom-container {
	margin:auto;
	width: 400px;
	white-space: normal;
	}

#bottom-info {
	float:right;
	font-family: Verdana, Geneva, sans-serif;
	text-align:right;
	font-size:10px;
	color: #333;
	white-space:pre;
}

a.mailfeedback {
	text-decoration:none;
	color:#000;
}

a.mailfeedback:hover {
	text-decoration:underline;
}


#bottom-nav {	
	clear:both;
	float:none;
	width:760px;
	margin:auto;
	white-space:nowrap;
}
	
#bottom-nav a {
	text-decoration: none;
	color: #000;
	
}

#bottom-nav ul {
	white-space:nowrap;
	list-style-type: none;
	background-color: red;
	text-align: center;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	padding-bottom: 2px;
	padding-top: 4px;
	}
	
#bottom-nav li {
	display:inline;
	font-size:17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:none;
	border-right: none;
    border-left: none;
    border-bottom: none;
	border-top: none;
	}

#bottom-nav li a {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}

#bottom-nav ul li a:hover {
	text-decoration:underline;
	}

pre {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
}

.contactus {
	text-decoration:none;
	color: #393;
}

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