﻿/*                   SAR.css                            */


body { background-image:url('../images/cottonbckgrnd.gif');
	margin-left: 2%; margin-right: 2%
}

/*  Used for the heading pictures and navigation bars  */

div.masthead {
}
div.masthead h1 { font-family: "Old English Text MT", "Times New Roman", Times, serif;
	font-size: 3em; text-align: center; color: black; letter-spacing: .1em;
	margin-bottom: 0; border-bottom: 0;
}
div.masthead h2 { font-family: "Times New Roman", Times, serif;
	font-size: .6em; letter-spacing: .1em; text-align: center; color: black; 
	background: transparent; border-top: 0; margin-top: 0; margin-bottom: 0; 
	border-bottom: 0;
}
div.masthead h3 { font-family: "Old English Text MT", "Times New Roman", Times, serif;
	font-size: 1.3em; letter-spacing: .1em; text-align: center; color: black; 
	background: transparent;border-top: 0; margin-top: 0; margin-bottom: 0; 
	border-bottom: 0;
}
div.masthead h4 { font-family: "Old English Text MT", "Times New Roman", Times, serif;
	font-size: 2em; letter-spacing: .1em; text-align: center; color: black; 
	background: transparent; border-top: 0; margin-top: 0; margin-bottom: 0; 
	border-bottom: 0;
}
div.masthead p { color: #800000; text-align: center; font-size: 1em; border-top: 0;
	margin-top: 0; margin-bottom: 0; border-bottom: 0; background: transparent;
}
div.masthead a:link { color: maroon; text-decoration: none; 
	background: transparent;
}
div.masthead a:visited { color: maroon; text-decoration: none; 
	background: transparent;
}
div.masthead a:active { color: blue; font-weight: bold; text-decoration: none; 
	background: transparent;
}
div.masthead a:hover { color: blue; font-weight: bold; text-decoration: none; 
	background: transparent;
}

/*  Used to set off text with an aqua background  */

div.setoff { background-color:aqua; color:black; 
}

/*  Used to justify text in paragraphs  */

div.justifytext { color: black; background: transparent;
}
div.justifytext p { color: black; font-size: .8em; text-align: justify;
	font-family:"Times New Roman", Times, serif; border-top: 0; margin-top: 0;
}

/*  Used for the footer containing the mailbox.gif and copyright info  */

div.footer { color: black; background: transparent;
}
div.footer p { color: black; font-size: .7em; text-align: left;
	font-family:"Times New Roman", Times, serif; border-top: 0; margin-top: 0;
}

/*  Used to set up tables  */

table { width: 100%; margin-left: auto; margin-right: auto; 
	background: transparent; border-collapse: collapse; clear: both; 
}
td { color: black; text-align: center; line-height: 1.3em; font-size: .8em;
	background: transparent; font-family: "Times New Roman";
}

/*  Used to make italized text slightly larger to stand out  */

em { font-size: 1.2em;
}

/*  Used for lists - set up capital A, B, etc.  */

li { color: black; text-align: justify; line-height: 1.3em; font-size: .8em;
	background: transparent; font-family: "Times New Roman", Times, serif; 
}
ol { list-style-type: upper-alpha;
}

/*  Standard tags used in the program set-ups  */

h1 { color: navy; text-align: center; font-family: "Times New Roman", Times, serif;
	font-size: 1.3em; font-weight: bold; background-image:url('../images/cottonbckgrnd.gif');
}
h2 { color: navy; text-align: center; font-family: "Times New Roman", Times, serif;
	font-size: 1em; background-image:url('../images/cottonbckgrnd.gif');
}
h3 { color:blue; text-align: center; font-family: "Times New Roman", Times, serif;
	font-size: .9em; background-image:url('../images/cottonbckgrnd.gif'); font-weight: normal;
}

/*  to compress h4 & h5 together as sub titles */

h4 { color: navy; text-align: center; font-family: "Times New Roman", Times, serif;
	font-size: 1em; background: transparent; border-bottom: 0; margin-bottom: 0	
}
h5 { color: black; text-align: center; line-height: 1.3em; font-size: .8em;
	background: transparent; font-family: "Times New Roman", Times, serif;
	font-weight: normal; border-top: 0; margin-top: 0;
}

/*  Standard tags used in the program set-ups  */

h6 { color: black; text-align: justify; line-height: 1.3em; font-size: .8em;
	background: transparent; font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
p { color: black; text-align: center; line-height: 1.3em; font-size: .8em;
	background: transparent; font-family: "Times New Roman", Times, serif;
}
a:link { color: blue; font-weight: normal; background: transparent;
}
a:visited { color: blue; font-weight: normal; background: transparent;
}
a:active { color: blue; font-weight: bold; background: transparent;
}
a:hover { color: blue; font-weight: bold; background: transparent;
}


