
/*a:link     { color: #000000 }
a:visited  { color: #0000ff }
a:active   { color: red }
a:hover    { color: red }*/

a.navigationBarItem:link { color: #003366; /*#758aad;*/ text-decoration:none; font-size:smaller; font-weight:bold; white-space:nowrap; }
a.navigationBarItem:visited { color: #003366; text-decoration:none; font-size:smaller; font-weight: bold; white-space:nowrap; }
a.navigationBarItem:hover { color: #ffffff; background-color:#003366; /*#758aad;*/ text-decoration:none; font-size:smaller; font-weight:bold; white-space:nowrap; }
a.navigationBarItem:active { color: #003366; text-decoration:none; font-size:smaller; font-weight: bold; white-space:nowrap; }

a.article:link { color: #003366; font-family: monospace; text-decoration:none; font-weight: 300; }
a.article:visited { color: #003366; font-family: monospace; text-decoration:none; font-weight: 300; }
a.article:hover { color: #FF0000; font-family: monospace; text-decoration:none; font-weight: 300; }
a.article:active { color: #FF0000; font-family: monospace; text-decoration:none; font-weight: 300; }

/*body.mainBody { background-image:url(/images/gray_stripe.gif);}*/
body.mainBody {  background-color: #d7e3f9;}

td.header {
	color:#66FFFF;
	/*background-color:#666666;*/
	font-weight:bolder;
	font-family:monospace;
	text-align:left;
	white-space:nowrap;
	padding-top:1em;
	padding-left:1em;
	border-left:solid;
	border-left-color:#999999;
	/*height:60px;*/
}

td.banner {
	vertical-align:top;
    border:solid;
    border-color:#003366; /*#758aad;*/
}

td.navigation {
    vertical-align: top;
    width: 10%;
    white-space:nowrap;
    border:solid;
    border-color:#003366; /*#758aad;*/
    /*padding: 0.3em 0 0.1em 0.1em;*/
}

td.context {
    border:solid;
    /*border-left-color:#999999;*/
    border-color:#003366; /*#758aad;*/
    /*width:100%;*/
    vertical-align:top;
}

.links {
	vertical-align:top;
	text-align:center;
    border:solid;
    border-color:#003366; /*#758aad;*/
}


.error {
	color:red;
	background-color:#666666;
	font-size:large;
	font-weight:bold;
}

.gray {
	/*background-color:#666666;*/
    background-color:#758aad;
}

.Churchil {
    color:#ffffff;
    font-weight:bold;
    background-color:#003366;
}

.blue {
    background-color:#003366; /*#758aad;*/
}

.blueText {
    color:#003366;
}

th.tableHeader {
    color:white;
    background-color:#003366;
}

.footer {
    text-align: center;
    vertical-align: bottom;
    color:white;
    font-family:monospace;
    font-weight: bold;
}

.promo {
    text-align:center;
}

.noBreak {white-space:nowrap;}

