/* CSS Document */
html, body {
	margin: 0; 
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../navart/NavPanelBG600.jpg);
	background-repeat: repeat-y;
}
/* *** font-size is in percent, line height is in ems, color beige*** */
p {
	font-size: 84%;
	color: #FFCC99;
	line-height: 1.5em;
	margin-top: 0.6em;
	margin-bottom: 0.5em;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/* CSS Selectors for the structure of document UNUSED */
#content {
	position: absolute;
	width: 500px;
	top: 36px;
	right: 124px;
	border: 3px solid #99FF33;
}

/* *** redefining html tags - links *** */
a:link {
	color: #878DD8;
	text-decoration: underline;
}
a:visited {
	color: #B8A8DD;
	text-decoration: underline;
}
a:hover {
	color: #D9C5A0;
	text-decoration: underline;
}
a:active {
	color: #B74C65;
}

/* *** redefining html tags - headers *** */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #FFF9D9;
	letter-spacing: 0.03em;
	line-height: 1.4em;
}

h1, h2, h3 {
	margin-top: 1.5em;
}
h4, h5, h6 {
	margin-top: 1.4em;
}
h1 {
	font-size: 120%;
}

h2 {
	font-size: 105%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
	font-style: italic;
}
h5 {
	font-size: 85%;
}
h6 {
	font-size: 85%;
	font-style: italic;
}
/* *** styling lists - margin left shifts to the right in browser? *** */
ul {
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul li {
	font-size: 80%;
	line-height: 1.6em;
	color: #FFCC99;
	letter-spacing: 0.03em;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}
/* *** styling footer - in Template only *** */
#footer {
	margin-bottom: 1em;
	clear: both;
	float: none;
	margin-top: 2em;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	border-top: 1px solid #FFCC99;
}
#footer p {
	font-size: 75%;
	text-align: center;
	color: #999999;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* *** styling images *** */
.floatleft {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.floatright {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
.imggroup {
	border: 2px solid #FFCC99;
	margin: 12px;
}
.imgfloatrighthead, 
.imgfloatright, 
.imgfloatleft, 
.imgfloatlefthead, 
.imgfloatleftclearboth 
	{
	border: 2px solid #FFCC99;
}

.imgfloatrighthead {
	float: right;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 10px;
}
.imgfloatright {
	float: right;
	clear: right;
	margin-top: 4px;
	margin-bottom: 12px;
	margin-left: 10px;
	margin-right: 0px;
}
.imgfloatleft {
	float: left;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-right: 0px;
}
.imgfloatlefthead {
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.imgfloatleftclearboth {
	float: left;
	clear: both;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
}
/* *** misc classes & styles*** */
.highlightbold {
	font-weight: bold;
	color: #FFF9D9;
}
.nomargins {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.smallmargintop {
	margin-top: 4px;
}
.SpaceB4 {
	padding-top: 1em;
}
.center {
	text-align: center;
}
.center_SpaceBeforeAfter {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}
.rule_beige {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;
	line-height: 1em;
}
.ruleabove_beige_clear {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFCC99;
	padding-top: 16px;
	clear: both;
	margin-top: 24px;
}
.note {
	font-size: 70%;
	font-style: italic;
}
.quote {
	font-size: 78%;
	background-position: center;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	color: #8AD8D3;
	padding-top: 8px;
	padding-bottom: 6px;
}
#clearboth {
	clear: both;
}
.clearboth {
	clear: both;
}
/* *** caption box from SCHS - restyle *** */
.captionbox {
	float: right;
	margin: 0 0 10px 10px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 2px solid #F6B534;
	width: 320px;
	height: auto;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 66%;
	font-style: normal;
	text-align: center;
	line-height: 1.3em;
 }
div.captionbox img {
	border: 1px solid #250066;
	margin-bottom: 6px;
}
.caption {
	text-align: center;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 66%;
	line-height: 1.3em;
}
/* *** used in Alias Zone reviews page, div#reviews *** */
#reviews p {
	padding-top: 1em;
}
/* *** used in browser windows that play QT from Project pages *** */
#qtwindow {
	text-align: center;
	width: 400px;
	margin-top: 20px;
	margin-left: 20px;
}
#qtcaption {
	margin: 20px;
	font-size: 80%;
	letter-spacing: 0.03em;
}
/* *** used in Sharing>Articles & Articles Archive *** */
#articles p {
	margin-top: 0.2em;
	font-size: 76%;
}
#articles h3 {
	font-weight: normal;
	margin-top: 1em;
	font-size: 85%;
	color: #FFFFCC;
}
#articles h2 {
	font-size: 105%;
	color: #FFFFCC;
	margin-top: 2em;
	margin-bottom: 0.75em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
	padding-top: 0.5em;
	letter-spacing: 1px;
}
