/* General  */

body
{
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

a:hover
{
	background-color: #ffff00;
	color: #ff0000;
}

a:visited
{
}

pre
{
	background-color: #efefef;
}

#divDonationText
{
	font-size: 80%;
	color: #009900;
}

/* Banner  */

#divBanner
{
	text-align: center;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 86px;
	background-image: url(../images/banner/SharpChessBannerBackground.jpg);
	background-repeat: no-repeat;
	background-position:center right;
	border: 2px solid #0000aa;
}

#divBannerText
{
	background-image: url(../images/banner/SharpChessBannerText.gif);
	background-repeat: no-repeat;
	height: 86px;
	text-align: right;
	padding-right: 24px;
	padding-top: 12px;
}

.divBannerTitle
{
	color: #fffff;
	display: none;
	height: 86px;
}

#divLeftSidePanel
{
	float: left;
	position: absolute;
	width: 116px;
	border-right: #dcdcdc 1px solid; 
	left: 16px;
	padding-top: 14px;
	padding-right: 5px;
	margin-left: 0px;
	padding-left: 0px;
}

#divMenu_mnuLeft
{
	font-size: 85%;
}

#divMenu_mnuLeft ul
{
	padding-left: 0px;
	margin: 0px;
	list-style: none;
}

#divMenu_mnuLeft li
{
	margin-top: 5px;
	font-weight: normal;
	margin-left: 0px;
}

#divMenu_mnuLeft .liMenuItem_Folder_mnuLeft
{
	margin-top: 16px;
	color: #435ba5;
	font-weight: bold;
}

#divMenu_mnuLeft .liMenuItem_Page_mnuLeft
{
	font-weight: normal;
}

.MenuItem_Selected
{
	color: #000000;
}

.MenuItem
{
}

#divPanel
{
	margin-top: 48px;
	text-align: left;
}

#divFooter
{
	clear: both;
	border-top: #dcdcdc 1px solid; 
	padding-top: 16px;
	text-align: center;
}

.StandardsBadge
{
	margin-top: 6px;
	text-align: center;
	display: inline;
}

.DisplayNone
{
	display: none;
}

#divCopyright
{
	font-size: small;
	margin-top: 16px;
	margin-bottom: 8px;
	text-align: center;
}

#divPageCounter
{
	margin-top: 16px;
	text-align: center;
	font-size: small;
}

#MyEmail
{
	font-size: 90%;
}

#divPage
{
    PADDING-RIGHT: 16px;
    PADDING-LEFT: 16px;
    FONT-SIZE: 80%;
	line-height: 175%;    
    PADDING-BOTTOM: 16px;
    MARGIN-LEFT: 137px;
    BORDER-LEFT: #dcdcdc 1px solid;
    MARGIN-RIGHT: 0px;
    PADDING-TOP: 16px;
    HEIGHT: 1%
}
#divPage LI
{
    LIST-STYLE: square url(../images/bullets/default.gif) outside;
    MARGIN-TOP: 5px
}
H1
{
    MARGIN-TOP: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 130%;
    MARGIN-BOTTOM: 0px;
    COLOR: #435ba5
}
H2
{
    MARGIN-TOP: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 100%;
    MARGIN-BOTTOM: 0px;
    COLOR: #435ba5
}
H3
{
    MARGIN-TOP: 0px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 100%;
    MARGIN-BOTTOM: 0px;
    COLOR: #435ba5
}
.left
{
	text-align: left
}

.right
{
	text-align: right
}

.center
{
	text-align: center
}

.divImage
{
	text-align: center;
}

.Image
{
}

.ImageLeft
{
	float: left;
	margin-right: 8px
}

.ImageRight
{
	float: right;
	margin-left: 8px
}
