body {
	font-size: 0.90em;
	background-image: url('/img/grey-rising-sun.jpg');
	background-repeat: no-repeat;
	font-family: 'Droid Sans', arial, serif;
	font-size:13px;
}

.container {
	background-color:#FFFFFF;
	padding-top:20px;
	padding: 15px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
}

H2 {
	color: #999884;
}

H4 {
	color: #443022;
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-size:1.1em;
	font-family: 'Droid Sans', arial, serif;
	letter-spacing:-0.02em;
}

H1 {
	color: #736560;
}

.trodd {
	background-color: #ffffff;
}

.treven {
	background-color: #F1F8FA;
}

a {
	color: #807464;
	text-decoration: none;
	
}

.link {
	color: #7FA127;
	text-decoration: none;
	
}

dt {
	margin-bottom:0px;
}

dd {
	margin-bottom:0px;
}

.codebox {
	margin: 0px;
	border: 1px dashed #aaa8a8;
  padding: 0.5em 0 0.3em 0.5em;
	margin-left:20px;
	margin-right:10px;
}
code {
  font-family: 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Monaco, Courier, monospace;

  line-height: 1.4em;
  margin: 1em 0;
  font-size: 90%;
  color: #000;

}

p {
	margin:0px;
	padding:0px;
}

.sidebar {
	color:#454535;
}


.sidebar p {
	font-size: 12px;
}

#header {
	height: 100px;
}

a[id ^='externalurl'] { 
   padding-left: 18px;
   background: transparent url(/img/icons/url_icon.gif) no-repeat center left;
}

