/* COLORSCHEME /

Yellow 			#FFD676
Real dark blue	#014173
Dark blue 		#0568AA
Blue 			#0A76BE
Light Blue		#0F83D0
Extreme Lt Blue	#D6EEFD
Possible Purple	#DD8FFF
Valentine's theme - #FF57DD @ http://www.colorschemer.com/online.html
Orange pastel theme - #FFB399 @ above
Orange theme - #FF855C @ above (and reduce saturation)
/           */


/*UNIVERSAL STYLES - CONTENT: The Basics======== */

h1, h1.subtitle {
	text-align: center;
	margin-top: 0px;
	margin-bottom: .1em;
}
h3, h4, h4, h5, h2{
	text-align: left;
	margin-top: .5em;
	margin-bottom: .3em;
}
h1, h2, h2, h3, h4, h5 {
	color: #0A76BE;
}

#contentWrapper p, #contentWrapper li, #contentWrapper dd, #contentWrapper dt {
	line-height: 1.4em;
	margin-top: .2em; 
	margin-bottom: .2em;
}
#contentWrapper p {
	text-indent: 2em;
}
#contentWrapper ul, #contentWrapper ol {
	margin-top: .4em;
	margin-bottom: .4em;
}
#contentWrapper .colorfulFloatLeft p,
#contentWrapper .colorfulFloatRight p,
#contentWrapper .colorfulFloatLeft li,
#contentWrapper .colorfulFloatRight li,
#contentWrapper .colorfulFloatLeft ul,
#contentWrapper .colorfulFloatRight ul,
#contentWrapper .colorfulFloatLeft ol,
#contentWrapper .colorfulFloatRight ol
{
  margin-top: 0;
  margin-bottom: .25em;
  line-height: 1.15em;
}
#contentWrapper .colorfulFloatLeft ul,
#contentWrapper .colorfulFloatRight ul,
#contentWrapper .colorfulFloatLeft ol,
#contentWrapper .colorfulFloatRight ol
 {
	margin-left: 0em;
        padding-left: 1em;
}
dt {
 font-weight: bold;
}
p.centered {
  text-align: center;
  text-indent: 0px;
}
form {
  display: inline;
}
form input {
  display: inline;
}
dl {
  margin: 0px;
}
acronym, abbr { /*abbr doesn't work in IE*/
  cursor: help;
  border-bottom: 1px dotted #333;
}
/* code styling based on A List Apart's, www.ala.com */
.code, code	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	font-weight: normal;
	background-color: #e2e2e2;
	color: black;
	}
 /* "Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net"-ala */
* html code	{
	font-size : 105%; 
	}
.floatLeft, .colorfulFloatLeft {
 float: left; 
 clear: left; 
 margin-right: .5em; 
}
.floatRight, .colorfulFloatRight {
 float: right; 
 clear: right; 
 margin-left: .5em; 
}

.critical { /* error messages, warnings - red border */
  border: 1px solid rgb(255, 0, 0); 
  margin: 4px; 
  padding: 4px; 
  color: black; 
  background-color: rgb(255, 221, 221);
}

.important h3, h3.important { /* simply for attention - e.g. the Next Meeting head on the home page*/
  color: #cc0000;
}

table.data thead th, table.data thead td {
 color: white; 
 background-color: black;
}

