html
{
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-face-color: #eeeeee;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #999999;
}
body
{
	font-family: verdana;
	font-size: 10pt;
	background: url('bg.gif') #000000 center repeat-y; 
	margin: 0px 0px 0px 0px;
}
p
{
	padding: 0px 4px 0px 0px;
}
tr
{
	vertical-align: top;
}
img
{
	border: none;
}
li
{
	margin-bottom: 10px;
}

/* Layout */
.layoutcenter
{
	margin-left: auto; 
	margin-right: auto;
	width: 760px;
}
.layoutheader
{
	background: url('bgtop3.gif') #000000 no-repeat center; 
	height:115px;
}
.layoutnav
{
	background: url('navbar.gif') #800000 center repeat-x; height: 27px; padding: 3px 0px 3px 0px;
}
.layoutcontent
{
	background: url('bgmid.gif') #ffffff left repeat-y;
	width: 760px; 
	text-align: left; 
	padding: 30px 0px 30px 0px; 
}
.layoutcontentgrey
{
	background: none #d5d5d5;
	width: 760px; 
	text-align: left; 
	padding: 10px 0px 10px 0px; 
}
.layoutbreak
{
	background-image: none;
	height: 22px;
}
.layoutfooter
{
	background: url('navbar2.gif') #800000 center repeat-x; height: 27px; padding: 3px 0px 3px 0px;
	line-height:28px;
	padding-left: 8px;
}

/* Links */
.navtext
{
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    height:27px;
    line-height:28px;
    padding: 0px 12px 0px 12px;
    letter-spacing: 1px;
}
.navlink
{
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    height:27px;
    line-height:28px;
    padding: 0px 12px 0px 12px;
}
.navlink:hover
{
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
    padding: 0px 12px 0px 12px;
}

.navlinkbottom
{
	font-weight: normal;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    padding: 0px 12px 0px 12px;
}
.navlinkbottom:hover
{
	font-weight: normal;
    font-size: 13px;
    color: #800000;
    text-decoration: underline;
    padding: 0px 12px 0px 12px;
}

/* Right Side Mouse Overs */
.btnlink
{
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	text-align: right;
	cursor: hand;
	position: relative;
	color:#000000;
	font-size:11px;
	font-weight: bold;
	background: none #ffffff;
}
.btnlink:hover
{
	color: #ff0000;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	text-align: right;
	font-weight: bold;
	cursor: hand;
	position: relative;
	font-size: 11px;
	background: url(navbg2.gif) #b22222 no-repeat left center;
}
.btnlink a
{
    color:#000000;
}
.btnlink:hover a
{
    color:#ffffff;
}


/* Content */
.sectioncaption
{
	background: url( 'captionbullet.gif' ) #ffffff no-repeat left bottom;
	font-size: 13pt;
	font-weight: bold;
	padding-left: 9px;
	padding-bottom: 4px;
	padding-top: 0px;
	height: 16px;
	color: #800000;
	font-family: tahoma;
	letter-spacing: 1px;
	margin-bottom: 4px;
}
.section
{
	padding-right: 20px;
	padding-left: 10px;
	margin-bottom: 30px;
}
.qsection
{
	padding-right: 20px;
	padding-left: 10px;
	margin-bottom: 30px;
	border-right: #b22222 1px dotted;
	border-top: #b22222 1px dotted;
	padding-bottom: 8px;
	margin-left: 0px;
	border-left: #b22222 1px dotted;
	margin-right: 15px;
	padding-top: 8px;
	border-bottom: #b22222 1px dotted;
}
.pad
{
	padding: 0px 20px 0px 15px;
}
.imgleft
{
	clear: none;
	display: inline;
	float: left;
	margin: 0px 22px 12px 0px;
	position: relative;
	left: -10px;
}
.imgright
{
	clear: none;
	display: inline;
	float: right;
	margin: 0px 0px 12px 22px;
	position: relative;
	left: 10px;
}
.scrolling
{
	overflow: scroll;
	width: 98%;

	background-color: #ffffe0;
	padding: 6px 6px 6px 6px;
}
.lineitem
{
	padding-right: 4px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.lineitem:hover
{
	padding-right: 4px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #ffdab9;
}