body {
	background-color: #ecf2ff;
	color: #333333;
	margin: 0;
	font-family: Tahoma;
}
img {
	border: none;
}

td.bgline {
	height: 154px;
	background: #425ca1 url(/images/bgline.gif) 0 0 repeat-x;
}
td.bgline h1, td.bgline h2 {
	font-size: 14pt;
	position: absolute;
	margin-left: -5000px;
}

td.bgmenu {
	vertical-align: top;
	padding-top: 2px;
	height: 38px;
	background: #ff900a url(/images/bgmenu.gif) 0 0 repeat-x;
}

td.bgphoto {
	width: 198px;
	height: 298px;
	background: #ffffff url(/images/bgphoto.gif) 0 0 no-repeat;
	padding: 8px 7px 9px 8px;
}

td#logotext {
	padding: 8px 20px 8px 8px;
	text-align: right;
}

div#menu {
	position: relative;
	margin-right: -6px;
}

* HTML div#menu {
	position: absolute;
	margin-left: 6px;
}

div#menu div.item {
	float: right;
	height: 27px;
	border-left: 2px solid #fff;
}

* HTML div#menu div.item {
	height: 27px;
}

div#menu div.item a {
	display: block;
	padding: 5px 10px 6px 10px;
	font-weight: bold;
	color: #fff;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
	background: url(/images/bgitem.gif) 0 27px repeat-x;
}

td#copy {
	vertical-align: bottom;
	text-align: center;
	font-size: 8pt;
	color: #808080;
}

td#copy a {
	font-size: 10pt;
	color: #000;
}
td#copy a:hover {
	color: #1275ff;
}

td#copy a.copy {
	font-size: 8pt;
	color: #808080;
}

