/*
*/

TABLE.Layout
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 100%;
	width: 100%;
}

TABLE.Layout TD
{
	vertical-align: top;
}

TABLE.Layout TD.menuPlace
{
	background-image: url(..\images\menuBgImage.gif);
	background-repeat: repeat-x repeat-x;
}

TABLE.Layout TD.menuPane
{
	margin-top: 15px;
	background-color: gainsboro;
	border-right: #0033CC 1px solid;
	border-bottom: #0033CC 1px solid;
}

P.menuPane
{
	margin-top: 15px;
	font-family: Arial, 'Lucida Sans';
}

TD.menuPane TD.menuItem
{
	BACKGROUND-POSITION: bottom left;
	background-image: url(..\images\menuItemBg.gif);
	padding-bottom: 2px;
	text-indent: 10px;
	padding-top: 5px;
	background-repeat: repeat-x;
	text-align: left;
	font-size: x-small;
	font-weight: bold;
	color: #3366ff;
}

TD.menuPane TD.menuItem A
{
	color: #0033CC;
	font-weight: bold;
	text-decoration: none;
}

TD.menuPane TD.inaccessMenuItem
{
	font-weight: bold;
	font-size: x-small;
	vertical-align: middle;
	text-transform: uppercase;
	color: lightcyan;
	font-family: Tahoma;
	background-color: #3366ff;
	text-align: left;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=#3366ffFF, endColorstr=#0033CCFF, GradientType=1);
}

TD.menuPane TD.menuLeftDecore
{
	vertical-align: bottom;
	width: 20px;
	background-position: right bottom;
	background-attachment: fixed;
	background-image: url(..\images\menuItemLeft.gif);
	background-repeat: no-repeat;
}

TD.menuPane TD.menuRightDecore
{
	background-position: right bottom;
	background-attachment: fixed;
	background-image: url(..\images\menuItemRight.gif);
	vertical-align: bottom;
	width: 20px;
	background-repeat: no-repeat;
}

TD.menuPane TD.inaccessMenuLeftDecore
{
	width: 20px;
	background-color: #3366ff;
	/*background-color: #6699ff;*/
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=#0033CCFF, endColorstr=#3366ffFF, GradientType=1);
}

TD.menuPane TD.inaccessMenuRightDecore
{
	width: 20px;
	background-color: #3366ff;
	/*background-color: #6699ff;*/
}

TD.menuPane TR.menuLastRow
{
	height: 7px;
}

TABLE.Layout TD.headerPane
{
	vertical-align: bottom;
	color: lightcyan;
	border-bottom: #0033CC 1px solid;
	/*background-color: #6699ff;*/
	background-color: #3366ff;
	height: 60px;
}

TABLE.Layout TD.footerPane
{
	text-align: center;
	height: 25px;
}

DIV.sloganDiv
{
	font-weight: bold;
	font-style: italic;
	font-family: Latha, 'Times New Roman' , Garamond, 'Arial Narrow';
}

DIV.companyTitleDiv
{
	font-size: x-large;
	font-family: Verdana, Tahoma;
}

TABLE.Layout TD.headerPane TD.sloganTD
{
	background-position: left top;
	background-attachment: fixed;
	background-image: url(..\images\Stripe.gif);
	vertical-align: bottom;
	color: lightcyan;
	background-repeat: no-repeat;
	text-align: right;
}

TABLE.Layout TD.headerPane TD.logoTD
{
	vertical-align: middle;
	text-align: right;
	width: 60px;
}

TABLE.Layout TD.headerPane TD.companyTitleTD
{
	vertical-align: bottom;
	color: lightcyan;
	text-align: left;
	width: 200px;
}

TABLE.Layout TD.contentPane
{
	padding-top: 15px;
	padding-left: 25px;
}

DIV.pageText
{
	font-family: Verdana, 'Microsoft Sans Serif' , 'Trebuchet MS' , Tahoma;
}

DIV.pageText P
{
	text-indent: 20pt;
}

DIV.pageText A
{
	font-weight: bold;
	color: #3366ff;
	text-decoration: none;
}

DIV.pageText A:hover
{
	text-decoration: underline;
}

DIV.pageText A:visited
{
	color: #99ccff;
}

TABLE.Layout TD.contentPane H1
{
	font-size: large;
	color: #0033cc;
	line-height: normal;
	font-family: Tahoma, 'Trebuchet MS' , 'Microsoft Sans Serif';
	margin-top: 0px;
	margin-bottom: 4px;
}

TABLE.Layout TD.contentPane H3
{
	font-family: Tahoma, 'Trebuchet MS', 'Microsoft Sans Serif';
	color: #0033CC;
	margin-top: 8px;
	margin-bottom: 0px;
}

TABLE.Layout TD.contentPane p
{
	margin-top: 2px;
	margin-bottom: 2px;
}

TABLE.Layout TD.contentPane UL
{
	list-style-type: none;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 4px;
}

TABLE.Layout TD.contentPane LI
{
	background-image: url(..\images\listDecore.gif);
	background-repeat: no-repeat;
	background-position: 0em .3em;
	padding-left: 18px;
	margin-bottom: 6px;
}

TABLE.Layout TD.contentPane TD.goTopPane
{
	text-align: right;
}

BODY
{
	margin-left: 0px;
	margin-right: 0px;
}

HR.bottomLine
{
	/*	color: #3300ff;*/
	color: #0033CC;
	width: 80%;
	height: 1px;
}

DIV.copyrightDiv
{
	font-size: 10pt;
	color: darkgray;
	font-family: 'Courier New';
}
