body {
	background-color: #222222;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#Header {
	height: 72px;
	background-image:url(../interface/blue.jpg);
	padding: 0px 0px 0px 25px;
}
#title {
	color: #FFFFFF;
	font-size: 30px;
	line-height: 70px;
	font-weight: bold;
	letter-spacing: -1px;
}
#navigation {
	background-image: url(../interface/grey.jpg);
	height: 26px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	background-color: #333333;
	background-repeat: repeat-x;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	display: inline;
	margin:0px;
	padding: 0px;
}
#navigation a:link, #navigation a:visited {
	color:#FFFFFF;
	text-decoration:none;
	border: 0;
	margin: 0px;
	padding: 10px 26px 10px 25px;
}
#navigation a:hover {
	color:#FFFFFF;
	background-color:#636363;
	text-decoration:none;
}
#navigation a:active {
	color:#FFFFFF;
	background-color:#83j7d3;
	text-decoration:none;
}
#content {
	padding: 50px;
}
#footer {
	text-align: right;
	background-color: #222222;
	font: 12px/50px Arial, Helvetica, sans-serif;
	color: #999999;
}
.newtickets {
	color: #FF0000;
	font: bold;
}
.helpdesk {
	font-size: 18px;
	font-weight: normal;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	border: 0;
	margin: 0px;
	padding: 0;
}
#footer a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
