/* INTRODUCTION & HEADER */
/* */
/* Designed in "CSS" ("C"ascading "S"tyle "S"heet), this is the single style sheet that controls all the link, font, and layout 
conventions of this website. Alter it, upload it, and you alter the site AS A WHOLE. This means all pages in the directory 
will be modified as this style sheet is modified. Thus is the magic and danger of CSS Design. */
/* */
/* This style sheet was composed May-June 2006 by O. Quimby Melton of Studio Hyperset (www.studiohyperset.com). */
/* */
/* ALL SECTIONS SAVE "SECTION I: Link Conventions" LISTED IN ALPHABETICAL ORDER. */
/* */
/* QUICK GLOSSARY */
/* position:absolute - positions the element independently of the other elements on the page. */
/* margin - amount of space between an element and those elements that surround it. */
/* padding - amount of space between the elements of an element (text, pictures, boxes, &tc.) and that element's border. */
/* line-height - determines the space between the lines in a single paragraph (the text between this tag pair: <p></p>). */
/* color: #000000 - black */
/* color: #CC0000 - UNLV Scarlet */
/* text-decoration: none - no underline */
/* */
/* "Aut viam inveniam aut faciam." */
/* */
/* SECTION I: Link Conventions */
/* */
a:link { /* This field determines how links will appear on the site in their default state. */
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited { /* This field determines how links that have been visited by a user in a single browser session will appear on the page. 
The links will continue to appear this way until the browser cache is cleared. */
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover { /* This field determines how links will appear on the page when a user hovers his/her mouse cursor over them. */
	text-decoration: none; 
	color: #FFFF99;
}
a:active { /* This field determines how active/"clicked" links will appear on the page. */
	text-decoration: none;
	color: #FFFF99; 
}
.linktype2 a:link { /* This field determines how links will appear on the site in their default state. */
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%; 
	color: #000000;
}
.linktype2 a:visited { /* This field determines how links that have been visited by a user in a single browser session will appear on the page. 
The links will continue to appear this way until the browser cache is cleared. */
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%; 
	color: #000000;
}
.linktype2 a:hover { /* This field determines how links will appear on the page when a user hovers his/her mouse cursor over them. */
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%; 
	color: #CC0000;
}
.linktype2 a:active { /* This field determines how active/"clicked" links will appear on the page. */
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%; 
	color: #CC0000;
}
/* */
/* SECTION II: Font Conventions */
/* */
.largeheaderstyle { /* This field determines the conventions of the primary/larger heading text. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:100%;
	color:#000000;
	font-weight:bold;
}
.maintextstyle { /* This field determines the conventions of the website's main information/"reading" text. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 175%; 
	color: #000000;
}
.smallheaderstyle { /* This field determines the conventions of the secondary/smaller heading text. */
	font-size:13px;
	line-height: 150%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* */
/* SECTION III: Layout Convetions/CSS Boxes */
/* */
body {
	margin:20px 0px; 
	padding:0px;
	text-align:center;
        font-family:Verdana, Arial, Helvetica, sans-serif;
}
.brochurebox { /* This field determines the conventions of the box element on the homepage that contains the "Print Brochure" link. */
	float: right;
	height: auto;
	width: auto;
	padding: 7px;
	margin-right: 16px;
	background-color: #F9F9F9;
	border: 1px solid;
	/* Font conventions are determined by the tags in "SECTION II: Font Conventions" above. */
}
.colophonbox { /* This field determines the conventions of the colophon box that appears at the bottom of every page of the website. */
	/* Layout Conventions */
	height: auto;
	width: 805px;
	background-color:#000000;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	margin:0px auto;
	padding-top:15px;
	padding-bottom:15px;
	/* Font Conventions */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #FFFFFF;
	padding-top: 5px;
}
.contentbox { /* This field determines the conventions of the box element that contains the content information/"reading" text and pictures on every page of the website. */
	/* Layout Conventions */
	height: auto;
	width: 805px;
	margin:0px auto;
	padding-top:15px;
	padding-left:1px;
	padding-right:1px;
	background-color:#FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align:left;
	/* Font conventions are determined by the tags in "SECTION II: Font Conventions" above. */
}
.contentorganizationbox { /* This field determines the conventions of the box element within the main ".contentbox" that contains the main "reading" text on each page. */
	/* Layout Conventions */
	height: auto;
	width: 700px;
	margin-left:40px;
	padding:10px;
	background-color:#F9F9F9;
	border: 1px solid;
	text-align:left;
	/* Font conventions are determined by the tags in "SECTION II: Font Conventions" above. */
}
.headerbox { /* This field determines the conventions of the box element that contains the header/banner on every page of the website. */
	/* Layout Conventions */
	height: 200px;
	width: 805px;
	background-color:#000000;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	margin:0px auto;
	/* At the time of initial composition (May/June 2006), it was unnecessary to define font conventions for this element since it was then filled with graphical units. */
}
.pagecontentssbox { /* This field determines the conventions of the box element on some of the pages that contains the "Page Contents" links. */
	height: auto;
	width: 300px;
	padding: 7px;
	margin-right: 5px;
	background-color: #F9F9F9;
	border: 1px solid;
	/* Font conventions are determined by the tags in "SECTION II: Font Conventions" above. */
}
.generalul { /* This field determines the conventions of the unordered list/bulleted list elements on the website save those on the homepage. */
	margin-top: -.50em;
}
