/* Body * - background image and scroll bars etc */

BODY {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	SCROLLBAR-FACE-COLOR: #900A00;
	SCROLLBAR-HIGHLIGHT-COLOR: #D4D0C8;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR:  #D6D6D6;
	SCROLLBAR-TRACK-COLOR: #E3E3E3;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	
	}

td,tr,p {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

h2 {
	color: #9b0000; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px; font-weight: bold; padding: 10px;
	}
h3 {
	color: #9b0000; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; font-weight: bold;
	}
h4 {
	color: #cc9933; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
	}

h5 {
	color: #663333; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}

h6 {
	color: #9b0000; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight: bold;
	}

/* Links */
a:link, a:visited {
	font-size: 14px; color: #808080; text-decoration: underline; /*font-weight: bold;*/
	font-family:  Arial, Helvetica, sans-serif;
	}

a:hover {
	color: #9b0000;	text-decoration: underline; /*font-weight: bold;*/
	}

/* For content item titles that are hyperlink instead of Read On */


/* Horizontal Line */
hr {
	background: #C0C0C0; height:2px; border: 1px inset;
	}

hr.separator {
	background: #C0C0C0;
	height: 1px;
	width: 75px;
	border: 0px;
}

/* --Default Class Settings-- */


/* Content - Sections & Categories */
	
.small {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
	}

.smalldark {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #333333;
        text-decoration: none;
        font-weight: normal;
        }

ul {
	margin: 20px 2px 2px 2px;
	}

li {
	list-style:inside url(../images/arrow.png);
	list-style-image:url(../images/arrow.png);
	}

.page3text {
	font-size: 13px;
    color : #cccccc;
    font-weight : bold;
    }
a.page3text:link, a.page3text:visitsted {
	font-size: 13px;
    color : #ffffff;
    font-weight : bold;
    }
a.page3text:hover{
	font-size: 13px;
    color : yellow;
    font-weight : bold;
    }
