/*This current style is set up for use with a vertical menu system. */
body {
	border:0;
	margin:0;
	padding:0;
	font-family:"Verdana",verdana, sans-serif;
	font-size:small;
	background:#fff;
	width:100%;
	height:100%;
	text-align:center;
}

#header {
	position:relative;
	width:920px;
	height:200px;
	margin:0 auto;
	background: url(/images/headerbtb2.jpg) center top repeat-x;
}
#content {
	position:relative;
	margin:0 auto;
	width:896px;
	border:solid 4px #ccccff;
}
.contentholder {
	padding:0 24px;
	text-align:left;
	padding-top:12px;
	font-size:12pt;
	line-height:1.5em;
}
.contentholder p {
	margin:0;
	margin-bottom:1em;
}
#bottomshadow {
	position:relative;
	margin:0 auto;
	height:30px;
	background: url(/images/shadowbottom.jpg) no-repeat center top;
}
#small_shadow {
	position:relative;
	margin:0 auto;
	height:20px;
	background: url(/images/shadowbottom_small.jpg) no-repeat center top;
}
#footer {
	position:relative;
	margin:0 auto;
	width:900px;
	text-align:right;
	margin-bottom:24px;
	font-size:x-small;
}
#cright {
	margin:12px 0;
}
.menulist, .menulist ul {
	width:200px;
}
.menulist ul {
	left:200px;
}
.menulist li {
	background: #777;
	font-weight:bold;
}
.menulist a {
/*	color:#ccccff; */
    color:#ffffff;
    text-align:left;
    padding-left:12px;
}
.menulist a:hover {
        background-color:#0001CF;
}
.menulist a.highlighted:hover {
	background-color:#0001CF;   
}
.menulist a:focus {
/*	background-color:#ff9933;*/
    background-color:#000000;
}
.tmenu {
	margin:20px 4px;
	font-size:x-small;
}
.current-page {
	background: #666 url(/images/arrow.gif) no-repeat center left;
	padding-left:24px;
}
#sitemenu .current-page {
	background: #666 url(/images/arrow.gif) no-repeat center left;
	padding-left:24px;
}
.scpager {
	font-size: x-small;
	color: #999;
	font-weight:bold;
	margin-bottom:8px;
}
.scproduct {
	margin-bottom:12px;
}
.scproduct td {
	font-family:verdana,sans-serif;
	color:#666;
}
#systemholder{
	border-color: #669999;
}
#systemholder legend {
	color:#ff9933;
}
#systemholder a {
	color:#669999;
	font-weight:bold;
	font-size:.9em;
}
.blog_utils{
	border-color: #669999;
}
.blog_display {
	border-color: #669999;
}
.include_header_title {
	color:#ff9933;
}
.floathead {
	color:#ff9933;
}
.pah1 {
	font-size:x-large;
	color:#669999;
}
.oesholder {
	border-color: #669999;
}
.oesholder legend {
	color:#ff9933;
}
.oesholder a {
	color:#669999;
	font-weight:bold;
	font-size:.9em;
}
.faqholder {
	border-color: #669999;
}
.faqholder legend {
	color:#ff9933;
}
.faqholder a {
	color:#669999;
	font-weight:bold;
	font-size:.9em;
}
.formholder fieldset {
	border:8px solid #ccc;
	padding:24px;
}
.formholder legend {
	color:#ff0000;
	font-weight:bold;
	font-size:large;
	padding:12px;
}
.formholder a {
	color:#669999;
	font-weight:bold;
	font-size:.9em;
}
.formholder label {
	display:block;
	font-weight:bold;
	margin-top:12px;
}
.gbholder {
	border-color: #669999;
}
.gbholder legend {
	color:#ff9933;
}
.gbholder a {
	color:#669999;
	font-weight:bold;
	font-size:.9em;
}