﻿body
{
	background-image: url(Images/BackgroundImages/masters/julia_blue.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 800px;
	position: fixed;
	font-family: Verdana;
	font-size: small;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
#divHeader
{
    text-align: center;
    vertical-align: top;
    width: 630px;
    position: absolute;
    top: 10px;
    height: 140px;
    left: 130px;
}
.panelHeader
{
	width: 100%;
	height: 100%;
	vertical-align: top;
	text-align: left;
}
.menu
{
	vertical-align: top;
	text-align: left;
}
.menuStatic
{
	font-weight: bold;
}
.menuItem
{
	width: 200px;
	margin-right: 10px;
}
.menuCurrentItemLevel0
{
	color: #66ccFF;
}
.menuItemLevel0
{
	color: black;
}
.menuItemLevel1
{
	color: #66ccFF;
}
.menuSelected
{
    color: #ffffff;
}
#divMainTitle
{
	text-align: left;
	vertical-align: top;
	width: 608px;
	position: absolute;
	top: 150px;
	height: 50px;
	left: 130px;
	border-left-color: #66ccFF;
	border-bottom-color: #66ccFF;
	border-top-style: none;
	border-top-color: #66ccFF;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #66ccFF;
	border-bottom-style: none;
}
.panelMainTitle
{
	text-align: left;
	width: 100%;
	height: 100%;
}
.smpSiteMain
{
	text-decoration: none;
	padding-left: 10px;
	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: 600px;
    top: 200px;
    left: 130px;
    height: 350px;
    border-left-color: #66ccFF;
    border-bottom-color: #66ccFF;
    border-top-style: none;
    border-top-color: #66ccFF;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #66ccFF;
    border-bottom-style: solid;
	scrollbar-base-color: #66ccFF;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black; 
	scrollbar-darkshadow-color: gray;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
}
#divLeftColumn
{
    text-align: left;
    width: 120px;
    position: absolute;
    top: 50px;
    height: 200px;
    left: 10px;
}
.panelLeftColumn
{
    text-align: left;
}
.hyperlinkControl
{
    color: white;
    text-decoration: none;
}
.panelChildContent
{
    padding-right: 10px;
    padding-left: 10px;
    color: black;
    width: 95%;
    height: 95%;
    font-size: small;
    padding-top: 15px;
}
.hyperlinkChildContent
{
	color: #66ccFF;
	font-weight: bold;
}
span
{
	color: #66ccFF;
	font-size: small;
	font-weight: bold;
}
img.floatLeft
{
    float: left;
    margin: 5px 15px 15px 5px;
    margin-right: 25px;
}
li
{
    list-style-image: url(Images/Bullets/bluebullet.gif);
}