/* CSS Document
 * author Joshua Dimbylow
 * www.digithink.co.uk
 */
body,td,th {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	color: #000000;
}
body {
	background-color:#CCCCCC;
}

h1 {
	font-size: 28px;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	color: #fff;

	padding: 5px;
}
h3 {
	font-size: 16px;
	color: #640000;
	text-decoration:underline;
}
h4 {
	font-size: 18px;
	color: #640000;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #9900FF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a.link_td {
	/*background-color: #FFCC00;*/
	color: #640000;
	/*display: block;*/
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
a.link_td_Donate {
	/*background-color: #FFCC00;*/
	color: #990099;
	/*display: block;*/
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
/*a.link_td:hover {
	background-color: #FF7B11;
	color: #FFF;
}*/

.right_edge {
	background-image: url(../assets/edging_right.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.left_edge {
	background-image: url(../assets/edging_left.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.bottom_edge {
	background-image: url(../assets/edging_bottom.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
}
.bottom_left_edge {
	background-image: url(../assets/edging_bottom_left.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.bottom_right_edge {
	background-image: url(../assets/edging_bottom_right.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}.top_edge {
	background-image: url(../assets/edging_top.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
}
.top_left_edge {
	background-image: url(../assets/edging_top_left.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.top_right_edge {
	background-image: url(../assets/edging_top_right.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.floatLeft{float: left; margin-right: 1em;}
.floatRight{float: right; margin-left: 1em;}
.nav_decor {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #640000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #640000;
}
.navCell_decor {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #640000;
}
.floatLeft{float: left; margin-right: 1em;}
.floatRight{float: right; margin-left: 1em;}

.column_left_border {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #640000;
}
.donation {color: #9900AF}
.donate_navText {color: #FF33FF}.xmas_theme {
	background-attachment: scroll;
	background-image: url(../assets/xmas.png);
	background-repeat: no-repeat;
	background-position: left top;
}
