html {
	overflow-y : scroll;
	
}
body {
	margin: 0;
	background-color : #FFFFCC;
	
}
/* ----------- index page -----------*/
#title {
	margin: 10px 12.5%;
	/*background-color :#98FB98;*/
	background-image : url(../images/title.gif);
	background-repeat : repeat-x;
}
#title h1 {
text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 30px;
	line-height : 30px;
	margin-top: 0;
	margin-bottom: 10px;
}
#title h2 {
	text-align : center;
	line-height : 30px;
	margin-top:5px;
	margin-bottom: 3px;
}
#menu {
	margin: 10px 12.5% 0px;
	background-color :#063;
	height : 35px;
	padding : 0;
}
#menu ul {
	list-style : none;
}
#menu ul li {
	display:inline;
}
#menu ul li a, #menu ul li form {
	width: 16.0%;
	height : 25px;
	float: left;
	text-align : center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #EEE8AA;
	display: block;
	margin : -10px 0px;
}
#menu a:hover {
	color : #fff;
	font-size: 19px;
	}
#menu div {
	clear:both;
	line-height : 1px;
	height : 20px;
	_height: 1px;
	margin : 0;
	padding : 0;
}
#intro {
	margin: 0px 12.5% 10px;
	height: auto;
	background-color : #98FB98;
	padding-top: 5px;
	padding-bottom: 10px;
}
#intro img {
	margin-bottom :-5px;
}
#table {
	margin: 10px 12.5%;
	color: #535353;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height : 22px;
	border-bottom : 20px solid #ffc;
	background-color : #9c9;
}
#table table {
	width : 90%;
	margin: 0px 5%;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

form, select {
	display : inline;
}
th {
	visibility: hidden;
	letter-spacing : -1000em;
	line-height : 1px;
	height: 1px;
}
a {
	text-decoration: none;
}
p {
	margin: 5px 10px;
	text-align: center;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height : 20px;
}
.select {
	text-align : center;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height : 30px;
	color: Black;
}
#entries h1 {
	background-color : #B9B366;
	font-family : "Maiandra GD", "Times New Roman", Times, serif;
	font-size : 40px;
	letter-spacing : 10px;
}


/* ----------------- journal pages ----------------*/
#journal {
	width: 100%;
	margin: 0px auto;
	color: #222;
	border: 1px none gray;
	line-height: 130%;
}
#content
{
margin-left: 12%;
border-left: 1px none gray;
margin-right: 12%;
margin-top: 20px;
border-right: 1px solid gray;
padding: 10px 20px 30px 20px;
border: 1px solid gray;
background-color : #fffff0;
}
#header {
	margin: 0;
	background-color : #000;
	color: #fff;
	margin: 0px 10% 0px 10%;
	border-left: 1px none gray;
	border-right: 1px solid gray;

}
#footer {
	clear : both;
	margin-left: 12%;
	margin-right: 12%;
	padding: 10px;
	color: #333;
}
#journal h1 {
	position : relative;
	background-color : transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	text-align : center;
	margin-top: 10px;
	letter-spacing : normal;
	line-height : 50px;
}

#journal h2 {
 	position: relative;
	background-color : transparent;
	text-align : center;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height : 30px;
}

#journal h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style : italic;
	text-align : center;
	padding: 0px 30px;
}
#journal h3 a {
	color: blue;
}
#journal h3 a:hover {
	color: #87CEFA;
	text-decoration : none;
}
#journal h4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin: 30px 0px 0px;
}
#journal h5 {
	font-family: "Times New Roman", Times, serif;
	font-size : 16px;
	font-style : italic;
	margin: 10px 5px 5px 5px;
	
	}
#journal h6 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin: 10px 20px 20px;
	text-align : right;
}
#journal p {
	text-align : left;
	margin: 8px 20px 5px;
}
#journal a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: red;

}
#journal a:hover {
	color: black;
}
#totals {
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight: bold;
	margin: 40px 20px 20px;
}
h1#top {
padding: 10px;
margin-left: 12%;
margin-right: 12%;
margin-top: 20px;
height : 35px;
	background-color : #B9B366;
	font-family : "Maiandra GD", "Times New Roman", Times, serif;
	font-size : 40px;
	letter-spacing : 10px;
	line-height : 1;


}
#return {
	float : left;
	height : 15px;
	margin-bottom : -15px;
	margin-top: -5px;
	margin-left: -5px;

}
#return a {
	padding-bottom : 0px;	
	font-size : 10px;
	color: red;

}

#journal .index {
	text-align : center;
}

#journal p.up, #journal p.up a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: red;
	text-align : center;
	padding-bottom: 20px;

}
span {
	color: #8D8D8D;
}