/* ========= Global =========  */

#LayoutTable{
	background-image: url(Images/Banner2/LeftColumnBridge.jpg);
	background-repeat: repeat-y;
}

#TopNavArea {
	position: relative;
	top: 0px;
	left: 0px;
	height: 126px;
	min-width: 900px;
	background-image: url(Images/Banner2/TopBannerBridge.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

	#TopNavArea img {
		vertical-align: bottom;
	}
	
	#TopNavMain {
		position: relative;
		z-index: 2;
	}
	
	#TopNavEndCap {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}

#LeftNavArea {
	width: 127px;
	border: 0;
	padding: 0;
	margin: 0;
}

	#LeftNavArea a {
		border: 0;
		width: 127px;
		padding: 0;
		margin: 0;
		display: block;
	}

	#LeftNavArea img {
		border: 0;
		padding: 0;
		margin: 0;
		display: block;
	}
	
#LeftNavAreaBottom {
	width: 127px;
	padding: 0;
	margin: 0;
}

	#LeftNavAreaBottom img {
		display: block;
		border: 0
	}

#SearchBox {
	position: relative;
	top: -270px;
	margin-left: 10px;
	text-align: left;
	font-size: 0.85em;
}

#SearchField {
	width: 80px;
	font-size: 0.85em;
}

#SearchBut {
	font-size: 0.85em;
	margin-top: 5px;
	text-align: right;
	vertical-align: bottom;
}

#SearchBut:hover {
	font-size: 0.85em;
	margin-top: 5px;
}

#ContentArea {
	position: relative;
	padding: 5px 10px 0 10px;
	margin: 0;
}

body {
	text-align: left;
	font-size: 0.9em;
	font-family: Verdana, sans-serif;
	color: black;
	background-color: white;
	margin: 0em;
	background-image: url(Images/Banner2/Background.jpg);
	background-position: 127px 126px;
	background-repeat: no-repeat;
}

p, td, ul, ol {
	text-align: left;
	font-family: Verdana, sans-serif;
	color: black;
}

h1 {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	font-family: sans-serif;
}

h2 {
	text-align: center;
	font-size: 1.75em;
	font-weight: bold;
	font-family: sans-serif;
	margin-bottom:-0.5em;
	padding-bottom: 0;
}

h3 {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	font-family: sans-serif;
	margin-bottom:-0.5em;
	padding-bottom: 0;
}

h4 {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	font-family: sans-serif;
	margin-bottom:-0.75em;
	padding-bottom: 0;
}

h5 {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	font-family: sans-serif;
	margin-bottom:-0.5em;
	padding-bottom: 0;
}

a:link {
	color: #309;
}

a:visited {
	color: #C00;
}

a:hover {
	color: #F66;
}

img {
	border: 0;
}

p.Code {
	font-family: monospace;
	font-size: 0.9em;
	/*margin-left: 5em;*/
}

li.SpacedListItem {
	margin-bottom: 0.75em;
}


/* ========= Inline formatting =========  */

span.Bold {font-weight: bold;}
span.Italic {font-style: italic;}
span.ColorRed {color: red;}
span.ColorGreen {color: green;}
span.ColorBlue {color: blue;}


/* ========= Program pages =========  */

div.ProgramQuote {
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
	font-family: sans-serif;
}

div.ProgramAttribution {
	font-size: 1.15em;
	font-weight: bold;
	font-family: sans-serif;
	margin-top: 0.15em;
	/*margin-left: 3em;*/
}

div.ProgramQuoteWithSpace {
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
	font-family: sans-serif;
	margin-bottom: 1em;
}

div.ProgramAttributionWithSpace {
	font-size: 1.15em;
	font-weight: bold;
	font-family: sans-serif;
	margin-top: 0.15em;
	/*margin-left: 3em;*/
	margin-bottom: 1em;
}


/* ========= Support articles =========  */
div.ArticleList {
	font-size: 0.9em;
	/*margin-left: 6em;*/
	/*margin-right: 10em;*/
}

p.ArticleListSectionBar {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.1em;
	background: #D4D4D4;
	color: black;
	font-stretch: ultra-expanded;
	border: 0.1px #D4D4D4;
}

p.ArticleSectionBar {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.1em;
	background: #D4D4D4;
	color: black;
	font-stretch: ultra-expanded;
	border: 0.1px #D4D4D4
}

div.ArticleProgram {
	font-weight: bold;
	margin: 0;
	font-size: 1.3em;
	vertical-align: top;
}

div.ArticleTitle {
	font-weight: bold;
	margin: 0;
	font-size: 1.1em;
	vertical-align: top;
}

span.ArticleInfoLabel {
	font-weight: bold;
	vertical-align: top;
}

p.ArticleInfo {
	margin: 0;
	text-align: right;
	vertical-align: top;
}

/* Leave this at the end of the file... validator (written in Java) sucks Pentiums. */
