/* sitewide */	

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change 		
	this.*/
	line-height: 1.7em;
	color: #000000;
	background-color: #bbd7f4;
	}

#scheduledMaintenance
{color:black; font:12px Verdana, Arial, Helvetica, sans-serif; text-align:center;}

/* navigational menu */	

#navbar a {
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1em;
	font-weight: bold;
	color: #ffffff;
	}
	
#navbar a:hover {
	color: #ffff33;
	}

/* content links */	

#welcome {
font-size: 1.5em;
font-weight: normal;
color: #1569AC;	
}

a {
	font-weight: normal;
	color: #1569AC;
	}


a:visited {
font-weight: normal;
	color: #1569AC;
	}

a:hover {
	font-weight: bold;
	}
	
/* headers */	

h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0.5em;
	color: #1569ac;
	}
h2 {
	font-size: 1.5em;
	margin-top: 2.0em;
	font-weight: normal;
	color: #1569ac;	
	}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #1569ac;	
	}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #1569ac;		
	}
h5 {
	font-size: 1.0em;
	margin-top: 1.6em;
	font-weight: normal;
	color: #1569ac;		
	}
h6 {
	font-size: 0.8em;
	font-weight: normal;
	color: #1569ac;		
	}
	
img {
	border: 0;
	}
	
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	margin-left: 1.0em;
	padding-right: 0.3em;
	}
p{
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	}

pre {
	font-family: monospace;
	font-size: 1.0em;
	}
	
strong, b.blue {
	font-weight: bold;
	color: #1569ac;	
	}
	
.q{
	font-weight: bold;
	color: #1569ac;	
	}

	
.hide {
	display: none;
	}
#content {
	background-color: #ffffff;
	margin: 0em ;
	padding: 1.0em 1.0em 1.0em 1.0em;/* padding for the big space instead of margin because of a really zarking bizarre ie5pc bug where it related the width of menu to this unrelated div. i'll, uh, write that up somewhere. it was weird to source. */
	}
	
#newsbox {
	margin-left: 1.0em;
	margin-bottom:  2.0em;
	margin-top: 1.0em;
	padding: 0em;
	}
	
#footer {
	color: #fff;
	line-height: 1.5em;
	background-color: #1569ac;
	text-align: left; 
	}

.backtotop {
	text-align: right;
	}
.subjectline
{	color: #cccccc;
	font-weight:bold;}

td.normal{
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	}

.casecategory{
text-align:left;
font-size: 1.4em;
font-weight: normal;
color: #000000;
margin-bottom: 0.1em;
margin-top: 2.0em;	
background-color:#DAEAFA;

	}

.casecategoryth{
background-color: #1569AC;
text-align: left;
color: #ffffff;
}

legend{
font-weight: bold;}

.blackborder  { border:  1px solid black;}