/* COMMENTS CANNOT BE NESTED */
/* If four values are given, they apply to top, right, bottom, and left padding, respectively. */
/* If one value is given, it applies to all sides. */
/* If two or three values are given, the missing values are taken from the opposite side. */



html {
	height: 100%;
	/* border: thick solid blue; */
	}

body {
	height: 100%;
	margin: 0px;			/* controls the margin around CONTENT */
	padding: 0px;			/* controls the margin around CONTENT */
	font-family: tahoma, arial;
	color: #333333;
	background: white;
	text-align: center;
	font-size: smaller;
	/* border: thick solid yellow; */
	}

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: lighter;
	font-family: tahoma, arial;
	/* color: #0099cc; */
	/* color: #0066FF; */
	color: #3399FF;
	}
h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: lighter;
	font-family: tahoma, arial;
	/* color: #0099cc; */
	/* color: #0066FF; */
	color: #3399FF;
	}
h3 {
	font-weight: lighter;
	font-family: tahoma, arial;
	}
p {
	margin: 16px 0px 16px 0px;
	padding: 0px;
	font-family: tahoma, arial;
	}

a {
	color: #0099cc;
	font-family: tahoma, arial;
	text-decoration: none;
	}
a:link {color: #0099cc;}
a:visited {color: #0077aa;}
a:hover {background: #eeeeee;}



/* ====================================================== */
/*                                                        */
/* ====================================================== */

#b {
	width: 730px;
	position: absolute;
	top: 10px;
	left: 20px;
	margin-top: 10px;
	/* border: 2px solid orange; */
	}

#p1 {
	margin-top: 20px;
	text-align: center;
	/* border: thick solid #e6e6e6; */
	}
#p2 {
	margin-top: 0px;
	text-align: left;
	/* border: thick solid green; */
	}

#c1 {
	width: 548px;
	margin-left: 200px;
	padding: 0px;
	/* font-size: small; */
	/* border: 2px solid yellow; */
	}
#c2 {
	width: 548px;
	margin-top: 178px;
	padding: 0px;
	/* font-size: small; */
	/* border: 2px solid blue; */
	}

#sig {
	font-family: Georgia, Times New Roman, Times, serif;
	}

#bullet {
	margin: 0em 0px .6em 0px;
	padding: 0em 0px 0em 30px;
	line-height: 110%;
	}

#step {
	width: 524px;
	margin: 1px 0px 1px 0px;
	padding: 12px 12px 12px 12px;
	background: #eeeeee;
	border: 1px solid #999999;
	}
#s1a {						/* HALF, header for left-hand column */
	float: left;
	width: 256px;
	margin: 0px;
	padding: 0px;
	font-size: larger;
	font-weight: bolder;
	/* border: 1px solid orange; */
	}
#s1b {						/* HALF, header for right-hand column */
	float: right;
	width: 256px;
	margin: 0px;
	padding: 0px;
	font-size: larger;
	font-weight: bolder;
	/* border: 1px solid orange; */
	}
#s1c {						/* FULL, header over all columns */
	width: 524px;
	margin: 0px;
	padding: 0px;
	font-size: larger;
	font-weight: bolder;
	/* border: 1px solid orange; */
	}
#s2a {						/* HALF, left-hand column box */
	float: left;
	width: 256px;
	margin: 0px;
	padding: 0px;
	/* border: 1px solid orange; */
	}
#s2a p {
	margin: 3px 0px 3px 0px;
	padding: 0px;
	}
#s2b {						/* HALF, right-hand column box */
	float: right;
	width: 256px;
	margin: 0px;
	padding: 0px;
	/* border: 1px solid orange; */
	}
#s2b p {
	margin: 3px 0px 3px 0px;
	padding: 0px;
	}
#s2c {						/* FULL, center column box */
	width: 524px;
	margin: 0px;
	padding: 0px;
	/* border: 1px solid orange; */
	}
#s2c p {
	margin: 6px 0px 16px 0px;
	padding: 0px;
	}

#s3a {						/* QUARTER, 1st left-hand column box */
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
	/* border: 1px solid orange; */
	}
#s3a p {
	margin: 6px 0px 10px 0px;
	padding: 0px;
	}
#s3b {						/* QUARTER, 2nd left-hand column box */
	float: left;
	width: 156px;
	margin: 0px;
	padding: 0px;
	/* border: 1px solid orange; */
	}
#s3b p {
	margin: 3px 0px 3px 0px;
	padding: 0px;
	}




/* ====================================================== */
/*   Navigation                                           */
/* ====================================================== */

#nav-00 {
	width: 730px;
	position: absolute;
	top: 160px;
	left: 20px;
	text-align: left;
	/* border: 2px solid purple; */
	}

#nav-01 {
	width: 160px;
	position: absolute;
	top: 200px;
	left: 10px;
	padding: 10px;
	}
#nav-01a {
	width: 152px;
	margin: 0px;
	padding: 6px;
	background: #00BFFF;
	border: 1px solid #000000;
	}
#nav-01a p {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	border: none;
	}

#quotecontainer {
	width: 160px;
	}
#quotecontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}
#quotecontainer a {
	width: 158px;
	display: block;
	padding: 3px;
	color: #333333;
	/* background: #99F0FF; */
	background: #FFB90F;
	border-bottom: 1px solid #333333;		/* lines above and below links */
	border-right: 1px solid #333333;		/* lines above and below links */
	border-left: 1px solid #333333;		/* lines above and below links */
	border-top: 1px solid #333333;		/* lines above and below links */
	}
#quotecontainer a:hover {background-color: #00BFFF; color: #000000;}
#quotecontainer a:link {color: #000000; text-decoration: none;}
#quotecontainer a:visited {color: #000000; text-decoration: none;}

#quotelist a {text-decoration: none;}


#navcontainer {
	width: 160px;
	}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}

#navcontainer a {
	width: 158px;
	display: block;
	padding: 3px;
	color: #333333;
	background: #00BFFF;
	border-bottom: 1px solid #333333;	/* lines above and below links */
	border-right: 1px solid #333333;		/* lines above and below links */
	border-left: 1px solid #333333;		/* lines above and below links */
	}
#navcontainer a:hover {background-color: #3399FF; color: #333333;}
#navcontainer a:link {color: #EEE; text-decoration: none; color: #333333;}
#navcontainer a:visited {color: #EEE; text-decoration: none; color: #333333;}

#navlist a {text-decoration: none;}

#navaddress a {font-size: smaller; text-decoration: none;}

.navlistheader {
	width: 158px;
	display: block;
	margin: 0px;	/* effects the space between header and its subordinate links */
	padding: 3px;
	background: #cccccc;
	border-top: 1px solid #333333;	/* lines above and below links */
	border-bottom: 1px solid #333333;	/* lines above and below links */
	border-right: 1px solid #333333;		/* lines above and below links */
	border-left: 1px solid #333333;		/* lines above and below links */
	}


#nav-02 {
	width: 160px;
	position: absolute;
	top: 200px;
	right: 10px;
	padding: 10px;
	/* font-size: small; */
	/* background: #eeeeee; */
	/* border-left: 3px solid #eeeeee; */
	/* z-index: 1; */
	}

#nav-03 {
	margin: 20px 200px 20px 200px;
	padding: 3px 0px 3px 0px;
	/* font-size: small; */
	/* background: #eeeeee; */
	border-top: 1px solid black;
	}

#nav-04 {
	position: absolute;
	top: 160px;
	left: 20px;
	padding: 3px 3px 3px 3px;
	/* font-size: small; */
	background: #eeeeee;
	border: 1px solid black;
	}



