/* Note: comments enclosed within slash-asterisk marks cannot be read by the style parser. In an HTML editor they are displayed in a different color and make it easy to find information in the stylesheet. They also are beneficial to people interested in learning about stylesheets. Ann Randall  */
/* Hyperlink Color Scheme */
/* Body, Background, Paragraph and Font Directions */
BODY {
	font: 15px georgia,serif;
	color: black;
	background: #407;
	background-image: url(/images/doc-bg.png);
	background-repeat: repeat-x;
}

A:link {
	color: #C9F;
	background: inherit;
	text-decoration: none;
}

A:visited {
	color: #C9F;
	background: inherit;
	text-decoration: none;
}

BODY A:visited {
	color: #C9F;
	background: inherit;
	text-decoration: none;
}

P {
	font: 15px georgia,serif;
	margin: 6px 0px 6px 0px;
}

P.indent { text-indent: 24px; }

span.dot {
	color: #C9F;
	background: inherit;
	font-weight: 900;
}

span.smaller { font-size: smaller; }
.center { text-align: center; }

.box {
	border: 1px solid black;
	padding: 6px 10px 4px 40px;
	margin: 16px auto 4px auto;
}

.box P {
	font-size: 16px;
	text-indent: -30px;
	margin: 4px 4px 6px 4px;
}

.box P.block { text-indent: 0px; }

.box UL LI {
	list-style: outside square;
	font-size: 16px;
}

.box UL UL LI {
	list-style: disc outside;
	font-size: 16px;
}

.note {
	border-top: 4px double black;
	border-bottom: 4px double black;
	padding: 0 10px 0 10px;
}

.note P {
	font-size: 11px;
	font-family: verdana,sans-serif;
}

.note HR {
	width: 200px;
	margin: 6px 300px 6px 0;
	height: 1px;
	position: relative;
	left: 0;
}

/* Position of Top Logo Banner */
#top {
	position: relative;
	top: -3px;
	width: 100%;
	height: 90px;
}

#top H2 { display: none; }

#bsu {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	width: 60px;
	height: 50px;
}

#ctl {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	width: 50px;
	height: 50px;
}

#content { padding: 10px 20px 10px 20px; }

/* Position of Page Division */
#page {
	width: 75%;
	top: -7px;
	margin-left: 200px;
	margin-right: 200px;
	border-top: solid #96C 2px;
	border-right: solid #609 3px;
	border-bottom: solid #609 3px;
	border-left: solid #96C 2px;
	padding-bottom: 20px;
	color: black;
	background: #FFF;
}

#footer {
	position: relative;
	top: 0;
	width: 100%;
	margin-top: 0;
	padding-bottom: 30px;
	clear: both;
}

#footer P {
	color: #C9F;
	background: inherit;
	margin-left: 210px;
	width: 500px;
	text-indent: 0;
	text-align: center;
	font: normal normal 11px Verdana,sans-serif;
	clear: both;
}

/* position of navigation menu on page */
#logo {
	position: relative;
	width: 500px;
	text-align: center;
	margin-left: 200px;
	clear: both;
}

OL {
	margin-top: -1px;
	margin-bottom: 3px;
}

OL.bignumber LI {
	list-style-type: decimal;
	font-family: Verdana,sans-serif;
	font-size: 12px;
}

OL.bigroman LI {
	list-style-type: upper-roman;
	font-family: Verdana,sans-serif;
	font-size: 12px;
}

OL.smalletter LI {
	list-style-type: lower-alpha;
	margin-left: -20px;
	font-family: Verdana,sans-serif;
	list-style-position: outside;
}

UL {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 3px;
}

UL LI, OL LI {
	margin-bottom: 4px;
	font-size: 13px;
}

UL UL LI {
	margin-bottom: 3px;
	font-size: 13px;
}

UL.maincontent LI { font-size: 16px; }

UL.maincontent A {
	color: #00F;
	background: inherit;
}

/* Image classes (some float to the side with text wrap) */
IMG { border: 0; }

IMG.wrapr {
	float: right;
	border: solid black 1px;
	margin-left: 10px;
}

IMG.wrapl {
	float: left;
	border: solid black 1px;
	margin-right: 10px;
}

/* Table cell contents are top aligned by default */
TH { vertical-align: bottom; }
TD { vertical-align: top; }
TABLE.grid {
	width: 100%;
	border: solid black 1px;
}

TABLE.grid TR TD {
	border: solid gray 1px;
	padding: 1px;
	margin: 0;
	font-size: smaller;
}

TABLE.grid TH {
	border: solid gray 1px;
	color: white;
	background: black;
	margin: 0;
	font-family: Arial,sans-serif;
	font-size: smaller;
}

TABLE.grid TR > TH:first-child { width: 120px; }

/* Heading styles */
H1 {
	text-align: center;
	font-family: Georgia,serif;
	font-size: 24px;
}

H2 {
	font-size: 20px;
	margin-bottom: 3px;
}

H3 {
	font-family: Georgia,serif;
	font-size: 18px;
	margin-bottom: 6px;
}

H4 {
	font-family: verdana,sans-serif;
	font-size: 14px;
	margin: 5px 0 0 0;
}

H5 {
	color: #666;
	background: inherit;
	font-family: verdana,sans-serif;
	font-weight: bolder;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

H6 {
	color: #003;
	background: inherit;
	font-family: verdana,sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 5px 0 1px 0;
}

/* Text styles */
EM { font-style: italic; }
STRONG { font-weight: 700; }

/* DOCUMENT NAVIGATION MENU */
#nav H2 { display: none; }

#nav {
	position: absolute;
	top: 80px;
	left: 0;
	display: block;
	width: 180px;
	padding: 10px 10px 1px 0;
	margin: 0 10px 10px 2px;
}

/* Spacing and bullet styles for lists */
#nav LI {
	color: #C9F;
	background: inherit;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
}

#nav UL LI LI { margin-left: -20px; }

#nav A:link {
	color: #fff;
	background: inherit;
	text-decoration: none;
}

#nav A:visited {
	color: #fff;
	background: inherit;
	text-decoration: none;
}

/* page links */
.links {
	text-align: center;
	display: block;
	width: 75%;
	margin-top: 0;
	margin-bottom: 6px;
	margin-left: 210px;
	padding: 2px 0 2px 0;
	clear: both;
}

.links H2 {
	font-size: 1px;
	display: none;
}

.links a, .links a:link, .links a:visited {
	color: #EDF;
	background: inherit;
	display: inline;
	margin-left: 4px;
	padding: 1px 10px 1px 10px;
	border-bottom: 0;
	text-decoration: none;
}

.links a:hover {
	color: #639;
	background: #FFF;
}

.links UL {
	list-style: none;
	margin: 0 10px 0 16px;
	text-align: center;
	padding: 1px;
}

.links LI {
	list-style: none;
	top: 0;
	display: inline;
	font: normal normal 11px Verdana,sans-serif;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}

html>body .links li {
	margin: 0 4px 0 4px;
	padding: 2px 0px 2px 4px;
}

