/**
 * GON Page Styles for Template Style 1
 */

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #B22D0A;
}

.titlebox {
	padding: 6px;
}

.titleseparator {
	background-color: #000000;
}

.category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #593C16;
}

.categorybox {
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
}

.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #54401C;
	font-weight:bold;
}

.dateline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #54401C;
}

.emailprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #976121;
}
.emailprint a:link { color: #976121; text-decoration: underline; }
.emailprint a:visited { color: #976121; text-decoration: underline; }
.emailprint a:hover { color: #976121; text-decoration: none; }

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #593C16;
}

.sectionheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #593C16;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #54401C;
}
.text a:link { color: #976121; text-decoration: underline; }
.text a:visited { color: #976121; text-decoration: underline; }
.text a:hover { color: #976121; text-decoration: none; }

.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #54401C;
}
.textsmall a:link { color: #976121; text-decoration: underline; }
.textsmall a:visited { color: #976121; text-decoration: underline; }
.textsmall a:hover { color: #976121; text-decoration: none; }

.textmedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4A3422;
}
.textmedium a:link { color: #4A3422; text-decoration: none; }
.textmedium a:visited { color: #4A3422; text-decoration: none; }
.textmedium a:hover { color: #4A3422; text-decoration: underline; }

.textlarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #4A3422;
}
.textlarge a:link { color: #4A3422; text-decoration: none; }
.textlarge a:visited { color: #4A3422; text-decoration: none; }
.textlarge a:hover { color: #4A3422; text-decoration: underline; }

.linkalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #976121;
}
.linkalt a:link { color: #976121; text-decoration: underline; }
.linkalt a:visited { color: #976121; text-decoration: underline; }
.linkalt a:hover { color: #976121; text-decoration: none; }

.image {
	border: 1px solid #000000;
}

.imagealt {
	border: 1px solid #000000;
}

.imagethumb {
	border: 1px solid #000000;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #463620;
}

.tableheader {
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

.tableoddrow {
	vertical-align:top;
}

.tableevenrow {
	vertical-align:top;
	background-color: #EEEEEE; 
}

.blockheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	color: #FFFFFF;
	background-color: #82674C;
	border-top: 1px solid #D9D7CB;
}

.blockcontent {
	padding: 4px 6px 6px 4px;
	border-left: 1px solid #D9D7CB;
	border-right: 1px solid #D9D7CB;
	border-bottom: 1px solid #D9D7CB;
	border-top: 1px solid #D9D7CB;
	background-color: #F3F0DF;
}

.separator {}

.bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 11px;
}


