﻿/* yellow is #ffff00 */
/* lighten yellow is #ffff80 */
/* lightest yellow is #ffff80, almost a beige */
/* black is #000000 */
/* first step gray is 969696 */
/* second step gray is d4d4d4 */

body 
{
	background-color: #ffffcc;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: .85em;
}

blockquote 
{
    font-size: .9em;
    font-style: italic;
    font-weight: bold;
    color: #002080;
    text-align: center; 
}

.block2 
{
    font-size: 1em;
    color: #002080;
}

#wrapper 
{
	background-color: #ffffff;
	width: 990px;
	margin: auto;
}

#header 
{
	background-color: #ffffff;
	/* background-image: url(../../images/skinny.jpg); */
	color: #000000;
	margin-left: 10px;
	padding: 10 0 0 0;
    width: 980px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#menudiv 
{
	background-color: #ffff80;
	margin: 0;
	padding: 0;
	color: #000000;
}


#nav 
{
	color: #000000;
	width: 200px;
	float: left;
	margin-left: 10px;
	padding-left: 5px;
	margin-top: 2px;
}

#nav a 
{
	color: #002080;
	
}

#nav a:hover 
{
	color: red;
}
	
#nav a:link 
{
	color: #002080;
}	

#content
{
	background-color:#FFFFFF;
	color: #000000;
	margin: 0 10px 0 250px;
	top: 0;
	vertical-align: top;
}

#innercontent 
{
	margin: 20px;
}

#footer 
{
	clear: both;
	margin-left: 10px;
	background-color: #ffff80;
	color: #000000;
	letter-spacing: 2px;
	font-size: 0.75em;
	text-align: center;
	padding-top: 2px;
}

#ql 
{
	background-color: #CED9FF;
	color: #212EBA;
	float: left;
}

#skipnav {
	position: absolute;
	margin-left: -1200px;
	}
#skipnav a:focus, #skipnav a:active {
	margin-left: 1000px;
	overflow: visible;
	display: block;
	width: 10em;
	}
#blah:active {
  /*this needed to assure skipnav works -- per site where this found no obvious reaons why it works*/
	}
	
/* font sizes, text alignment, etc */

.middle 
{
	text-align: center;
}

.bigText 
{
	font-size: 1.5em;
	font-family: Stencil, "Times New Roman", Serif;
}

.littleText
{
	font-size: .8em;
	font-family: Tahoma, Georgia, Lucida Sans, Sans-Serif;
}

.errortext 
{
	color: Red;
	font-size: .85em;
}

h2
{
	color: #002080;
	text-align: center;
}
	
h3 
{
	color: #002080;
}

h4 
{
	text-align: center;
	color: #002080;
}

.textBold
{
    font-weight: bold;
}

.quick-links 
{
	font-size: .8em;
	color: #006600;
}

.emphasis 
{
	font-weight: bold;
	color: Maroon;
}

.slant 
{
	font-style: italic;
	color: #002080;
}

.textUnderline
{
    text-decoration: underline;
 }

.verse 
{
	color: #0099FF;
}

hr 
{
	color: #1B26B4;
	background-color: #1B26B4;
}

.paddedPara 
{
	padding-bottom: 5px;
	padding-right: 10px;
}

.downloadbox 
{
	text-indent: 25px;
}

.picLeft {
	float: left;
	padding: 5px;
}

.picRight {
	float: right;
	padding: 5px;
}

.firstltr 
{
	font-size: 1.5em;
	color: Maroon;
	font-weight: bold;
}

.grid
{
   font: 10px Arial, Sans-Serif;
}

.menu {
    color: black;
   font: 10px Arial, Sans-Serif;
	
}
.menu A:hover {
    color: black;
	text-decoration: underline;
   font: 10px Arial, Sans-Serif;
}
.menu A
{
    color: black;
    text-decoration: none;
   font: 10px Arial, Sans-Serif;
}

/*Modal Popup*/
.modalBackground {
	background-color: blue;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Navy;
	padding:3px;
}

/* container to balance columns using js */
.container {
	letter-spacing: normal;
}

.search 
{
	font-size: .8em;
}

.searchterm 
{
	color: Blue;
}

.textLeft
{
    text-align: left;
}

.padLeft
{
    padding-left: 5px;
}

.adminBody 
{
    font-size: .9em;
    color: #002080;
}

.box 
{
    border: solid 2px #000000;
    font-size: .9em;
    margin: 0;
    padding: 2px;
    width: 190px;
}

.specialText 
{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: Maroon;
}

table {
	border-collapse: collapse;
}
th {
	background-color: #FFC;
	text-align: left;
}
table.list, td.details table.list {
	width: 100%;
	border: 1px solid #000;
}
table.list tr th, td.details table.list tr th {
	text-align: left;
	background-color: #666;
	color: #FFF;
	font-size: 100%;
	border-style: none;
	padding: 2px 20px 2px 2px;
}
table.list tr td, td.details table.list tr td {
	border-bottom: 1px solid #999;
	padding: 2px 20px 2px 2px;
}
table.list tr {
	background-color: #FFC;
}
table.list tr.odd {
	background-color: #CCC;
}
table.gnav tr td {
	background-color: #FFC;
	border: 1px solid #000;
	padding: 2px 10px;
	font-weight: bold;
}
table.gnav tr td a {
	color: #009;
	text-decoration: none;
}
table.gnav tr td a:hover {
	color: #900;
	text-decoration: underline;
}
table.webparts tr th {
	background-color: #009;
	padding: 5px;
	color: #FFF;
	font-size: 130%;
	border: 1px solid #009;
}

td.details div table tr td, td.details div table tr td.detailheader
{
	border-style: none;
}
td.detailheader
{
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	border-style: none;
	padding: 3px 10px 3px 0px;
}
td.details div table 
{
	border-style: none;
}
td.details div table tr td.detailitem 
{
	width: 100%;
	padding: 3px 10px 3px 0px;
}
td.details
{
	border: 2px solid #009;
	padding: 10px;
	background-color:#EEE;
}
.alert {
	color: #C00;
	font-weight: bold;
}