#content {
	padding-left: 150px;
	padding-top: 20px;
	color: #404040;
	}
#content h1{ font: bold 24px arial; color: #336699; }
#content h2{ font: bold 18px arial; color: #336699; }
#content, #content td{
	font: 13px arial;
	line-height: 18px;
	color: #505050;
}
#content table {
	border-collapse: collapse;
	}
#content td {
	border: 1px solid silver;
	vertical-align: top;
	padding: 5px;
	}
#content a{
	color: #3366CC;
	}
	
#sidebar	{
	position: absolute;
	left: 700px;
	top: 140px;
	width: 200px;
	font: 13px arial;
	}
#sidebar h2 {
	font: bold 15px arial;
	margin: 0px;
	}

#content .colLeft, #content .colRight, #content .colCenter {
	border: 0px none;
	}
#content .colLeft {
	padding: 0px 10px 0px 0px;
	}
#content .colRight {
	padding: 0px 0px 0px 10px;
	}
	
##userInfo {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #900000;
	color: #E0E0C0;
	font: 11px tahoma, arial;
	padding: 2px 5px;
	border-bottom: 1px solid #600000;
	border-left: 1px solid #600000;
	}
#userInfo a {
	color: #E0E0C0;
	}

/* The little one dot login link for admins */
#miniLoginLink {
	position: absolute;
	top: 46px;
	right: 4px;
	}
#miniLoginLink a {
	text-decoration: none;
	color: orange;
	}
