html,body
{	margin: 0px;
	padding: 0px;
	border: none;
	height: 100%;
	background-color: #898989;
	background-image: url(images/shadowBG.gif); background-position: center top; background-repeat: repeat-y; background-attachment: fixed;
}

p
{	margin-top: 0px;
}

p.name
{	font: bold 10pt "Tahoma";
	margin-top: 4px;
	margin-bottom: 0px;
}

p.info
{	margin-bottom: 4px;
}

#page
{	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/commonBG2.gif); background-repeat: repeat-y;
}

#header
{	height: 75px;
	width: 800px;
	background-color: #566269;
}

#logo
{	width: 155px;
	height: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	background-color: #404040;
	text-align: right;
	float: left;
}

#menu
{	height: 28px;
	margin-left: 170px;
	padding-top: 47px;
	padding-left: 20px;
	background-color: #566269;
	text-align: left;
}

#sidebar
{	width: 170px;
	float: left;
	text-align: right;
	font: normal 8pt "Tahoma";
}

#sidebar .content
{	width: 150px;
	height: 460px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#sidebar h1
{	font: bold 8pt "Tahoma";
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
}

#body
{	margin-left: 170px;
	text-align: left;
	font: normal 10pt "Tahoma";
}

#body .content
{	width: 350px;
	height: 460px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}

#body h1,#line_list h1
{	font: bold 12pt "Tahoma";
	margin-top: 0px;
	margin-bottom: 15px;
}

#stripe
{	width: 800px;
	height: 150px;
	background-color: #566269;
}

#line_list
{	margin-left: 170px;
	font: normal 10pt "Tahoma";
}

#line_list .content
{	width: 550px;
	margin-top: 20px;
	margin-left: 40px;
}

#lstripe
{	width: 155px;
	height: 135px;
	background-color: #566269;
	padding-top: 15px;
	padding-right: 15px;
	text-align: right;
	float: left;
}

#rstripe
{	height: 150px;
	margin-left: 170px;
	background-color: #404040;
	text-align: left;
}

#copyright
{	width: 150px;
	padding-top: 15px;
	margin-right: 20px;
	text-align: right;
	font: normal 7pt "Tahoma";
}