#banner {
	background-color: #CCCCCC;
	padding:10px;
}

#links {
	float:left;
	background-color: #CCCCCC;
	padding:10px;
	width:100px;
}
#content {
	position:absolute;
	margin-right:20px;
	margin-left:125px;
	margin-bottom:20px;
}

#thisyear {
	background-color: #DDDDDD;
}

body, td, p  {
	background-color: #fcfcfc;
	font-family: arial,helvetica,sans-serif;
	font-family: arial,helvetica,sans-serif;
}

th {
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-align: left;
}

em {
	font-weight: bold;
	font-style: italic;
}

.newsdate {
	font-style: italic;
	color: #6666cc;
	font-size:small;
}

#sidebar {
	font-family: arial,helvetica,sans-serif;
	#background-color: #f0f0dd;
	font-size: small;
}

.sidebarheader {
	font-family: arial,helvetica,sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000066;
}

pre,code {
	font-family: "andale mono", "monotype.com", "courier new", monospace;
}

h1 {
	font-family: arial,helvetica,sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}

.txth1 {
	font-family: arial,helvetica,sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000066;
}

h2 {
	font-family: arial,helvetica,sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}

.txth2 {
	font-family: arial,helvetica,sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}

.txth3 {
	font-family: arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000066;
}

small {
	font-family: arial,helvetica,sans-serif;
	font-size: 75%;
}

a.small {
	font-family: arial,helvetica,sans-serif;
	font-size: 75%;
	text-decoration: none;
    color: #000066
}

input {
	font-family: arial,helvetica,sans-serif;
}

textarea {
    font-family: arial, helvetica, sans-serif; 
    width: 100%; 
}

.darkbg {
	background-color: #666666;
}

.lightbg {
	background-color: #CCCCCC;
}

p.click {
	font-family: arial,helvetica,sans-serif;
	font-style: italic;
	font-size:small;
}

p.copyright {
	font-family: arial,helvetica,sans-serif;
	font-style: italic;
	font-size:small;
}

.currentpage {
	color:#999999;
}

.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}



