body {
	margin: 0px;
	background-color: #9E1116;
	font-family: Verdana, "Sans Serif";
	font-size: 15px;
}

a, a:visited, a:active {
	color: #c9181f;
	font-weight: bold;
}
a:hover {
	color: #000000;	
}


hr {
	border: 1px solid #777210; // #ca151c;
}






img.bordered {
	border: 1px solid black;
}

td.line-bottom {
	border-bottom: 1px solid;
	color: #fff;
}








table.big-yellow, td.big-yellow {
	background-color: #FFED00;
}

td.big-yellow-news {
	background-color: #FFED00;	
}

td.big-yellow-news img {
	border: 1px solid black;
}








.checkerboard-top {
	background: url(template-gfx/topper-repeat.jpg) repeat-x;
	height: 251px;
}

.checkerboard-bottom {
	background: #E31921 url(template-gfx/footer-repeat.jpg) repeat-x;
	height:  137px;
	background-color: #C5161C;
}




td.cityscape-box {
	 width: 545px;
	 height: 251px;
	 background-image: url(template-gfx/topper-top.jpg);
	 background-position: 0 42px;
	 background-repeat:  no-repeat;
	 vertical-align: bottom;
}

td.logo-box {
	 width: 331px;
	 height: 251px;
	 background-image: url(template-gfx/topper-logo.jpg);
	 background-position: 0 42px;
	 background-repeat:  no-repeat;
}




td.footer {
	height: 145px;
	text-align: center;
	color: white;
	font-size: 11px;
	font-family: Verdana, Sans Serif;
}

.footer-shadow {
	background: #9e1017 url(template-gfx/footer-top-repeat.jpg) repeat-x;
	height: 36px;
}

td.subfooter {
	height: 237px;
	background: #9e1117 url(template-gfx/footer-bottom.jpg) repeat-x;
}






.sidebar {
	width: 200px;
	font-size: 12px;
	vertical-align: top;
	padding-top: 30px;
	padding-left: 15px;
	color: #000;
}
.sidebar li {
	margin-left: -15px;
}







table.blackbox {
	border: 4px outset #df171e;
	background-color: #a50e13;
	width: 230px;
	background: url(template-gfx/checkers-red.jpg);
	color: #fff;
	text-shadow: #000 0px 0px 3px;
}

table.blackbox a {
	color: #fff;
}
table.blackbox a:hover {
	color: #fbed28;
	text-shadow: #000 0px 0px 3px;
}

table.blackbox hr {
	border-color: #790709;
}





.dogear {
	background: url(template-gfx/corner-shadow.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}

.dogearstop {
	background: url(template-gfx/shadow-top.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}

.dogear-padding-top {
	padding-left: 50px;
	padding-top:  45px;
	vertical-align: top;
}

.dogear-padding {
	padding-left: 60px;
	padding-top: 10px;
	vertical-align: top;
	padding-bottom: 25px;
	width: 566px;
}

.dogear-padding-min {
	padding-left: 40px;
	padding-top: 10px;
	vertical-align: top;
	padding-bottom: 25px;
}

.dogear-title {
	font-size: 26px;
	font-weight: bold;
}






a.author-link {
	font-weight: normal;
	color: white;
	text-decoration: none;
}
a.author-link:hover {
	text-decoration: underline;
}

a.nav-menu-link {
	color: white;
	font-size: 11px;
	text-decoration: none;
}
a.nav-menu-link:hover {
	text-decoration: underline;
}

a.mini-nav {
	color: #f8d9c1;
	font-size: 11px;
	text-decoration: none;
}

a.mini-nav-title {
	color: #f8d9c1;
	font-size: 11px;
	text-decoration: none;
}
a.mini-nav:hover, a.mini-nav-title:hover {
	text-decoration: underline;
}







.big {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.bigger {
	font-size: 17px;
	text-decoration: underline;
}

.small-text {
	font-size: 13px;
}
.slightly-smaller {
	font-size: 13px;
}



.red {
	color: #d41a21;
}




.no-underline {
	text-decoration: none;
}