/* CSS Document */


body {
	background-color: #a23b1c; /*#6b1000;*/
	background-image: url(images/psychtile1.png);
	background-position: top left;
	margin: 0;
	padding: 0;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
}
body,td,th {
	color: #FFFFFF;
}
#header {
     background-image:url(images/topstrip.png);
	 background-position: top left;
	 background-repeat: repeat-x;
}
#sitenav {
    background-color: #eb8600;
}
#sitenav ul {
	list-style: none;
	list-style-type: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	font-size: small;
}
#sitenav li {
    display: inline;
}
#sitenav li a {
    text-decoration: none;
	padding: 0.4em 2em;
	color: #000000;
	background-color:#fcb700;
	border-right: 1px solid #ef8600;
}
#sitenav li a:link {
    color: #000000;
}
#sitenav li a:visited {
    color: #333333;
}
#sitenav li a:hover, #sitenav li a:focus, #sitenav li a:active {
    /*text-decoration: underline;*/
	color: #ffffff;
	background-color: #a23b1c;
}
#sitenav li a#thispage {
	background-color:#ef8600;
}
#sitenav li a:hover#thispage,
#sitenav li a:focus#thispage,
#sitenav li a:active#thispage {
    /*text-decoration: underline;*/
	color: #ffffff;
	background-color: #a23b1c;
}

/* #title h2 {
    margin: 0;
	padding: 0;
    background-color: #a23b1c;
} */
#content {
    margin: 0.2em;
    margin-left: 1em;
	padding: 0.1em 0.3em;
	background-color:#ef8600;
	color: #000000;
}
#content h3 {
    color: #a23b1c;
	margin: 0 auto;
	border-bottom: thin solid #fcb700;
	font-size: 120%;
	font-weight:bolder;
}
#content p {
    margin-top: 0;
}
#content table td {
    color: #000000;
}
#content table th {
    color: #000000;
	background-color: #fcb700;
}
#content ul {
    list-style-type: square;
}
#content ul ul {
    list-style-type: none;
}
ul.salespitch li {
    background-color:  #fcb700;
    border-bottom:  #ef8600 solid 1px;
}
ul.salespitch li ul li {
    border-bottom: none;
}
#footer {
    font-size: small;
    background-color: #a23b1c;
}
#footer p {
}
#footer a:link {
	color: #fcb700;
	text-decoration: none;
}
#footer a:hover {
	color: #fcb700;
	text-decoration: underline;
}
#footer a:visited {
	color: #fcb700;
}
a img {
    border: none;
}

.smaller {
    font-size: smaller;
}

.nextpage {
    font-size: smaller;
	text-align: right;
}
@media screen {
    #rap {
	    width: 800px;
		margin-left: 10px;
	}
/*	#title h2 span.text {
	    display: none;
	}
*/
    #content a {
	    color: #000000;
	    background-color: #fcb700;
    }
    #content a:visited {
	    color: #333333;
	    background-color:#ef8600;
    }
    #content a:hover, #sitenav li a:focus, #sitenav li a:active {
	    color: #ffffff;
	    background-color:#a23b1c;
    }
}
@media print {
    #sitenav {
	    display: none;
    }
/*	#title h2 {
	    color: #a23b1c;
	}
	#title h2 img {
	    display: none;
	}
	#title h2 span.text {
	    display: block;
	}
*/
	#footer {
	    border-top: thin solid #a23b1c;
	}
	#footer a:link, #footer a:visited {
	    color: #000000;
    }
	#nextpage {
	    display: none;
	}
}
