/* General style sheet for the Pullman Museum Site main page */

BODY {
	background-color: #FFFFFF;
	margin: 5px;
	font: Verdana, Arial, serif;
 	font-size: 12pt;
	line-height: 12pt;
	color: #000000;
}

/* LINKS: normally, they are bold and solid black. Visited, they turn bold and Pullman red.
Active is bold, black, and has an underline. Hover is bold, black, underlined, and the
cursor turns to a hand (pointer). */

A {text-decoration: none;}
A:link    { color: #000000; font-weight: bold; }
A:visited { color: #AA0000; font-weight: bold; }
A:active  { color: #000000; text-decoration:underline; font-weight: bold; }
A:hover   { color: #AA0000; text-decoration:underline; font-weight: bold; cursor: pointer; }

/* CENTERED IMAGE called as a class */

.centered_Image {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

td, th { empty-cells: show; }

input:focus { background: yellow; }












.toptable {
	background-color: #FFFFFF;
	width: 100%;
	border-style: groove;
	border-width: 1px;
}

.topbannersides {
 	width: 25%;
    background-color: #FFFFFF;
	text-align: center;
	border-style: groove;
	border-width: 1px;
}

.topbannermiddle {
  	width: 50%;
	background-color: #647864;
	text-align: center;
	border-style: groove;
	border-width: 1px;
}
.bottombannersides {
 	width: 25%;
	text-align: center;
    background-color: #AA0000;
	color: #DCD21E;
    font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-style: groove;
	border-width: 1px;
}

.bottombannermiddle {
  	width: 50%;
	text-align: center;
   	background-color: #AA0000;
	color: #DCD21E;
    font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	border-style: groove;
	border-width: 1px;
}

.imagetables {
	background-color: #FFFFFF;
	width: 100%;
	border-style: groove;
	border-width: 1px;
}

.imagetablesides {
 	width: 25%;
    background-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	vertical-align: bottom;
	color: #AA0000;
	border-style: groove;
	border-width: 1px;
}

.imagealign {
	text-align: center;
}

.headingtext {
	font-family: Verdana, Arial, sans-serif;
	color: #647864;
 	font-size: large;
}

.bodytext {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
 	font-size: 12px;
}

.italictext {
	font-family: Verdana, Arial, sans-serif;
	color: #AA0000;
 	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.bottom_table {
	background-color: #FFFFFF;
	width: 100%;
	border-style: solid;
	border-width: thin;

}

.bottom_menu_sides_top {
 	width: 25%;
 	text-align: center;
	vertical-align: top;
    background-color: #DCD21E;
	font: Arial, Verdana;
 	font-size: 11px;
	font-weight: bold;
	border-style: solid;
	border-width: thin;
}

.bottom_menu_sides_bottom {
 	width: 25%;
 	text-align: center;
	vertical-align: top;
    background-color: #FFFFFF;
	color: #DCD21E;
	font: Arial, Verdana;
 	font-size: 11px;
	font-weight: bold;
	border-style: solid;
	border-width: thin;
}

.bottom_menu_middle_top{
 	width: 50%;
 	text-align: center;
	vertical-align: top;
    background-color: #647864;
	color: #DCD21E;
	font: Arial, Verdana;
 	font-size: 11px;
	font-weight: bold;
	border-style: solid;
	border-width: thin;
}

.bottom_menu_middle_bottom{
 	width: 50%;
 	text-align: center;
	vertical-align: bottom;
    background-color: #FFFFFF;
	color: #A6A595;
	font: Arial, Verdana;
 	font-size: 11px;
	font-weight: bold;
	border-style: solid;
	border-width: thin;
}

