/* the body as used in every section of the page */
body {
	font-family: arial ;
	font-size: small ;
	color: #443e3e ;
	background-color: #ffffff
}


/* the top menu table (width is greater than the rest so that the menu borders
 * equals the general div borders) */
table#menu {
	width: 624px ;
	margin-bottom: 20px ;
}

table#menu td {
	border: 1px solid #685f5f ;
	background-color: #e3dddd ;
	text-align: center ;
	font-size: small ;
	width: 20% ;
}

table#menu td:hover {
	background-color: #ffffff ;
}

table#menu td a {
	text-decoration: none ;
	color: #443e3e ;
	display: block ;
}


/* the bottom div properties for every section of the page */
div#bottom {
	width: 620px ;
	margin-top: 5px ;
	text-align: right ;
	font-size: small
}


/* general div as used in every section of the page */
div.general {
	border: solid 1px #685f5f ;
	background-color: #e3dddd ;
	padding: 7px ;
	text-align: left ;
	margin-top: 15px ;
}


/* the global hyperlink properties */
a:link {
	text-decoration: none ;
	color: #593636
}

a:hover {
	text-decoration: none ;
	color: #3f2020 ;
}

a:visited {
	text-decoration: none ;
	color #3f2020 ;
}
