/* CSS Document */
html {
	background-color: silver;
  background-image: url(images/robertsontartan.gif);
}
body {
	background-color: #fffcfc;
	width: 800px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #603;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.all_contents {
  margin: 0px 16px;
  padding-bottom: 16px;
}
a:link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
em {
	font-weight: bold;
}
.floatLeft { 
    float: left; 
    margin-top: 8px;
    margin-right: 8px; 
    border: solid black 1px;
    padding: 2px;
    color: #555; 
    font-size: 75%; 
    text-align: center;
}

.floatRight { 
    float: right; 
    margin-left: 8px; 
    border: solid black 1px;
    padding: 2px;
    color: #555; 
    font-size: 75%; 
    text-align: center;
}

/* begin suckerfish */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 18em;
}
#nav a:link {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
#nav a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
#nav li li a:hover {
	color: blue;
	font-weight: bold;
	text-decoration: none;
  background-color: silver;
}

#nav li { /* all list items */
	float: left;
	width: 18em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 18em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* end suckerfish */

.pullquote  {
  font-size: 1em;
  width: 150px;
  color :#000;
  background: #DFDFDF;
  float: right;
  padding: 0.9em;
  margin: 0.5em;
  text-align: left;
  clear: right;
  border-top: 5px solid #9F9F9F;
  border-bottom: 5px solid #9F9F9F;
}

h3 {
  text-align: center;
}
blockquote {
  font-family: Times New Roman, serif;
  color: brown;
}
.text1 { /* Alumnus name and address */
	color: #804000;
	font-weight: bold;
	text-align: center;
}
.page_title {
	color: #804000;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	font-family: cursive;
}
.text4 { /* brown headers */
	font-size: medium;
	font-weight: bold;
	color: #804000;
}
.text5 {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.msg {
	color: red;
	text-align: center;
}
#footer {
	color: #777777;
	font-size: x-small;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
}
#copy {
	margin: 10px 20px 0px;
	font-size: 12px;
	color: darkgray;
	text-align: center;
}
#copy a:link {
	color: darkgray;
	font-weight: bold;
	text-decoration: none;
}
#copy a:visited {
	color: darkgray;
	font-weight: bold;
	text-decoration: none;
}
#copy a:hover {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}
#banner {
  margin-top: -33px;
	top: 0px;
	left: 0px;
	width: 800px;
}
#item {
	padding: 2px 10px;
	background: #ddd;
	border-top: solid #444 1px;
	border-bottom: solid #444 1px;
}
#menu {
	margin-left: 200px;
	width: 540px;
}
#item a:link {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
#item a:visited {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}
#item a:hover {
	color: #888;
	font-weight: bold;
	text-decoration: none;
}
.sub-menu {
	padding: 0px 10px;
}
.sub-menu a:link {
	color: #804000;
	font-weight: bold;
	text-decoration: none;
}
.sub-menu a:visited {
	color: #804000;
	font-weight: bold;
	text-decoration: none;
}
.sub-menu a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
.sub-menu td {
  padding-right: 20px;
}

