/* Body * - background image and scroll bars etc */

BODY {
	margin: 0px 0px 0px 0px;
	/*
	background-attachment: fixed;*/
	background-color: #cccccc;
	background-image:url(../im/bg.jpg);
	/* 
	background-position: 0px 0px;
	background-repeat: repeat;
	*/

	color : #000000;
	scrollbar-3dlight-color: White;
	scrollbar-base-color: #808080;
	scrollbar-darkshadow-color: White;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: 808080;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #808080;
	scrollbar-arrow-color: BLACK;
	}

td,tr,p {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}
h3 {
	color: #9b0000; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; font-weight: bold;
	}
h4 {
	color: #9b0000; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
	}

h5 {
	color: #9b0000; 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: #0000ff; text-decoration: underline; font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	}

a:hover {
	color: #ff0000;	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 */
.contentpane {
	background-color : #FFFFFF;
	}

.contentpaneopen {
	border : 0px ridge #DCDCDC;
	}
.FAQquestion {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 	color: #0066FF;
	text-align:left;
	}

.contentheading {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
 	color: #333333;
	text-align:left;
	}

.contentpagetitle {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
 	color: #333333;
	text-align:left;
	}

table.contenttoc {
        color: #333300;
		background-color: #e0e0e0;
        }

table.contenttoc td {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: normal;
        text-align:left;
}

a.toclink:hover, a.toclink:visited, a.toclink:link {
	font-size: 12px;
	}

.contentdescription {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-align: left;
	}

a.readon:link, a.readon:visited {
	color: #FF8311; text-decoration: none; font-weight: normal;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

a.readon:hover {
	color: #0077AA;	text-decoration: underline;
	}

/** category text format and links **/
.category {
	color: #999999; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; font-weight: bold; text-decoration: none;
	}

a.category:link, a.category:visited {
	color: #999999; font-weight: bold;
	}

a.category:hover {
	color: #FF9900;
	}

.frontpageheader {
	font-size: 13px;
    color : #0077aa;
    font-weight : bold;
    }

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
	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: 2px 2px 2px 2px;
	}

li {
	list-style: inside url(../im/arrow.png) 13px;
	list-style-image: url(../im/arrow.png) 13px;
	}

.highlight {
    background: yellow;
    }
#copyright {
	color: #808080; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
	font-size: 10px; 
	font-weight: bold;
	text-align: center;
	padding: 10px
	}
	


/** navigation **/

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-size:10px;
}

#navcontainer a
{
display: block;
color: #FFF;
background-color: #036;
width: 9em;
padding: 2px 12px 2px 8px;
text-decoration: none;
border-bottom: 0px solid #fff;
font-weight: bold;
}

#navcontainer a:hover
{
background-color: #369;
color: #FFF;
}

#navcontainer li li a
{
display: block;
color: #FFF;
background-color: #69C;
width: 9em;
padding: 3px 3px 3px 17px;
text-decoration: none;
border-bottom: 0px solid #fff;
font-weight: normal;
}

.setdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	}