/*
 * FILENAME:	subpage.css
 *
 * DESCRIPTION:	Styles that apply to the website subpages
 */

/* 2nd-level banner */
#Banner2 {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	background : #CBDCED url(/Images/banner2.jpg) no-repeat top left;
	height: 3.5em;
}

#Banner2 H1 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 1em 1em 0em 1.5em;
	float: left;
}

#Banner2 > H1 {
	margin-left: 2.5em;
}

#Banner2 IMG {
	height: 3.5em;
	width: 46em;
	float: right;
}


/* Content section, 3 columns */
.ContentTable {
	border-top: 0.1em solid #000000;
	margin: 0em 0em 0em 0em;
	border-collapse: collapse;
	width: 100%;
}

.NavigationColumn {
	vertical-align: top;
	padding: 2.6em 1em 0em 0.6em;
	width: 16em;
	background-color: #F3F3F3;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 150%;
}

.NavigationColumn UL {
	list-style: none;
	margin: 0em 0em 0em 0em;
}

.NavigationColumn UL LI {
	font-weight: normal;
	padding: 0.6em;
}

.NavigationColumn LI.CurrentPage A {
	text-decoration: none;
	color: #FF0000;
}

.NavigationColumn A:hover {
	text-decoration: none;
	color: #CC0000;
}

.ContentColumn {
	border-left: 0.1em solid #BEBEBE;
	border-right: 0.1em solid #BEBEBE;
	vertical-align: top;
	padding: 1.5em 1.2em 4em 1.2em;
	font-size: 1.1em;
	line-height: 150%;
}

.BorderColumn {
	width: 7.5em;
}

.ContentColumn A:hover {
	color: #FF0000;
	text-decoration: none;
}

.ContentColumn UL LI {
	padding-top: 0.2em;
}

.ContentColumn UL#SiteMap {
	list-style: none;
	margin-left: 0em;
}

.ContentColumn UL#SiteMap LI {
	float: left;
	width: 13em;
	font-size: 1.2em;
	font-weight: bold;
}

.ContentColumn UL#SiteMap LI UL {
	list-style: none;
	margin-left: 0em;
	padding-left: 0em;
}

.ContentColumn UL#SiteMap LI UL LI {
	font-size: 1em;
	font-weight: normal;
	padding-top: 0.2em;
}

UL.Downloads {
	list-style: none;
}

PRE.CodeView {
	width: 65em;
	padding: 0.4em;
	border: 0.11em solid #000000;
	overflow: auto;
	background-color: #E3E3E3;
}

SPAN.Literal {
	color: #0000FF;
}

SPAN.Tag {
	color: #800000;
}

SPAN.Comment {
	font-style: italic;
	color: #808080;
}

