/*
    H T M L   E N T I T I E S
*/
body {
  padding: 0;
  margin: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #46423f;
  background: #ebdfd3 url(/common/images/interface/subPageBackground.gif) repeat-y 1px 0px;
}

table {
	font-size: 11px;
}

a:link {
    color: #357d06;
}
a:visited {
    color: #225600;
}
a:hover {
    color: #4eb508;
}

a.anchor:hover {
	color:#46423f;
}

img {
    border: 0px solid white;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

h3 {
	font-size: 13px;
}

br.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

/*
    C L A S S E S
*/
a.news-head {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}
a.news-head:hover {
		font-weight: normal;
    text-decoration: underline;
}
a.news-subhead {
    color: #372202;
    text-decoration: none;
    font-weight: bold;
}
a.news-subhead:hover {
    text-decoration: underline;
}
a.subnav {
    font-weight: bold;
}
a.admin-links {
    color: #787470;
    text-decoration: none;
}
a.admin-links:hover {
    color: #4eb508;
    text-decoration: underline;
}
/* tyler added */
a.category {
	font-weight: bold;
}

a.subcategory {
	font-size: 10px;
}

.table_seperator_td {
	border-bottom: 1px solid #968E87;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	line-height: 4px;
}

.table_seperator_div {
	margin: 0px;
	padding: 0px;
}

/* form classes */

.text {
	border: 1px solid black;
	width: 175px;
	padding-left: 2px;
	padding-right: 2px;
}

.error {
	color: red;
}

/* sitemap */
.sitemap_large {
	font-size: 12px;
	font-weight: bold;
}

/* content styles */
div.credits {
	margin-top: 40px;
	margin-bottom: 15px;
	color: #787470;
	font-size: 10px;
	text-align: right;
}
/* content styles */