/* IMPORTANT */
/* This design includes many changes I've made to the original. */
/* Feel free to study the CSS and use */
/* techniques you learn from it elsewhere. */
/*  s means secondary pages, o means office and neither means  */
/*  main page.                                                */


/*    ------------   body   ------------ */
body
{
	margin: 0px;
 	background: ivory;    /* -webkit-linear-gradient(top, white, DarkOrchid ); /* #aaa ; darkgrey;    ;*/
    	/*background: url(bkgd.png) repeat;   /* no-repeat fixed top left #03a;  */
	height: auto;
	font-size: 15px;
	font-family:Arial, sans-serif;
	color: #ddd;
}

/*    ------------   header   ------------ */
header
{
	position: relative;
	height: 230px;
	padding: 2px 0px 0px 12em;
	top: -60px;
	overflow: hidden;
    /* background: #903;  
	left: 0px;
	bottom: auto;
	width: auto; */
	color: #ff0;
}
header h1
{
color: darkblue;
margin-left: 13%;
font-family:   'Times New Roman', Serif ;
font-style: italic;
letter-spacing: -5px;
word-spacing: -15px;
font-size:5em;
text-shadow: 2px 5px red;
/*font-family: Geneva;  */
}

header h2
{
color: darkblue;
font-family:   'Times New Roman', Serif ;
margin-left: 25%;
margin-top: -89px;
font-style: italic;
letter-spacing: -2px;
word-spacing: -2px;
font-size:2.5em;
/*text-shadow: 1px 3px red;
/*font-family: Geneva;  */
}

/*    ------------   nav   ------------ */
nav
{
	position: relative;
	background: -webkit-linear-gradient(lightgray, darkgray); 
	/*background: #ccc; */
	padding: 4px 4px 40px 10%;
	height: 240px;
	top: 20px;
	/* left: 20px; 
	 width: 1000px;  
	 margin: 10em; */
	overflow: hidden;
	word-spacing: 3px;
	border-top: solid 3px #003;
	border-bottom: solid 3px #003;
	letter-spacing: -1px;
	font-size: 25px;
	font-weight: lighter;
	font-family: 'Times New Roman', Serif;
	color: yellow; 
	text-shadow: 1px 2px darkred;
	}
nav h2 {
margin-left: 10%;
}
nav p {
width: 60%;
margin-left: 15%;
}

nav a
{
color:#009;
text-decoration: none;
}	

nav a:link:visited 
{
color:red;
}	

nav a:hover 
{
text-decoration: none;
font-weight: bolder;
text-shadow: 6px 4px black;
color: darkred;
/* font-size: 26px; */
}
/*    ------------   article  ------------ */
article
{
	position: relative;
	margin-left: 8%;
	padding: 40px 40px 40px 8em;
	top: 0px;
	text-align: justify;
	width: 50%; 
	overflow: hidden;
	letter-spacing: -1px;
	font-size: 20px;
	font-weight: lighter;
	font-family: 'Times New Roman', Serif;
	color: black;
	/* right: auto;*/
}
article h4
{
color: #000;
background-color: #ccc;
font-size: 23px;
}

article h5
{
color: #000;
background-color: #eee;
font-size: 20px;
width: 60%; 
}
article a:link
{
text-decoration: none;
color: #cc0;
background-color: #ff0;
}


article a:link:visited
{
text-decoration: none;
color: #f00;
border-color: #0ff;
background-color: #aa0;
}

article a:hover
{
text-decoration: none;
color: #0ff;
border-color: #0ff;
background-color: transparent; /* #099; */  
}

article p {padding: 3px;}

article p.center {font-weight: bold; text-align: center;}


/*    ------------   footer  ------------ */
footer
{
	position: relative;
	padding: 4px 4px 4px 4px;
	top:-10px;
	/* right: auto;
	width: 260px; */
	overflow: hidden;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: lighter;
	font-family: 'Times New Roman', Serif;
	color: darkred;
}

footer a:link
{
text-decoration: none;
color: #099;
/* background-color: #ddd  */
}