body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#295b8e;
}
a {
	text-decoration:none;
	color:black;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
div#pageContainer {
	width:838px;
	margin:0 auto 0 auto;
	text-align:left;
}
div#pageHeader {
	height:60px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}
div#pageHeader #buttons {
	padding-top:24px;
}
div#pageHeader #buttons a {
	display:block;
	float:right;
	height:24px;
	width:84px;
	padding:0 0 0 10px;
	background-image:url(../images/button.gif);
	line-height:23px;
	color:white;
	font-size:12px;
	font-weight:bold;
	margin-left:3px;
}
table#contentContainer {
	background-image:url(../images/smallcolumn.gif);
	background-repeat:repeat-y;
	background-position:top left;
}
td#columnlefttop {
	background-image:url(../images/smallcolumn-top.gif);
	background-repeat:no-repeat;
	height:6px;
	font-size:0px;
}
td#columnleft {
	width:167px; /* 187 */
	padding:10px;
	background-image:url(../images/smallcolumn-end.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	line-height:18px;
	color:#4b4c4c;
}
td#columnleft div#content {
	width:167px; /* 187 */
	padding:10px;
	background-image:url(../images/smallcolumn.gif);
	background-repeat:repeat-y;
	line-height:18px;
	color:#4b4c4c;
}
td#columnleft .item {
	display:block;
	padding:10px;
	background-image:url(../images/small-line.gif);
	background-position:top;
	background-repeat:no-repeat;
}
td#columnleft .item-light {
	display:block;
	padding:10px;
	background-image:url(../images/small-line-light.gif);
	background-position:top;
	background-repeat:no-repeat;
}
td#columnleftend {
	background-image:url(../images/smallcolumn-end.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:243px;
	font-size:0px;
}
td#columnleftbottom {
	background-image:url(../images/smallcolumn-bottom2.gif);
	background-repeat:no-repeat;
	height:6px;
	font-size:0px;
}
td#columnmidtop {
	background-image:url(../images/bigcolumn-top.gif);
	background-repeat:no-repeat;
	height:6px;
	font-size:0px;
}
td#columnmid {
	width:426px; /* 466 */
	background-image:url(../images/bigcolumn.gif);
	background-repeat:repeat-y;
	padding:10px 20px 10px 20px;
	line-height:18px;
}
td#columnmidbottom {
	background-image:url(../images/bigcolumn-bottom.gif);
	background-repeat:no-repeat;
	height:6px;
	font-size:0px;
}
td#columnrighttop {
	background-image:url(../images/smallcolumn-top.gif);
	background-repeat:no-repeat;
	height:6px;
	font-size:0px;
}
td#columnright {
	width:164px; /* 184 */
	background-image:url(../images/smallcolumn.gif);
	background-repeat:repeat-y;
	padding:10px;
}
td#columnrightbottom {
	background-image:url(../images/smallcolumn-bottom.gif);
	background-repeat:no-repeat;
	height:6px;
	font-size:0px;
}
div#footer {
	display:block;
	text-align:center;
	padding:16px;
	color:#4c4c4c;
}

a.greybutton {
	display:block;
	margin:0 auto 0 auto;
	background-image:url(../images/greybutton.gif);
	background-repeat:no-repeat;
	width:135px;
	height:26px;
	line-height:26px;
	text-align:center;
}
h2 {
	font-size:18px;
	color:black;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0 0 10px 0;
}
img.float-right {
	float:right;
	margin:0 0 0 10px;
}
img.float-left {
	float:left;
	margin:0 10px 0 0;
}
