/* This style sheet will work for templates Avante, Imperial, 
   Emerald, and Ruby with modification of the colors. */

body, p, td, th {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

body.contents {
  background-image: url('http://atlas.nowyouknow.com/images/spinefadeback.jpg');
}

#header_tbl {
  background-image: url('http://atlas.nowyouknow.com/images/topsandbanner.jpg');
}

a {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #800000;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
	text-decoration: none;
}

h1 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 32px;
	color: #800000;
	font-style: italic;
}

h2 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 22px;
	color: #800000;
	letter-spacing: 5px;
	border-bottom: 1px solid #cccccc;
	text-transform: capitalize;
}

h3 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: bold;
	color: #800000;
	letter-spacing: 0px;
	border-bottom: 1px solid #800000;
}

h4 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #58595B;
	text-align: center;
}

h5 {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #800000;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: 2px solid #DFCEAE;
    border-top: 3px solid #DFCEAE;
    padding: 2px 4px;
}

div.menu a {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
  	font-weight: bold;
	color: #800000;
	text-decoration: none;
}

div.menu a:hover {
  	text-decoration: underline;
  	color: #000000;
}

div.menu p {
	margin-top: 6; 
	margin-bottom: 6;
}

p.largenote {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #800000;
}

.marquee {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 18pt; 
	font-weight: bold;
  color: #800000; 
}

p.mission_title {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #800000;
}

p.mission_text {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #800000;
}