/* 
This file is released to the public domain.

colors trunk: #778C7A, #BFBD9F
http://www.degraeve.com/color-palette/index.php?q=http://kmels.net/me.png,211F1B625B5148423ACFCBC58B8074,29251B7B68505A4B36FFF9EAAE9375
*/

body {
  color: #1B1D26;
  background-color: #F1F2D8;
  margin: 0px 20px 0px 20px;
}

a,a.visited {
    text-decoration: none;
    font-weight:bold;
}

:link {
    text-decoration: none;
    color: #425955;
}

:visited {
    text-decoration: none;    
    color: #425955;
}

a:hover{
    text-decoration: underline;
}

:active {
    color: #425955;
}

/* urgent action items*/
.column1 {
   width: 31%;
   float: left;
}


/* long term action items */
.column2 {
  width: 31%;
  float: left;
  border-left: solid 1px;
  border-right: solid 1px;
  margin: 0px 10px 0px 10px;
  padding: 0px 10px 0px 10px;
}

/* misc */
.column3 {
  width: 31%;
  float: left;
}

/* rest */
.rest {
  width: 100%;
  float: left;
}

div.c3 {
	margin-left: 2em
}

div.c2 {
	text-align: center
}

h3.c1 {
	text-align: center
}

.titlelink {
	color: #000000
}

.fullwide {
	width: 900px;
}
