
body
	{
	margin: 0px;
	background-color: #E2E2E2;
	background-image: url(/top.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #999999;
	font-family: "Trebuchet MS";
	font-size: 14px;
	padding: 15px 0px 0px 0px;
	}
	
a
	{
	color: #666666;
	text-decoration: none;
    font-weight: 700;
}
 a:hover
	{
	text-decoration: underline;

	}

p
	{
	margin: 0px 0px 10px 0px;
    height: 55px;
    width: 846px;
}

#page-container
	{
	margin: 0px 10px 0px 10px;
	margin: auto;
	background-image: url(/body.png);
	background-position: center;
	background-repeat: repeat-y;
	width: 900px;
	}
	
#header
	{
	background-image: url(/bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 5px 20px 20px 20px;
	}
	
#header #notification
	{
	float: right;
	text-align: right;
	font-size: 26px;
	}
	
#header #notification #curUser
	{
	font-size: 12px;
	}

#header #logo img
	{
	border: none;
	}
	
#main
	{
	background-image: url(/top.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 20px;
	}
	
#main #title
	{
	font-size: 18px;
	padding: 0px 0px 20px 0px;
	}
	
#main #title a
	{
	color: #999999;
	}


	
	
#content
	{
	margin: 10px 10px 10px 10px;
	padding: 10px;
    
}

.tbl1
{
    border-collapse: collapse;

    	border: 1px solid #999999;
    	padding: 2px;
}

#footer
	{
	background-image: url(/bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;
	clear: both;
	padding: 10px 20px 10px 20px;
	}
	
#footer a
	{
	/*color: #999999;*/
	}
	
#footer p
	{
	margin-bottom: 0px;
	}