body {
	background: url('global_images/back_tile.gif');
	text-align:center; font-style:normal; font-variant:normal; font-weight:normal; font-size:80%; font-family:Verdana
}

h2 {
	font:150% Verdana;
	font-weight:600;
	color:#ffffff;
}

#address p {
	margin:8px 25px 8px 0px;
	text-align:right;
	color:#003399;
	font-weight:600;
	font-size:75%
}

#container{
	width:750px;
	margin:20px auto;
	text-align:center;
	background:#FFFFFF;
	border:2px solid #a0a0a0;
}

#content {
	text-align:left;
	padding:15px 40px 0px 40px;
}

#box {
	margin:40px 70px 40px 70px;
	background:#FFF9E5;
	text-align:left;
	padding:10px 10px 10px 10px;
	border:2px solid #a0a0a0;
}

#box table {
	font:100% Verdana;
}

#box ul {
	margin: 15px 15px 15px 40px;
}

#footer {
	height:2.2em;
	line-height:2.2em;
	margin:0px 3px 3px 3px;
	background:#003399;
	color:#ffffff;
	text-align:center;
}

#navline {
	border-top:2px solid #a0a0a0;
	margin-top:3px;
	margin-bottom:3px;
}

#navigation{
	height:2.2em;
	line-height:2.2em;
	width:740px;
	margin:0 1px;
	background:#003399;
	color:#ffffff;
}

#navigation li{
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}

#navigation li a{
	display:block;
	padding:0 10px;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected, #navigation a:hover{
	background:#000000;
	color:#ffffff;
	text-decoration:none;
}