/*
	background-image: url(images/left-bg.png);
	background-image: url(/images/header-nologo.png);
	background-repeat: repeat-y;
*/

body {
	background: url(../images/left-bg2.png) repeat-y #ffffff;
}

a:link, a:visited, a:active {
	text-decoration: none;
}


.leftIndent {
	padding-left: 2ex;
	margin-left: 0;

}

.myHeader 
{
	position: absolute ;
	left: 0px ;
	top: 0px ;
	width: 100% ;
	height: 160px ;

	/*background-color: #DDDDDD;*/
	/*background: url(images/header-nologo.png) repeat-y #ffffff fixed ;*/
}

.myLeft 
{

	text-align: left;
	position: absolute ;
	left: 20px ;
	top: 0px ;
	margin-top: 160px ;
	width: 268px ;
	height: 100% ;
	font-family: "Arial", sans-serif;
	font-size: small;
	padding-left: 0px;
}

.myCenter 
{
	position: absolute ;
	font-family: Arial, sans-serif;
	color: #000000 ;
	background-color: #ffffff ;
	top: 160px ;
	left: 288px ;
	padding-top: 0.5ex;
	padding-left: 0.5em;
}

.myTitleimg
{
	position: absolute;
	left: 0px ;
	top: 0px ;
}
