﻿body { 
	color: #444;
	font: 95%/1.5em Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

/* Links */
a {color: inherit;}
a:link, a:visited {color: inherit; text-decoration: none;}
a:hover {color: inherit; text-decoration: underline;}

a, input{ outline: none; }
a:link, a:visited { color: #9e0523; text-decoration: none; }
a:hover { color: #9e0523; text-decoration:underline;}

#splashNav a:link, #nav a:link, #nav a:visited {color: #9e0523; text-decoration: none;}
#splashNav a:hover, #nav a:hover {color: #ce6400; text-decoration: none; background-color:#f0e6d1;}

#nav, #splashNav { font: bold 99%/normal "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; }

/* Text */
.error {  color: Red; }

p {margin: 0 0 .6em 0; }   
ul, ol {margin-top: 0;}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:normal;
	letter-spacing: -.03em;
	color:#5a471b;
} 

h1 {
	font-size:200%;
	text-align:left;
	margin: 10px 0 2px 0;
}


h2 {margin: 15px 0 4px 0; font-size: 180%;}

h3 {margin: 12px 0 2px 0; font-size: 140%;}
	
h4, h5, h6 { margin: 6px 0 2px 0;} 

