﻿body
{
	background-image: url(Images/BackgroundImages/homepage_background.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	position: fixed;
	font-family: Verdana;
	font-size: small;
}
#divHeader
{
    display: none;
}
.panelHeader
{
	width: 100%;
	height: 100%;
	vertical-align: top;
	text-align: left;
}
#divPrintHeader
{
    text-align: left;
    width: 95%;
    position: absolute;
    top: 10px;
    height: 50px;
    left: 10px;
}
#divMainTitle
{
    text-align: left;
    background-color: #cc9933;
    vertical-align: top;
    width: 95%;
    position: absolute;
    top: 80px;
    height: 50px;
    left: 10px;
}
.panelMainTitle
{
    text-align: left;
    width: 100%;
    height: 100%;
}
.smpSiteMain
{
	text-decoration: none;
	color: white;
}
.smpPathSeparator
{
	color: white;
}
.smpCurrentNode
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}
.smpNode
{
	text-decoration: none;
	color: white;
	font-weight: normal;
}
.smpRootNode
{
	text-decoration: none;
	color: white;
	font-weight: normal;
}
#divMainContent
{
	text-align: left;
	background-color: #ffffff;
	position: absolute;
	width: 700px;
	height: 85%;
	top: 130px;
	left: 10px;
	scrollbar-base-color: white;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	scrollbar-shadow-color: white;
	scrollbar-lightshadow-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.panelMainContent
{
	padding-right: 10px;
	padding-left: 10px;
	color: black;
	width: 100%;
	font-size: small;
	padding-top: 0px;
}
#divLeftColumn
{
    background-color: #cc9933;
    vertical-align: top;
    width: 95%;
    position: absolute;
    top: 20px;
    height: 50px;
    left: 10px;
}
.panelLeftColumn
{
    text-align: left;
}
.hyperlinkControl
{
    display: none;
}
.panelChildContent
{
    padding-right: 10px;
    padding-left: 10px;
    color: black;
    width: 95%;
    height: 100%;
    font-size: small;
    padding-top: 15px;
}
.hyperlinkChildContent
{
	color: #cc9933;
	font-weight: bold;
}
span
{
	color: #cc9933;
	font-size: small;
	font-weight: bold;
}
img.floatLeft
{
	float: left;
	margin: 5px 15px 15px 5px;
}
.buttonPrevious
{
}
li
{
	list-style-image: url(Images/Bullets/goldbullet.gif);
}
#divPrintHeader
{
}
.imageHome
{
}
