body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #333333;
	background-color: #DEDEDE;
}
div#contain {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
	z-index: 0;
	background-color: #FFFFFF;
	}
div#header {
	clear: both;
	float: none;
	width: 760px;
	position: relative;
	padding-top: 10px;
	margin-bottom: 10px;
}
div#logo {
	float: left;
	height: 80px;
	width: 160px;
	margin-left:3px;
	margin-right: 15px;
	text-align: center;
}
div#masthead {
	float: left;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 15px;
}
div#masthead h1 {
	font-size: 15pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
div#masthead p {
	font-size: 9pt;
	line-height: 14px;
	color: #666666;
}
div#mainbody {
	position: relative;
	float: left;
	width: 440px;
	margin-bottom: 30px;
	}	
div#mainbody h2 {
	font-size: 13pt;
}
div#mainbody p {
	font-size: 10pt;
}
div#mainbody a {
	color: #953B3E;
	text-decoration: none;
}
div#mainbody a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}	
div#nav {
	position: relative;
	float: left;
	width: 160px;
	margin-left:3px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 30px;
	background-color:#DEDEDE;
	}
div#nav p {
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	color: #666666;
	padding:3px;
}
div#nav a {
	color: #000000;
	text-decoration: none;
}
div#nav a:hover {
	color: #9C3D3E;
}
div#nav em { color: #333333;
}
div#nav ul {
	list-style-image: url(/global/images/bullet.gif);
	margin-left:10px;
	padding: 0px;
	list-style-position: inside;
}
div#nav li {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 4px;
}
div#hilight {
	position: relative;
	float: left;
	width: 120px;
	margin-bottom: 30px;
	margin-left: 15px;
	}
div#footer {
	clear: both;
	margin-top: 15px;
	width: 760px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	line-height: 16pt;
	}
div#footer p {
	padding: 8px;
	font-size: 10pt;
}
div#hilight p {
	text-align: center;
	font-size: 9pt;
}
div#footer a {
	color: #953B3E;
	text-decoration: none;
}
div#footer a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
div#hilight h3 {
	text-align: center;
	font-size: 11pt;
}
