/* CSS Document */

body, td {
  margin: 0px;
  padding: 0px;
  color: black;
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
}

p, font {
  color: black;
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  text-align: left;
}

/* LINKS */

a:active { 
outline: none; 
}

a, a:visited {
	text-decoration: none;
	color: #990000;
	}
	
a:hover {
	text-decoration: underline;
}

a.nav, a.nav:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	padding-left: 20px;
	}
	
a.navOn, a.navOn:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	padding-left: 20px;
	}
	
a.nav:hover {
	color: #990000;
	}
	
a.newsletter, a.newsletter:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	}
	
a.newsletter:hover {
	text-decoration: underline;
	}
	
a.newsletterOn, a.newsletterOn:visited {
	color: #cccccc;
	font-size: 12px;
	}
	
a.commandC, a.commandC:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: black;
	text-decoration: none;
	}
	
a.commandC:hover {
	color: #990000;
	}
	
a.collections, a.collections:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	padding-left: 11px;
	line-height: 1.5em;
	}
	
a.collections:hover {
	color: #990000;
	text-decoration:none;
	}
	
/* FONTS */

.locale {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	line-height: 18px;
}

h2 {
	font-size: 18px;
	color: #990000;
	font-weight: normal;
	line-height: 20px;
}

h3 {
	font-size: 18px;
	color: black;
	font-weight: bold;
	line-height: 20px;
}

h4, td.pageHeading {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	line-height: 20px;
}

h4 a:hover, h4 a:link, h4 a:visited {
	color: #cccccc;
}

.archives {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

h1 {
	font-size: 9px;
	font-weight: normal;
	}
	
.caption {
	font-size: 10px;
	color: #990000;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 0px;
	text-align: left;
	line-height: 1.3em;
}
	
/* DIV TAGS */

#container {
	width: 900px; 
}

#top {
	width: 900px; 
}

#middle {
	width: 900px;
	border: 1px solid white;
}

#bottom {
	width: 900px; 
}

#logo {
	width: 388px;
	height: 110px;
	float: left;
}

#topNav {
	width: 456px; 
	height: 110px; 
	text-align: right; 
	float: left;
}

#topNavInner {
	width: 456px; 
	padding-top: 92px; 
}

#topNavInner2 {
	width: 456px;
	height: 20px;
}

#middleSpacer {
	width: 56px; 
	height: 428px; 
	float: left;
	}

#collections {
	width: 198px;
	height: 428px;
	border: 1px solid #cccccc;
	float: left;
	text-align: left;
}

#mainText {
	width: 570px;
	padding-left: 20px; 
	min-height: 428px; 
	/*border: 1px solid pink; */
	text-align: right; 
	float: left;
}

#bottomSpacer {
	width: 56px; 
	height: 25px; 
	float: left;
}

#bottomNav {
	width: 788px; 
	height: 25px; 
	float: left; 
	text-align: right;
}

#footer {
	width: 900px;
}

#footerSpacer {
	width: 56px; 
	height: 68px; 
	float: left;
}

#footerText {
	width: 788px; 
	height: 68px; 
	float: left; 
	text-align: center;
	margin-top: 5px;
}