@charset "iso-8859-1";

/*******************************************************************************
*  screen.css : 2004-06-28 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  This stylesheet defines the layout as it appears on screen by importing 
*  those stylesheets which should be used to render the layout on screen.
*
*  CSS Hacks Reference:
*    http://www.dithered.com/css_filters/css_only/index.php
*******************************************************************************/




/******************************************************************************/

body
{
	background-color: #ffffcc;
	color: #fff;
	margin: 0;
	padding: 2em;		
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
}

html>body #footer
{
	padding-bottom: 1.01em;	/* this is to fix a bug in mozilla that results
				   in a 1px line of white below the footer when
				   the document gets very long. extremely long
				   documents may generate the bug again. if
				   you experience that, increasing this value
				   may help. i think this is related to moz's
				   off-by-one troubles as the bug does not
				   occur in any other browser */
}

p, h1, h2, h3, h4, h5, h6
{
	margin: .2em 0;
}


hr {
	color: #C9C8ED;
	background-color: #C9C8ED;
	height: 5px;
}


#masthead
{
	background: #1835B7 url(title.jpg) no-repeat top right;
	
	color: #fffff7;
	border-color: #000;	
	border-style: solid;
	border-width: 2px 0;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;


}

#masthead h1 {
	text-align: center;
}

#masthead p {
	margin: 0;
}

#footer
{
	border-color: #000;
	padding: .5em;
	position: relative;
	background-color: #1835B7;
	color: #fffff7;
	border-style: solid;
	border-width: 2px 0;
	text-align: center;
}


#pageWrapper 
{
	margin: 0;
	width: auto;
	min-width: 800px;
	border-color: #000;
	border-style: solid;
	border-width: 0 2px;
	font-size: 80%;
}

#outerColumnContainer 
{
	z-index: 1;
	border-color: #fff;
	border-style: solid;
	border-width: 0 15em;
}
#innerColumnContainer 
{
	z-index: 2;
	width: 100%;
	border-style: solid;
	border-width: 0 0 0 1px;
	margin: 0 -1px;
}

#innerColumnContainer, .hnav
{
	border-color: #000;
}


#contentColumn
{
	margin: 0 -1px;
	width: 100%;
	border-width: 0;
	color: #000;
	background-color: #fff;
}

#contentColumn p
{
	padding-bottom: .8em; 
}

#contentColumn img
{
	padding: 5px;
}

#contentColumn a 
{
	text-decoration: none;
}
#contentColumn a:hover
{
	text-decoration: none;
	background-color: #A7D3C8;
}

#contentColumn a:visited
{
	text-decoration: none;
	color: blue;
}

.author
{
	color: gray;
	font-style: italic;
	font-weight: bold;
}


#leftColumn, #rightColumn, #contentColumn
{
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;
}
#rightColumn
{
	float: right;
	width: 15em;
	margin: 0 -15em 0 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #000;
}
#rightColumn .vnav ul li a:hover, .vnav ul li a:hover
{
	background-color: #1835B7;
	color: #fff;
}
#rightColumn .vnav ul li a
{
	color: #336;
	background-color: #cccccc;
}

#leftColumn
{
	width: 15em;
	margin: 0 1px 0 -15em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #000;
}

#centerColumn
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.note
{
	border-width: 2px;
	border-color: #343960;
	border-style: solid;
	background: #eeeeee;
	color: #343960;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.8em;
	padding-right: 0.8em;
}

.editorial
{
	background: #eeeeee;
	color: #343960;
	padding-top: 0.1em;
	padding-bottom: 0.0em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-right: 20px;
	text-align: right;
	font-size: 80%;
	border-bottom: solid #aaaaaa
}

.small
{
	padding-left: 20px;
	font-size: 80%;
}



.clear
{
	clear: both;
	padding-bottom: 1px;
	margin-bottom: -1px;
}

.hide, #oldBrowserNotice, .ieSixCharDupBug
{
	/* hide elements that CSS-targeted browsers shouldn't show */
	display: none !important;
}

.idt
{
	padding-left: 2em;
}

.hnav, .hnav2
{
	border-bottom: solid 1px #000;
	text-align: center;
}
.hnav, .hnav2, .hnav ul li a, .hnav2 ul li a
{
	padding-top: 3px;
	padding-bottom: 4px;
}

.hnav ul, .hnav ul li, .hnav2 ul, .hnav2 ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a, .hnav2 ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	white-space: nowrap;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}

.hnav2 ul li a:link, .hnav2 ul li a:visited, .hnav2 ul li a:active, .hnav2 ul li a:hover
{
	text-decoration: none;
}

.hnav ul li span.divider, .hnav2 ul li span.divider
{
	display: none;
}
* html .hnav ul li, * html .hnav ul li a
{
	width: 1%; /* IE/Mac needs this */
	display: inline-block;	/* IE/Mac needs this */
	/* \*/
		width: auto;
		display: inline; 
		position: relative;
	/* reset above hack */
}
* html .hnav, * html .hnav ul a
{
	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win */
}

* html .hnav2 ul li, * html .hnav2 ul li a
{
	width: 1%; /* IE/Mac needs this */
	display: inline-block;	/* IE/Mac needs this */
	/* \*/
		width: auto;
		display: inline; 
		position: relative;
	/* reset above hack */
}
* html .hnav2, * html .hnav2 ul a
{
	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV2
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win */
}

.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #000;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #000;
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}
* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 1%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}
.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}


#outerColumnContainer
{
	border-left-color: #C9C8ED;
	border-right-color: #FFFFFF;
	background-color: #fff;
	color: #000;
}




.vnav ul li a
{
	color: #336;
	background-color: #E6E5F7;
}

.hnav, .hnav ul li a
{
	background-color: #C9C8ED;
	color: #336;
}
.hnav ul li a:hover
{
	background-color: #1835B7;
	color: #fff;
}

.hnav2, .hnav2 ul li a
{
	background-color: #FFDA7F;
	color: #336;
}
.hnav2 ul li a:hover
{
	background-color: #425E32;
	color: #fff;
}

.inside
{
	padding: 0 1.5em;
}

.vnav
{
	margin: 1em 0;
}


* html #outercolumncontainer
{
	/* IE5.0/Win fix for 1px whitespace between masthead and body. */
	margin-top: -1px;
	border-top: solid 1px #000;
}

.hnav, .hnav2
{
	border-style: solid;
	border-width: 0 0 1px 0;
}

.footright
{
	float: right;
	margin: 0;
	padding-right: 2px;
	position: relative;
}

.footleft
{
	float: left;
	margin: 0;
	padding-left: 4px;
	position: relative;
}


/* :root is an invalid pseudo class but mozilla knows it */
.root code
{
	font-size: 120%;	/* monospace fonts are typically smaller that 
				   'normal' fonts under Mozilla. */
}


#masthead h1 {
	font-size: 400%;
}

h1 {
	font-size: 210%;
}

h2
{
	font-size: 180%;
}
h3
{
	font-size: 140%;
}
h4
{
	font-size: 126%;
}
h5
{
	font-size: 110%;
}
h6
{
	font-size: 100%;
	padding-left: 20px;
}



