body {
	background-color: white;
	margin: 0px;
}

table.header {
	border-spacing: 0px;
	width:100%;
	height:98px;
	background-color:#999999;
	background-image:url('/template_files/bg_header.gif');
	background-repeat:no-repeat;
	background-position:center;
}

table.header td.coll {
	width:232px;
	height:51px;
	position:absolute;
	top:20px;
	left:31px;
}

table.header td.dept {
	width:600px;
	text-align:right;
	position:absolute;
	top:60px;
	right:0px;
	padding:0 10px 15px 0;
	font-family:'Trebuchet MS', Verdana, Arial;
	font-size:24px;
}

table.header td.dept a {
	font-size:24px;
	font-family:'Trebuchet MS', Verdana, Arial;
	text-decoration: none;
	color:#f5822a;
}

table.header td.dept a:hover {
	color: #ddd;
}

a:link { color: #333; }

a:visited { color: #6e869f; }

a:hover { color: #696969; }

.bodyhed {
	color: #4c6782;
	font-size: 125%;
	padding-top: 15px;
	padding-bottom: -10px;
	padding-left: 0px;
}

.content {
	padding: 10px
}

