
/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}
	
body {
	color:#333;
	background-color:white;
	margin:0px;
	padding:0px;
	height:100%;
	overflow:auto;
	}
	
p {
	font:small/14pt verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	

li {
	font:small/14pt verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	

a {
	font-weight: bold; 
	text-decoration: none; 
	color: #09c;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3169B5;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3169B5;
	}
	
a:hover { 
	text-decoration: none; 
	color: #ED7B00;
	}
		
a:active { 
	text-decoration: none; 
	color: #ED7B00;
	}

h1 {
	font:bold 18px/18px verdana, arial, helvetica, sans-serif;
	color:#333;
	margin:3px 0px 3px 0px;
	padding:0px;
	}
h2 {
	font:bold 14px/14px verdana, arial, helvetica, sans-serif;
	color:#333;
	margin:4px 0px 3px 3px;
	padding:0px;
	}
	
h3 {
	font:bold 16px/14px verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	margin:4px 0px 3px 0px;
	padding:0px;
	}
		
.lrgText {
	font:medium verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	}
	
.medText {
	font:small verdana, arial, helvetica, sans-serif;
	font-weight:normal;
	color:#333;
	}
	
.smlText {
	font:x-small verdana, arial, helvetica, sans-serif;
	font-weight:normal;
	color:#333;
	}

.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
  

/* Middle column. All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	/*height:85%;*/
	top:8px;
	margin:8px 1px 0px 205px;
	border:1px solid navy;
	background-color:white;
	padding:2px 10px 10px 10px;
	z-index:5;
	border:1px #fff solid;
	}

#leftColumn {
	position:absolute;
	width:190px;
	height:460px;
	top:84px;
	left:5px;
	border:0px solid #92B2DD;
	background-color:#fff;
	padding:3px 3px 10px 3px;
	z-index:2;
	font:small/14pt verdana, arial, helvetica, sans-serif;
	}
.leftColumnText {
	font:100%/13pt verdana, arial, helvetica, sans-serif;
	}

.leftColumnTextSml {
	font:100%/11pt verdana, arial, helvetica, sans-serif;
	}
	
.leftColumnBullet {
	font:100%/13pt verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	color:#009933;
	}
	
.leftColumnHeaders {
	background-color:#fff;
	height:22px;
	width:100%;
	}
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details.
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; */
	
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#leftColumn {width:128px;}
		
#rightColumn1 {
	position:absolute;
	width:200px;
	height:190;
	top:84px;
	right:5px;
	border:1px solid #E0E0E0; /*9D9D9D*/
	background-color:#fff;
	padding:10px;
	padding-bottom:10px;
	z-index:1;
	font:small/14pt verdana, arial, helvetica, sans-serif;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px;
	}
/* Again, "be nice to Opera 5". */
body>#rightColumn1 {width:200px;}

#rightColumn2 {
	position:absolute;
	width:200px;
	height:238px;
	top:353px;
	right:5px;
	border:1px solid #E0E0E0;
	background-color:#fff;
	padding:10px;
	z-index:1;
	font:small/14pt verdana, arial, helvetica, sans-serif;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px;
	}
/* Again, "be nice to Opera 5". */
body>#rightColumn2 {width:200px;}

	
.footer {
	position:relative;  Position is declared "relative" to gain control of stacking order (z-index). /**/
	width:auto;
	min-width:120px;
	margin:0px 0px 0px 0px;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	
/* specific divs */
#container { 
	padding: 0px 0px 0px 0px;  
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	/*height:99%;*/
	}

#pageHeader { 
	height:41px;
	background-color:#314D84;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#314D84,endColorStr=#3169B5);
	padding:7px 0px 0px 4px;
	}

.pageSubHeader1 {
	font: 22px verdana, sans-serif;
	font-weight:bold;
	color:#CAE1FF;
	padding:0px 0px 0px 8px;
	}
	
.pageSubHeader2 {
	font: 22px verdana, sans-serif;
	font-weight:bold;
	color:#92B2DD;
	}
	
#navigation { 
	border:0px;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-bottom-color:#CEDFF7;
	height:18px;
	font: 11pt verdana, sans-serif; 
	color:#cecece;
	background-color=#006600;
	z-index:100;
	}


.navOn {
	font: small verdana, sans-serif; 
	padding-left:12px;
	padding-right:12px;
	padding-bottom:1px;
	background-color:#fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#92B2DD,endColorStr=white);
	border-top:1px solid #CAE1FF;
	border-left:1px solid #CAE1FF;
	border-right:1px solid #CAE1FF;
	white-space: nowrap;
	}

.navLinkOn {
	text-decoration:none;
	}

a.navLinkOn:link {color: #003399;}
a.navLinkOn:visited {color: #003399;}
a.navLinkOn:active {color: #003399;}
a.navLinkOn:hover {color: #ED7B00;}


.navOff {
	font: small verdana, sans-serif; 
	padding-left:12px;
	padding-right:12px;
	border-left:1px solid #000066;
	border-right:1px solid #000066;
	background-color:#000066;
	white-space: nowrap;
	}

.navLinkOff {
	text-decoration:none;
	}

a.navLinkOff:link {color: #92B2DD;}
a.navLinkOff:visited {color: #92B2DD;}
a.navLinkOff:active {color: #92B2DD;}
a.navLinkOff:hover {color: #ED7B00;}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
