/* General Visual */

body{
	background-image:url(../images/page/layout/background.jpg);
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#1C2E29;
}

p{
	text-indent:20px;
}

a{
	color: #00546b;
}

a:hover{
	color: #ffffff;
	text-decoration:none;
}

div.image{
	padding:10px;
	text-align: center;
	font-weight:bold;
}

table.page{
	width:900px;
	background-image:url(../images/page/layout/body_noorder.gif);
	background-repeat:no-repeat;
}

table.header td{
	vertical-align:top; 
	padding: 0px; 
	color: #333333;
	font-size: 14px;
	font-weight:bold;
	text-align:right;
	border-left:1px solid #1C2E29;
}

table.page #left{
	vertical-align: top; 
	padding: 5px 0px 5px 0px;
	width:32%;
	border-left:1px solid #1C2E29;
}

table.page table.left{
	width:100%;
}

table.page table.left td{
	padding: 5px 0px 5px 0px;
	font-size:11px;
	color:#333333;
	font-weight: bold;
	text-align:center;
}

table.page #subheader{
	padding: 2px 10px 2px 10px;
	font-size:11px;
	font-weight: bold;
	/*white-space:nowrap;*/
	border-top:1px solid #1C2E29;
	border-bottom:1px solid #1C2E29;
}

table.page #right{
	/*vertical-align: top; 
	padding: 10px 0px 50px 0px; */
	width:68%;
	/*background-image:url(../images/page/layout/content_main.gif);
	background-repeat:repeat-y;*/
}

table.page #footer{
	text-align:center;
	padding: 25px 0px 60px 0px;
}

div.debugger table{
	width: 100%;
	background-color: #ffffff;
}