@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;

	color: black;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FCF; /* #9cc ; */
}

/* Assign rules for page Content inside of body */
#pageContent {
	font-size: 13px;
}

table {
	background-image: url('../images/romtextb.jpg');
}

/* Align sub-titles at the top */
.pageTitle {
	text-align: center;
	margin-top: 0;
}

/* Hyperlinks on page */
a:link {color:blue;}
a:visited {color: purple; }
a:hover {color: red;}
a:active {
	color:red;
	font-family: Arial, Helvetica, sans-serif;
}

/* Navigation links at top */

.topNavigation {
	background-color: #c09; /* #9cf ; */
	text-align: right;
}
.topNavigation p {
	margin: 4px;
}
/* Hyperlinks on footer */
.topNavigation a:link {color:  #ff0;} /* blue;} */
.topNavigation a:visited {color: #ff0;} /* blue;} */
.topNavigation a:hover {color: #fff;} /* red;} */
.topNavigation a:active {color: #fff;} /* red;} */

/* title and footer */

.title {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer {
	background-color: #c09; /* #9cf ; */
	text-align: center;
}
/* Hyperlinks on footer */
.footer a:link {color: #ff0;} /* blue;} */
.footer a:visited {color: #ff0;} /* blue;} */
.footer a:hover {color: #fff;} /* red;} */
.footer a:active {color: #fff;} /* red;} */

/* Navigation Buttons */

#navButtons {
	width: 130px ;
	text-align: center ;
	}
#navButtons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#navButtons li {
	margin: 0;
	display: block;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navButtons li a {
	color: #ff0; /* #000;*/
	background-color: #c09; /* #9cf; */
	border: 1px outset #8f006b ;  /* #00f; */
	width: 130px;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	padding: 5px;
}
#navButtons li a:hover {
	color: #fff; /* #ff0; */
	background-color: #8f006b; /* #0000c0 ; */
}

/* Search Form & its form */
.searchForm {
	margin-top: 2px;
	text-align: center;
}

form {
	margin: 5px;
}
.formBox {
	border: solid black 1px;
	margin-bottom: 0;
	margin-right: 5px;
	text-align: center;
}

/* Right side boxes */
.box {
	border: solid black 1px;
	margin-bottom: 7px;
	margin-right: 5px;
	text-align: center;
}

/* Feedback Form items */
.formBorder {
	border: solid black 1px;
}
.tableHead {
	font-weight: bold;
}

.center {
	text-align: center;
}

.tableColumnHeader {
	font-weight: bold;
	text-align: center;
	background-color: #F9F;
}
