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

body {
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
	text-align:  center; /* for IE */
	background-color: #01561f;
	color: #333333;
}

h1 {
	color: #660000;
}

h2 {
	color: #01561f;
}

h3 {
	color: #000000;
}

h4 {

}


#container {
	width:            940px;
	margin:           0 auto;   /* align for good browsers */
	text-align:       left; /* counter the body center */
	padding:          10px;
	font-size:        80%;
}

#footer {
	text-align: justify;
	font-size: 75%;
	float:none;
}

#main {
	width: 99%;
	text-align: justify;
	float: left;
	padding-top: 30px;
	padding-bottom: 50px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	padding-left: 10px;
	padding-right: 10px;
}

#stuff {
	width: 700px;
}

#donate {
	width: 180px;
	margin-left: 20px;
	top: 5px;
	left: 710px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
}

.don_jus {
	text-align: justify;
}

#head {
	text-align:center;
}

.menu_tabs {
	position: relative;
	float: left;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #FFFFFF;
	
	padding: 5px;
	top: 2px;
	
}

.menu_active_tab {
	position: relative;
	float: left;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-left: 1px;
	padding: 5px;
	top: 2px;
	
	
}

.menu_active_tab a {
	color: #01561f;
	font-size: 100%;
	margin: 0.1em 0;
	text-decoration:none;
	color:#990000;
	
}

.menu_tabs a {
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
	text-decoration:none;
}

.menu_tabs a:hover {
	text-decoration:none;
}

table {
	vertical-align:top;
}

li {
	padding-top: 8px;
}

#junelong_logo {
	text-align:left;
	padding-left: 50px;
}