BODY
{
	margin: 0px;
	background-color: #eeedee;
	overflow-y: scroll;
	overflow-x: auto;
}

BODY.StartPage
{
	margin: 2px;
	background-color: #FFFFFF;
	overflow: visible;
}

BODY.ContentPage
{
	margin: 2px;
	background-color: #FFFFFF;
	overflow: visible;
}

TD.Shadow_LeftTop
{
	background-image: url(../../images/usersite/Shadow_LeftTop.png);
	background-position: right top;
	background-repeat: no-repeat;
	width: 12px;
	height: 15px;
}

TD.Shadow_LeftRepeat
{
	background-image: url(../../images/usersite/Shadow_LeftRepeat.png);
	background-position: right top;
	background-repeat: repeat-y;
	width: 12px;
	height: 100%;
}

TD.Shadow_LeftBottom
{
	background-image: url(../../images/usersite/Shadow_LeftBottom.png);
	background-position: right top;
	background-repeat: no-repeat;
	width: 12px;
	height: 15px;
}

TD.Shadow_RightTop
{
	background-image: url(../../images/usersite/Shadow_RightTop.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 12px;
	height: 15px;
}

TD.Shadow_RightRepeat
{
	background-image: url(../../images/usersite/Shadow_RightRepeat.png);
	background-position: left top;
	background-repeat: repeat-y;
	width: 12px;
	height: 100%;
}

TD.Shadow_RightBottom
{
	background-image: url(../../images/usersite/Shadow_RightBottom.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 12px;
	height: 15px;
}

TD.Shadow_TopLeft
{
	background-image: url(../../images/usersite/Shadow_TopLeft.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

TD.Shadow_TopRepeat
{
	background-image: url(../../images/usersite/Shadow_TopRepeat.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 100%;
	height: 8px;
}

TD.Shadow_TopRight
{
	background-image: url(../../images/usersite/Shadow_TopRight.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

TD.Shadow_BottomLeft
{
	background-image: url(../../images/usersite/Shadow_BottomLeft.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

TD.Shadow_BottomRepeat
{
	background-image: url(../../images/usersite/Shadow_BottomRepeat.png);
	background-position: left top;
	background-repeat: repeat-x;
	width: 100%;
	height: 8px;	
}

TD.Shadow_BottomRight
{
	background-image: url(../../images/usersite/Shadow_BottomRight.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

TABLE.Site
{
	background-color: #FFFFFF;
}

TABLE.TopBanner
{
	background-image: url(../../images/usersite/topbanner/TopBG_1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 90px;
}

TD.Logo
{
	padding-top: 23px;
	padding-left: 22px;
}

DIV.Logo
{
	background-image: url(../../images/usersite/Logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 245px;
	height: 47px;
}

TD.TopMenuBanner
{
	background-color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
}

TD.TopMenu
{
	background-color: #d60000;
	height: 34px;
}

TABLE.QuickLaunch
{
	margin-right: 18px;
	margin-top: 54px;
}

TD.QuickLaunch
{
	font-family: Verdana;
	font-size: 10px;
	color: #3083b9;
	text-decoration: none;
	cursor: pointer;
	padding-left: 1px;
	padding-right: 1px;
}

A.QuickLaunch, A.QuickLaunch:hover, A.QuickLaunch:visited
{
	font-family: Verdana;
	font-size: 10px;
	color: #3083b9;
	text-decoration: none;
}

A.QuickLaunch:hover
{
	text-decoration: underline;
}

TABLE.TopMenu
{
	margin-left: 20px;
	margin-right: 18px;
}

TD.TopMenuItem
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 10px;
	text-decoration: none;
	cursor: pointer;
}

TD.TopMenuItem_Hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ff9600;
	padding-top: 10px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 10px;
	text-decoration: none;
	cursor: pointer;
}

DIV.DropDownMenu
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

TD.DropDownMenu
{
	background-color: #ff9600;
	padding-top: 22px;
}

TD.DropDownMenuBottom_CornerLeft
{
	background-image: url(../../images/usersite/DropDownMenu_CornerLeft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 6px;
	height: 7px;
}

TD.DropDownMenuBottom
{
	background-color: #ff9600;
	width: 100%;
	height: 7px;
}

TD.DropDownMenuBottom_CornerRight
{
	background-image: url(../../images/usersite/DropDownMenu_CornerRight.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 6px;
	height: 7px;
}

TD.DropDownMenuItem
{
	padding-left: 18px;
	padding-right: 18px;
}

A.DropDownMenuItem
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;	
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 24px;
	text-decoration: none;
}

A.DropDownMenuItem:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #d60000;	
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 24px;
	text-decoration: none;
}

TD.SP_RightBanner
{
	width: 190px;
	background-color: #f5e6d1;
}

TD.LeftBanner
{
	width: 210px;
	background-color: #f5e6d1;
	padding-left: 20px;	
}

INPUT
{
	border: 1px solid #d5d4d3;
	background-color: #FFFFFF;
	width: 130px;
}

TD.Main
{
	padding-left: 25px;
}

