@import url(header.css);
@import url(footer.css);

html {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
} 

body {
  font-size: .8em;
  margin: 0;
  padding: 0;
}

h1, h1 a {
  font-size: 20pt;
  margin: .4em 0 .5em;
  color: #7C1300;
  text-decoration: none;
}
h1 a  { border-bottom: 1px solid #fff;}
h1 a:hover {
	color: #7C1300;
	border-bottom: 1px dotted #666;
}


/* #content h1, #content h1 a override the default H1 styling applied to 
  the top level header on pages (red verdana bold) */

#content h1, #content h1 a, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
  margin: .3em 0 .2em;
}

#content h1, #content h1 a {
	font-size: 16pt;
	color: black;
	margin: 0 0 .5em 0;
}

h2 {
  margin: 0 0 .2em;
  font-size: 15pt;
  font-weight: normal;
}
h3 {
  font-size: 14pt;
} 
h4 {
	font-size: 11pt;
  font-weight: bold;
}
h5 {
	font-size: 11pt;
  font-weight: normal;
}
h6 {}

p {
	margin: 0 0 1em;
}

ul, ol {
	margin: 0 0 1em;
	padding: 0 0 0 3em;
}

ul {
	list-style: square;
}

table.default {
  border-spacing: 0;
  font-size: 8.5pt;
  margin-bottom: 1em;
  border: 1px solid #6B7355;
  border-left: none;
  border-bottom: none;
}

table.default th {
  background-color: #46502B;
  font-weight: bold;
  color: #fff;
}

table.default thead th { 
  border-bottom: 4px solid #AD8533;
}

table.default td, table.default th {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #6B7355;
  border-left: 1px solid #6B7355;
	vertical-align: top;
}

table.default a {
	color: #960;
}


a { color: #003300;}
a:hover { color: #990000; }

.hidden {
	display: none;
	margin: 0;
	padding: 0;
}

#container { 
	position: relative;
}

#content {
  clear: both;
}

.details {
	font: normal 8.5pt Verdana, sans-serif;
	color: #666;
}


#content h1.green, #content h1.brown {
	color: #fff;
	font-size: 14pt;
	font-weight: normal;
}

#content .green {
	background: #46502b; /*new green*/
	color: white;
	padding: 5px;
	margin-bottom: 5px;
}

#content .brown {
	background: #996600;
	color: white;
	padding: 3px;
	margin-bottom: 5px;
}

#content .green a, #content .green a:visited {
	margin: 0;
	display:block;
	color: white;
	text-decoration:none;
}

#content .green a:hover {
	color: #46502b !important; /*new green*/
	background: white;
}

.newsbox {
  background-color:#B9DAE8; 
  padding: 1em 1em .1em 1em; 
  margin-top: -1em;
}

img.right {
	float: right;
	border-left: 17px solid #fff;
	margin-bottom: 17px;
}