/*CSS typography from here http://www.alistapart.com/d/settingtypeontheweb/example.html */

  * { 
    margin: 0; 
    padding: 0;
  }
  body {
		background-color: #1C1811;
		background-position: left top;
		background-repeat: repeat-x;
		color:#000; 
		font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
		font-size: 11px;
		text-align:left;
		line-height: 16px;
		}

  }
  
  	body, div, span, ul, li, h1, h2, h3, h4, h5, address, p, td, blockquote, dl, dt, dd, input, br {
		padding: 0;
		margin: 0;
	}

  p,
  ul,
  ol { 
    margin-bottom: 18px; 
  }

  ul {
    list-style-type: none;
    margin-left: 2em;
  }
  h1 { 
font-family: 	"Helvetica Neue", HelveticaNeue, Helvetica, Arial; 

    color: #9ed652;
    font-size: 28px; 
    line-height: 36px;
    margin-bottom: 18px; 
  }

  h2 { 
	font-family: 	"Helvetica Neue", HelveticaNeue, Helvetica, Arial; 
    font-size: 16px; 
    line-height: 18px; 
    margin-bottom: 18px;
  }
  h3 { 
font-family:Georgia, "Times New Roman", serif; letter-spacing: 1px;    font-size: 12px; 
    line-height: 18px; 
  }
  

  #page {
    text-align:left;
    background:#FFFFFF;
    background-color: #E6DFCA;

    padding: 10px 20px 5px 20px;
    width:640px;
    margin: 36px 36px 36px 120px;
    min-width: 40em;
    max-width: 60em;
    _width: 50em;
  }

#footer{width:400px;clear: both;}

a img {
border: none;
}
 
a {
color: #9B0000;
text-decoration: none;
}
 
a:active, a:hover {
border-left-style: none;
border-bottom-style: none;
border-right-style: none;
border-top-style: none;
border-bottom-width: 1px;
text-decoration: underline;
}
 
p,
ul,
ol { 
margin-bottom: 18px; 
}

/*body.default #header{
padding-top:400px;
background-image:url('/images/3.png');
background-position:bottom left; 
background-repeat: no-repeat;
color:white;
}

body.default #header a {color:white;}*/

body.articles 

#header{
color:#333333;
}

body.articles #header a {color:#333333;}

#header {text-align: center;}
#header h1{font-size: 3em;}
#header h2{font-size: 2em;}

p.topnotes {text-align:right;color:#202020;}
p.topnotes a {color:#333333;}

.col {
float:				left;
width:				290px;
padding:			0 10px 0 0px;
margin:				0 10px 0 00px;
}
.col-end {
float:				left;
width:				290px;
padding:			0 10px 0 0px;
margin-left:		10px;
}
.frontbox  {
	padding: 20px;
	margin: 15px;
	background-color: #f3ecda;
}

