
body{
	color:#222;
	font-family: "Verdana", sans-serif;
	font-size:13px;
}

*{
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", "Times New Roman", serif;
}

h1{
	text-align:center;
	color:#576;
	padding:10px;
}

p {
	margin-bottom:1em;
}

h2{
  color: #576;
}

h3 {
	font-size: 110%;
	color: #465;
	padding-bottom:2px;
}

.header{
	background:#dee;
	border-top: 1px solid #abb;
	padding-left:8px;
	padding-top:2px;
	margin-top:15px;
	margin-bottom:10px;
/*	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
*/
}

.header-old{
  /* drop shadows don't work unless you have rounded corners*/
  background: #ddf;
  border-right:2px solid #ccd;
  border-bottom:2px solid #ccd;
  *border-right:0px;
  *border-bottom:0px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
}

div.note {
  background: #eef;
  padding-left:10px;
  padding-top:10px;
  padding-bottom:5px;
  margin-top:10px;
}

p.warning {
  background: url(warning.png) no-repeat fixed top;
}

ul .date{
	color:#888;
	font-size:10px;
}

a{
  text-decoration: none;
}

a:link {
    color: #33f;
}
a:visited {
    color: #84d;
}

a:hover {
  color:#f0f;
}

div.outercontainer{
	margin-top:10px;
	text-align:center;
}

div.innercontainer{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:950px;
	line-height:150%;
}

div.leftcolumn{
	width:450px;
	float:left;
}

div.rightcolumn{
	width:450px;
	float:right;
}

div.indent{
	margin-left:2em;
}

ul{
	margin-left:2em;
	padding-left:0;
	color:#888;
	list-style-type:disc;
}

li .li{
	color:#222;
}
