@charset "utf-8";
/* CSS Document */
td img {display: block;}
.leftside {
	background-image: url(images/8.png);
	background-repeat: repeat-y;
}
.top {
	background-image: url(images/2.png);
	background-repeat: repeat-x;
}
.topmiddle {
	background-image: url(images/4.png);
	background-repeat: repeat-x;
}
.bottom {
	background-image: url(images/16.png);
	background-repeat: repeat-x;
}
.bottommiddle {
	background-image: url(images/18.jpg);
	background-repeat: repeat-x;
}
.leftmiddle {
	background-image: url(images/10.jpg);
	background-repeat: repeat-y;
}
body {
	background-image: url(images/bk.png);
}
p {
	font-size: 14px;
	font-weight: bold;
}
.picture {
	padding-top: 5px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
.tempheading {
	color: #4DA92D;
	font-weight: bold;
	font-size: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.midcategory {
	font-size: 18px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	line-height: 18px;
	display: block;
}

.midlink {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-indent: 10px;
	display: block;
}
.midlink:hover {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.rightmiddle {
	background-image: url(images/12.jpg);
	background-repeat: repeat-y;
}
.rightside {
	background-image: url(images/14.png);
	background-repeat: repeat-y;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
}
a.footer:link, a.footer:visited {
	/* this styling is for the MAIN items in the menu */
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-indent: 10px;
	white-space: pre;
	text-decoration: underline;
}

a.footer:hover {
	/* same as above, but when hovering */
	color: #FF6600;
	font-weight: bold;
	text-decoration:underline;
	text-align: left;
}
