﻿/* LAYOUT STYLES */
.SiteWrapper
{
	text-align: left;
	width: 997px;
	margin: 0px auto 0px auto;
}

.header {
	height: 155px;
	width: 709;
	margin-left: -1px;
	margin-right: 0px;
	text-align: right;
	background-color: #FFFFFF;
	background-image: url(images/SiteHeader.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.footer
{
    clear: both;
    text-align: center;
    font-size: .8em;
}

.pagebody
{
	height: 100%;
	margin: 0px auto 0px auto;
}

.topmenu
{
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	height: 20px;
	text-align: left;
}

.leftsidebar
{
	width: 288px;
	float: left;
	text-align: center;

	background-color: #85c5e0;
	background-image: url(images/SideBG.jpg);
	background-repeat: repeat-y;

	color: #000000;
	font-family: Arial, Tahoma, Helvetica;
	font-weight: bold;
}

/*
.leftsidebarbase
{
	width: 288px;
	height: 18px;
	clear: left;
	float: left;
	background-color: #A7A7A7;
	background-image: url(images/SideBase.jpg);
	background-repeat: repeat-y;
}
*/

.SideMenuItem
{
    width: 250px;
    /* height: 28px; */
    color: #000000;
    text-align: left;
    padding: 11px 5px 8px 5px;
    font-size: 1em;
    font-weight: normal;
}

    color: #000000;
    text-align: left;
    padding: 8px 5px 8px 5px;
    font-size: .8em;
    font-weight: normal;
}

.SideMenuItem a
{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 1.1em;
}

.SideMenuItem a:active
{
    color: #FF0000;
}

.SideMenuItem img
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    float: left;
    padding-left: 5px;
    width: 28px;
    /* height: 28px; */
    margin-top: -6px;
}

.maincontent
{
	background-color: #ffffff;
	float: right;
	width: 709px;
	position: relative; 
    top: 0px;
    left: 0px;
    padding: 0px 0px 0px 0px;
    min-height: 800px;
}

.contentpadding
{
	padding: 5px 5px 5px 5px;
}

/*
.footer
{
	clear: both;
	width: 980px;
	height: 75px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #336699;
}
*/

.accountdetitem
{
    padding-top: 15px;
    width: 530px;
    text-align: left;
}

.leftloginbox
{
    text-align: right;
    padding: 5px 8px 5px 0px;
    margin: 0px 0px 0px 0px;
    width: 287;
    max-width: 287;
    height: 112px;
   	background-image: url(images/LoginBoxBG.jpg);
    background-repeat: repeat-y;
    font-size: 1em;
}

.ColWrap
{
    clear: inherit;
    width: 700px;
}

.LeftCol
{
    width: 49%;
    vertical-align: top;
    float: left;
}

.RightCol
{
    width: 49%;
    vertical-align: top;
    float: right;
}

.BodyPara
{
    padding-left: 35px; 
    padding-right: 20px;
}

.BodyParaIndent
{
    padding-left: 75px; 
    padding-right: 20px;
}